commit stringlengths 40 40 | subject stringlengths 0 1.12k | message stringlengths 11 14.5k | repos stringlengths 8 11.5k | file_path stringlengths 6 191 | license stringclasses 12
values | unix_time int64 805M 1.66B | new_contents stringlengths 14 20M | old_contents stringlengths 1 20M |
|---|---|---|---|---|---|---|---|---|
56e9bdc745c67d04a3f40dc5f4c3cc7c4eba1a39 | ViewLogLogic | ViewLogLogic
| signumsoftware/framework,signumsoftware/framework,signumsoftware/framework,MehdyKarimpour/extensions,signumsoftware/extensions,AlejandroCano/extensions,MehdyKarimpour/extensions,AlejandroCano/extensions,signumsoftware/extensions | Signum.Engine.Extensions/ViewLog/ViewLogLogic.cs | mit | 1,587,329,695 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using Signum.Engine.DynamicQuery;
using Signum.Engine.Maps;
using Signum.Entities;
using Signum.Entities.Basics;
using Signum.Utilities;
using Signum.Engine.Basics;
u... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using Signum.Engine.DynamicQuery;
using Signum.Engine.Maps;
using Signum.Entities;
using Signum.Entities.Basics;
using Signum.Utilities;
using Signum.Engine.Basics;
u... |
9cc028c0dd84bbcfc5c5723be87fe2e38c054a17 | Clean up CheckForUpdatesAtUserRequest a little | Clean up CheckForUpdatesAtUserRequest a little
| Deadpikle/NetSparkle | src/NetSparkle/NetSparkle.cs | mit | 1,587,329,329 | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkleUpdater.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkleUpdater.Enums;
using System.Ne... | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkleUpdater.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkleUpdater.Enums;
using System.Ne... |
7e8fad38dd74a9600b7d2298b68404dbf34f48da | Make it easier to make your own ReleaseNotesGrabber | Make it easier to make your own ReleaseNotesGrabber
| Deadpikle/NetSparkle | src/NetSparkle/ReleaseNotesGrabber.cs | mit | 1,587,329,202 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Threading;
using System.IO;
using NetSparkleUpdater.Enums;
using System.Net;
namespace NetSparkleUpdater
{
/// <summary>
/// Grabs release note... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Threading;
using System.IO;
using NetSparkleUpdater.Enums;
using System.Net;
namespace NetSparkleUpdater
{
/// <summary>
/// Grabs release note... |
8c4faf1403e822fc60330aa397171aa3a7319760 | Fix some invalid docs | Fix some invalid docs
| Deadpikle/NetSparkle | src/NetSparkle/LogWriter.cs | mit | 1,587,329,095 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NetSparkleUpdater
{
/// <summary>
/// A simple class to handle log information for NetSparkleUPdater.
/// Make sure to do any setup for this class that you... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NetSparkleUpdater
{
/// <summary>
/// A simple class to handle log information for NetSparkle.
/// Make sure to do any setup for this class that you want
... |
920ab6cb60f26728ab723ebc560757cc33ca8d07 | Add IReadonlyList interface to ContainerBlock to unify and simplify enumeration | Add IReadonlyList interface to ContainerBlock to unify and simplify enumeration
| lunet-io/markdig,lunet-io/markdig | src/Markdig/Syntax/ContainerBlock.cs | bsd-2-clause | 1,587,329,022 | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.InteropServices... | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.InteropServices... |
0968a0075fe5d8f31392e5e89c37ffa7a38aacc9 | Use auto property for SecurityMode in DSAChecker | Use auto property for SecurityMode in DSAChecker
| Deadpikle/NetSparkle | src/NetSparkle/DSAChecker.cs | mit | 1,587,328,998 | using System;
using System.Diagnostics;
using System.Linq;
using System.IO;
using System.Reflection;
using System.Security.Cryptography;
using NetSparkleUpdater.Enums;
using NetSparkleUpdater.Interfaces;
namespace NetSparkleUpdater
{
/// <summary>
/// Class to verify a DSA signature
/// </summary>
publ... | using System;
using System.Diagnostics;
using System.Linq;
using System.IO;
using System.Reflection;
using System.Security.Cryptography;
using NetSparkleUpdater.Enums;
using NetSparkleUpdater.Interfaces;
namespace NetSparkleUpdater
{
/// <summary>
/// Class to verify a DSA signature
/// </summary>
publ... |
cdb1e25a0b5fcbbd93609d346f4c1b18fbd5bc3f | Fixed more of the tests; missed the second test function that contained the slower yield calls. | Fixed more of the tests; missed the second test function that contained the slower yield calls.
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Tests/PlayModeTests/SolverTests.cs | mit | 1,587,328,365 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
#if !WINDOWS_UWP
// When the .NET scripting backend is enabled and C# projects are built
// The assembly that this file is part of is still built for the player,
// ... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
#if !WINDOWS_UWP
// When the .NET scripting backend is enabled and C# projects are built
// The assembly that this file is part of is still built for the player,
// ... |
e732131533d3b0b01c1f296af3a8c2dc2afadd27 | Add cancellation tokens to MongoDB repository | Add cancellation tokens to MongoDB repository
| rpaschoal/DynamicRepository | DynamicRepository.MongoDB/MongoDBRepository.cs | mit | 1,587,327,905 | using DynamicRepository.Filter;
using MongoDB.Bson;
using MongoDB.Driver;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Threading;
using System.Threading.Tasks;
namespace DynamicRepository.MongoDB
{
/// <summary>
/// MongoDB implementation of Dy... | using DynamicRepository.Filter;
using MongoDB.Bson;
using MongoDB.Driver;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Threading.Tasks;
namespace DynamicRepository.MongoDB
{
/// <summary>
/// MongoDB implementation of Dynamic Repository data ac... |
41f021c7b532f9ddae7c48dab54e404d85d36ea6 | Readd startup version log message | Readd startup version log message
| tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/InstanceManager.cs | agpl-3.0 | 1,587,327,903 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Core;
using Tgstation.Server.Host.Database;
using Tgstation.S... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Core;
using Tgstation.Server.Host.Database;
using Tgstation.S... |
1a96a2297cc50430c040eafda9312b2ab2dbc352 | Added exp and lvl to whois command | Added exp and lvl to whois command
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/InfoModule.cs | agpl-3.0 | 1,587,327,669 | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBo... | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBo... |
708aaf1c30c766349b4ab42ee02ffb5134d74823 | Removed unnecessary DI from info module | Removed unnecessary DI from info module
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/InfoModule.cs | agpl-3.0 | 1,587,327,407 | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBo... | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBo... |
f3f07e3745176ffa4c4181d34143b70efc1ed960 | Use existing resilient repository implementations with CancellationToken.None | Use existing resilient repository implementations with CancellationToken.None
| rpaschoal/DynamicRepository | DynamicRepository/AddOn/Resiliency/ResilientRepositoryDecorator.cs | mit | 1,587,327,209 | using DynamicRepository.Filter;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Threading.Tasks;
using Polly;
using System.Threading;
namespace DynamicRepository.AddOn.Resiliency
{
/// <summary>
/// Adds resiliency to concrete implementations of <... | using DynamicRepository.Filter;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Threading.Tasks;
using Polly;
using System.Threading;
namespace DynamicRepository.AddOn.Resiliency
{
/// <summary>
/// Adds resiliency to concrete implementations of <... |
38d7a4b8467d27863a836fdb6c8150450934fb68 | dont use AddAsync on context. it's useless | dont use AddAsync on context. it's useless
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Data/Extensions/SoraContextExtensions.cs | agpl-3.0 | 1,587,327,145 | using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
using SoraBot.Data.Models.SoraDb;
namespace SoraBot.Data.Extensions
{
public static class SoraContextExtensions
{
public static async Task<User> GetOrCreateUserNoSaveAsync(this DbSet<User> users, ulong userId)
{
var... | using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
using SoraBot.Data.Models.SoraDb;
namespace SoraBot.Data.Extensions
{
public static class SoraContextExtensions
{
public static async Task<User> GetOrCreateUserNoSaveAsync(this DbSet<User> users, ulong userId)
{
var... |
6247dd11f01d1e1793c73eee94cde03335713766 | Added method to add exp to a user | Added method to add exp to a user
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Data/Repositories/UserRepository.cs | agpl-3.0 | 1,587,327,132 | using System.Threading.Tasks;
using ArgonautCore.Maybe;
using SoraBot.Data.Extensions;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Data.Repositories
{
public class UserRepository : IUserRepository
{
private readonly ITransactor<SoraContext> _soraTran... | using System.Threading.Tasks;
using ArgonautCore.Maybe;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Data.Repositories
{
public class UserRepository : IUserRepository
{
private readonly ITransactor<SoraContext> _soraTransactor;
public UserRep... |
bf0bf06adf89a1dd62b3d023f8ff4e59130e5b02 | code tidyup | code tidyup
| ShammyLevva/FTAnalyzer,ShammyLevva/FTAnalyzer | FTAnalyser/Mapping/MapHelper.cs | apache-2.0 | 1,587,325,255 | using FTAnalyzer.Forms;
using FTAnalyzer.Utilities;
using NetTopologySuite.Geometries;
using SharpMap;
using SharpMap.Data;
using SharpMap.Data.Providers;
using SharpMap.Forms;
using SharpMap.Layers;
using SharpMap.Rendering;
using SharpMap.Rendering.Decoration.ScaleBar;
using SharpMap.Styles;
using System;
using Syst... | using FTAnalyzer.Forms;
using FTAnalyzer.Utilities;
using NetTopologySuite.Geometries;
using SharpMap;
using SharpMap.Data;
using SharpMap.Data.Providers;
using SharpMap.Forms;
using SharpMap.Layers;
using SharpMap.Rendering;
using SharpMap.Rendering.Decoration.ScaleBar;
using SharpMap.Styles;
using System;
using Syst... |
9b4f977c0180bd0a093bc338225de7e8563f5a80 | Injected proper services | Injected proper services
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Services/Core/MessageHandlers/MessageEventHandler.cs | agpl-3.0 | 1,587,324,944 | using System.Threading;
using System.Threading.Tasks;
using Discord.WebSocket;
using SoraBot.Common.Messages;
using SoraBot.Common.Messages.MessageAdapters;
using SoraBot.Services.Profile;
namespace SoraBot.Services.Core.MessageHandlers
{
/// <summary>
/// This handler is different from the <see cref="Mes... | using System.Threading;
using System.Threading.Tasks;
using Discord.WebSocket;
using SoraBot.Common.Messages;
using SoraBot.Common.Messages.MessageAdapters;
namespace SoraBot.Services.Core.MessageHandlers
{
/// <summary>
/// This handler is different from the <see cref="MessageReceivedHandler"/> bcs it do... |
0b87fd26280b0faccc8438402c40afaee86e2f99 | Disable google API calls for now. | Disable google API calls for now.
| ShammyLevva/FTAnalyzer,ShammyLevva/FTAnalyzer | FTAnalyser/Mapping/MapHelper.cs | apache-2.0 | 1,587,324,914 | using FTAnalyzer.Forms;
using FTAnalyzer.Utilities;
using NetTopologySuite.Geometries;
using SharpMap;
using SharpMap.Data;
using SharpMap.Data.Providers;
using SharpMap.Forms;
using SharpMap.Layers;
using SharpMap.Rendering;
using SharpMap.Rendering.Decoration.ScaleBar;
using SharpMap.Styles;
using System;
using Syst... | using FTAnalyzer.Forms;
using FTAnalyzer.Utilities;
using NetTopologySuite.Geometries;
using SharpMap;
using SharpMap.Data;
using SharpMap.Data.Providers;
using SharpMap.Forms;
using SharpMap.Layers;
using SharpMap.Rendering;
using SharpMap.Rendering.Decoration.ScaleBar;
using SharpMap.Styles;
using System;
using Syst... |
a544d3c9bf316ca0f48fa33dfb745783b9570dbb | Various other refactoring | Various other refactoring
| Deadpikle/NetSparkle | src/NetSparkle/NetSparkle.cs | mit | 1,587,324,876 | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkleUpdater.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkleUpdater.Enums;
using System.Ne... | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkleUpdater.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkleUpdater.Enums;
using System.Ne... |
137f0bfa50519da447a5c1535013f9b4d3a433cf | Removed async for now | Removed async for now
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Services/Profile/ExpService.cs | agpl-3.0 | 1,587,324,017 | using System;
using System.Threading.Tasks;
using Discord.WebSocket;
using SoraBot.Services.Cache;
namespace SoraBot.Services.Profile
{
public class UserExpGain
{
public ulong UserId { get; set; }
public DateTime LastExpGain { get; set; }
public uint AdditionalExp { get; set; }
}
... | using System;
using System.Threading.Tasks;
using Discord.WebSocket;
using SoraBot.Services.Cache;
namespace SoraBot.Services.Profile
{
public class UserExpGain
{
public ulong UserId { get; set; }
public DateTime LastExpGain { get; set; }
public uint AdditionalExp { get; set; }
}
... |
1688fb60fcde792a85d369db4cd412a9cc35dbd6 | Set Access to be optional for ScopedPolicyIDs. | Set Access to be optional for ScopedPolicyIDs.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtObjectManager/Cmdlets/Object/AddNtSecurityDescriptorAceCmdlet.cs | apache-2.0 | 1,587,323,705 | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... |
dcbbac276788c90f271a1dacda5c072aba4131ff | ObjectReflectionCache - Skip reflection for Module objects (#3904) | ObjectReflectionCache - Skip reflection for Module objects (#3904)
| luigiberrettini/NLog,304NotModified/NLog,snakefoot/NLog,luigiberrettini/NLog,sean-gilliam/NLog,NLog/NLog,NLog/NLog,snakefoot/NLog,304NotModified/NLog,luigiberrettini/NLog,sean-gilliam/NLog | src/NLog/Internal/ObjectReflectionCache.cs | bsd-3-clause | 1,587,323,496 | //
// Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// * Redistributions of s... | //
// Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// * Redistributions of s... |
049a62465c6af3588fb01fb29c43e9d4fc647cfa | Made nodeEditorWindow.selectedReroutes public | Made nodeEditorWindow.selectedReroutes public
| Siccity/UnityNodeEditorCore | Scripts/Editor/NodeEditorAction.cs | mit | 1,587,321,672 | using System;
using System.Collections.Generic;
using System.Linq;
using UnityEditor;
using UnityEngine;
using XNodeEditor.Internal;
namespace XNodeEditor {
public partial class NodeEditorWindow {
public enum NodeActivity { Idle, HoldNode, DragNode, HoldGrid, DragGrid }
public static Node... | using System;
using System.Collections.Generic;
using System.Linq;
using UnityEditor;
using UnityEngine;
using XNodeEditor.Internal;
namespace XNodeEditor {
public partial class NodeEditorWindow {
public enum NodeActivity { Idle, HoldNode, DragNode, HoldGrid, DragGrid }
public static Node... |
cbf7743ec1d8c141c17c648887cbcd090e03d36b | Don't increase the total number of bombs in factory | Don't increase the total number of bombs in factory
Closes #501
| samfun123/KtaneTwitchPlays | TwitchPlaysAssembly/Src/GameplayRooms/GameRoom.cs | mit | 1,587,320,501 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using Object = UnityEngine.Object;
using Random = System.Random;
public abstract class GameRoom
{
public static GameRoom Instance;
public delegate Type GameRoomType();
public delegate bool CreateRoom(Ob... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using Object = UnityEngine.Object;
using Random = System.Random;
public abstract class GameRoom
{
public static GameRoom Instance;
public delegate Type GameRoomType();
public delegate bool CreateRoom(Ob... |
350688c4a1ff8787602bd0aada8c5246da9c2f5e | Returning null when nothing is found | Returning null when nothing is found
| davidsonsousa/CMSEngine,davidsonsousa/CMSEngine,davidsonsousa/CMSEngine,davidsonsousa/CMSEngine | CmsEngine.Application/Services/WebsiteService.cs | mit | 1,587,320,369 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using CmsEngine.Application.Attributes;
using CmsEngine.Application.EditModels;
using CmsEngine.Application.Extensions;
using CmsEngine.Application.Extensions.Mapper;
using CmsEngine.Application.ViewModels.DataTableViewMode... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using CmsEngine.Application.Attributes;
using CmsEngine.Application.EditModels;
using CmsEngine.Application.Extensions;
using CmsEngine.Application.Extensions.Mapper;
using CmsEngine.Application.ViewModels.DataTableViewMode... |
39d76997dfc9fbe969f3bad173fc81506f031004 | Added exp to user model | Added exp to user model
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Data/Models/SoraDb/User.cs | agpl-3.0 | 1,587,320,323 | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace SoraBot.Data.Models.SoraDb
{
public class User
{
[Key]
[DatabaseGenerated(DatabaseGeneratedOption.None)]
public ulong Id { get; set... | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace SoraBot.Data.Models.SoraDb
{
public class User
{
[Key]
[DatabaseGenerated(DatabaseGeneratedOption.None)]
public ulong Id { get; set... |
84cd3282fa6bd6c80d22c3742ada52acdbf30159 | Small info module refactoring | Small info module refactoring
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/InfoModule.cs | agpl-3.0 | 1,587,320,312 | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBo... | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBo... |
07e49f258d1dd82b3b37096ee5ccab203847f353 | Use the forwarded headers middleware. | Use the forwarded headers middleware.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | MitternachtWeb/Startup.cs | mit | 1,587,319,673 | using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authentication.OAuth;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.HttpOverrides;
using Microsoft.EntityFramewor... | using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authentication.OAuth;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configur... |
175df0a24378a18acb67df55f9d68bdaeca87178 | Don't show toast 2x | Don't show toast 2x
| Deadpikle/NetSparkle | src/NetSparkle/NetSparkle.cs | mit | 1,587,319,526 | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkle.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkle.Enums;
using System.Net.Http;
using ... | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkle.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkle.Enums;
using System.Net.Http;
using ... |
9b224b53eed4a45daf4b48f981593c671ea704ef | Rename an XMLAppCast func | Rename an XMLAppCast func
| Deadpikle/NetSparkle | src/NetSparkle/XMLAppCast.cs | mit | 1,587,319,057 | using NetSparkle.Configurations;
using NetSparkle.Enums;
using NetSparkle.Interfaces;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Runtime.InteropServices;
using System.Text;
using System.Xml;
usi... | using NetSparkle.Configurations;
using NetSparkle.Enums;
using NetSparkle.Interfaces;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Runtime.InteropServices;
using System.Text;
using System.Xml;
usi... |
f91a00b93747445cd9535e80a0b033c1da1375e8 | Fix bug where appcast didn't clear items properly | Fix bug where appcast didn't clear items properly
| Deadpikle/NetSparkle | src/NetSparkle/XMLAppCast.cs | mit | 1,587,318,991 | using NetSparkle.Configurations;
using NetSparkle.Enums;
using NetSparkle.Interfaces;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Runtime.InteropServices;
using System.Text;
using System.Xml;
usi... | using NetSparkle.Configurations;
using NetSparkle.Enums;
using NetSparkle.Interfaces;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Runtime.InteropServices;
using System.Text;
using System.Xml;
usi... |
5bb71cf9021872c153e6ed90150538d7bf0520fc | tweak game behavior | tweak game behavior
| workabyte/PowerArgs,BlackFrog1/PowerArgs,adamabdelhamed/PowerArgs | PowerArgs/CLI/Games/SpacialElements/Explosive.cs | mit | 1,587,318,052 | using PowerArgs;
using PowerArgs.Cli.Physics;
using System;
using PowerArgs.Cli;
using System.Collections.Generic;
using System.Linq;
namespace PowerArgs.Games
{
public class Explosive : WeaponElement
{
public const float ExplosiveProjectileSpeed = 60;
public Event<Projectile> OnProjectileAdd... | using PowerArgs;
using PowerArgs.Cli.Physics;
using System;
using PowerArgs.Cli;
using System.Collections.Generic;
using System.Linq;
namespace PowerArgs.Games
{
public class Explosive : WeaponElement
{
public const float ExplosiveProjectileSpeed = 60;
public Event<Projectile> OnProjectileAdd... |
401445263522b5db2070ffab61e37d56d3ead655 | Remove empty line. | Remove empty line.
| KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog | src/StructuredLogViewer.Core/NodeQueryMatcher.cs | mit | 1,587,317,375 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using Microsoft.Build.Logging.StructuredLogger;
namespace StructuredLogViewer
{
public class NodeQueryMatcher
{
public string Query { get; private set; }
public List<stri... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using Microsoft.Build.Logging.StructuredLogger;
namespace StructuredLogViewer
{
public class NodeQueryMatcher
{
public string Query { get; private set; }
public List<stri... |
3f0d826bf98e4e8b1daae282858571e31221cc65 | Move code back. | Move code back.
| KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog | src/StructuredLogViewer.Core/NodeQueryMatcher.cs | mit | 1,587,317,351 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using Microsoft.Build.Logging.StructuredLogger;
namespace StructuredLogViewer
{
public class NodeQueryMatcher
{
public string Query { get; private set; }
public List<stri... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using Microsoft.Build.Logging.StructuredLogger;
namespace StructuredLogViewer
{
public class NodeQueryMatcher
{
public string Query { get; private set; }
public List<stri... |
a053ff6c43cc0ced3a433c722f9993bb8be1bfb2 | Update HandleEventsYourself sample | Update HandleEventsYourself sample
| Deadpikle/NetSparkle | src/NetSparkle.Samples.HandleEventsYourself/MainWindow.xaml.cs | mit | 1,587,317,333 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;... |
14881f17f271df5738591619c12f5d6d47e0d7dd | Simplify result include/exclude logic. | Simplify result include/exclude logic.
| KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog | src/StructuredLogViewer.Core/NodeQueryMatcher.cs | mit | 1,587,316,876 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using Microsoft.Build.Logging.StructuredLogger;
namespace StructuredLogViewer
{
public class NodeQueryMatcher
{
public string Query { get; private set; }
public List<stri... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using Microsoft.Build.Logging.StructuredLogger;
namespace StructuredLogViewer
{
public class NodeQueryMatcher
{
public string Query { get; private set; }
public List<stri... |
29d6f59471e02e6c6f2f75edc6b07dbc11e263e7 | Add test for delegation in obsolete property | Add test for delegation in obsolete property
(This keeps the coverage of DateTimeZoneProviders at 100% :)
| malcolmr/nodatime,BenJenkinson/nodatime,nodatime/nodatime,malcolmr/nodatime,BenJenkinson/nodatime,nodatime/nodatime,malcolmr/nodatime | src/NodaTime.Test/DateTimeZoneProvidersTest.cs | apache-2.0 | 1,587,315,538 | // Copyright 2013 The Noda Time Authors. All rights reserved.
// Use of this source code is governed by the Apache License 2.0,
// as found in the LICENSE.txt file.
using System.Linq;
using NodaTime.Testing.TimeZones;
using NodaTime.Xml;
using NUnit.Framework;
namespace NodaTime.Test
{
/// <summary>
/// Tests... | // Copyright 2013 The Noda Time Authors. All rights reserved.
// Use of this source code is governed by the Apache License 2.0,
// as found in the LICENSE.txt file.
using System.Linq;
using NUnit.Framework;
namespace NodaTime.Test
{
/// <summary>
/// Tests for DateTimeZoneProviders.
/// </summary>
pub... |
b808b63114cd3566f9599343b59611e3075748e6 | ToolbarLogic.RegisterContentType<T> to guide how to register new components | ToolbarLogic.RegisterContentType<T> to guide how to register new components
| signumsoftware/extensions,signumsoftware/framework,signumsoftware/extensions,signumsoftware/framework,MehdyKarimpour/extensions,MehdyKarimpour/extensions,signumsoftware/framework,AlejandroCano/extensions,AlejandroCano/extensions | Signum.Engine.Extensions/Toolbar/ToolbarLogic.cs | mit | 1,587,314,781 | using Newtonsoft.Json;
using Signum.Engine.Authorization;
using Signum.Engine.Basics;
using Signum.Engine.Chart;
using Signum.Engine.Dashboard;
using Signum.Engine.DynamicQuery;
using Signum.Engine.Maps;
using Signum.Engine.Operations;
using Signum.Engine.UserAssets;
using Signum.Engine.UserQueries;
using Sig... | using Newtonsoft.Json;
using Signum.Engine.Authorization;
using Signum.Engine.Basics;
using Signum.Engine.Chart;
using Signum.Engine.Dashboard;
using Signum.Engine.DynamicQuery;
using Signum.Engine.Maps;
using Signum.Engine.Operations;
using Signum.Engine.UserAssets;
using Signum.Engine.UserQueries;
using Sig... |
b756a974d6d73d5b5fb0f9d920ee0fc2146dd331 | Optimize IndexOfFirstMismatch | Optimize IndexOfFirstMismatch
`StringAssertions.Be[EquivalentTo]` uses an `StringEqualityValidator`
and in there `IndexOfFirstMismatch` to compare if two `string`s are
equal/equivalent.
It had annoyed me for some time that we compared strings characterwise by
slicing of `char`s and converting them to single character... | fluentassertions/fluentassertions,dennisdoomen/fluentassertions,dennisdoomen/fluentassertions,jnyrup/fluentassertions,fluentassertions/fluentassertions,fluentassertions/fluentassertions,jnyrup/fluentassertions,jnyrup/fluentassertions,dennisdoomen/fluentassertions | Src/FluentAssertions/Common/StringExtensions.cs | apache-2.0 | 1,587,314,195 | using System;
using System.Linq;
using FluentAssertions.Formatting;
namespace FluentAssertions.Common
{
internal static class StringExtensions
{
/// <summary>
/// Finds the first index at which the <paramref name="value"/> does not match the <paramref name="expected"/>
/// string anymor... | using System;
using System.Linq;
using FluentAssertions.Formatting;
namespace FluentAssertions.Common
{
internal static class StringExtensions
{
/// <summary>
/// Finds the first index at which the <paramref name="value"/> does not match the <paramref name="expected"/>
/// string anymor... |
9c74ed410e3a016be1153810bb7775bf8e4a1624 | Use cast instead of .AsQueryable() | Use cast instead of .AsQueryable()
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/Database/DatabaseCollection.cs | agpl-3.0 | 1,587,313,967 | using Microsoft.EntityFrameworkCore;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
namespace Tgstation.Server.Host.Database
{
/// <inheritdoc />
sealed class DatabaseCollection<TModel> : IDatabaseCollection<TModel> where TModel : class
{... | using Microsoft.EntityFrameworkCore;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
namespace Tgstation.Server.Host.Database
{
/// <inheritdoc />
sealed class DatabaseCollection<TModel> : IDatabaseCollection<TModel> where TModel : class
{... |
c5bfad1418750f48a232f309e910a24edc240232 | Removed unused usings | Removed unused usings
| mdesalvo/RDFSharp | RDFSharp/Model/Validation/Abstractions/RDFConstraint.cs | apache-2.0 | 1,587,313,109 | /*
Copyright 2012-2020 Marco De Salvo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to... | /*
Copyright 2012-2020 Marco De Salvo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to... |
43aedb98c90a1c476c688944b33db1669725a78f | Server command | Server command
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/InfoModule.cs | agpl-3.0 | 1,587,312,978 | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBo... | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBo... |
5b676b83d0bf8c3d5c0ec223079514d9d0d2a642 | fix(jobs): better validation | fix(jobs): better validation
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Managers/JobAllocator.cs | agpl-3.0 | 1,587,312,603 | using System.Collections.Generic;
using System.Linq;
// TODO add Managers namespace
public class JobAllocator
{
/// <summary>
/// The default occupation to allocate to players who don't get any jobs.
/// </summary>
private static Occupation DefaultJob => OccupationList.Instance.Get(JobType.ASSISTANT);
/// <summar... | using System.Collections.Generic;
using System.Linq;
// TODO add Managers namespace
public class JobAllocator
{
/// <summary>
/// The default occupation to allocate to players who don't get any jobs.
/// </summary>
private static Occupation DefaultJob => OccupationList.Instance.Get(JobType.ASSISTANT);
/// <summar... |
fbb19ba401db77c81be651a3cdf7637a8540ca18 | Added uinfo command | Added uinfo command
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/InfoModule.cs | agpl-3.0 | 1,587,312,327 | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBo... | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Data.Configurations;
using... |
c186e22430a56b8a195515b9f864dcfeb007246d | Rename MarkDownExtensions to MarkdownExtensions | Rename MarkDownExtensions to MarkdownExtensions
| Deadpikle/NetSparkle | src/NetSparkle/ReleaseNotesGrabber.cs | mit | 1,587,312,174 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Threading;
using System.IO;
using NetSparkle.Enums;
using System.Net;
namespace NetSparkle
{
/// <summary>
/// Grabs release notes formatted as... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Threading;
using System.IO;
using NetSparkle.Enums;
using System.Net;
namespace NetSparkle
{
/// <summary>
/// Grabs release notes formatted as... |
4f92abdbf26a39f3ba2fdc761d648eca06239b0f | Add support cmd | Add support cmd
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/HelpModule.cs | agpl-3.0 | 1,587,310,481 | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Microsoft.Extensions.Options;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Data.Configurations;
using SoraBot.Services.Guilds;
namespace SoraBot.Bot.Modules
{
[Name("Help")]
[Summary("Commands... | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Services.Guilds;
namespace SoraBot.Bot.Modules
{
[Name("Help")]
[Summary("Commands to help with Sora and all his available commands")]
public class H... |
4d7898d3a5142d9852aede0727a499479d7419bf | try disable SuperpixelTest | try disable SuperpixelTest
| shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp | test/OpenCvSharp.Tests/ximgproc/SuperpixelTest.cs | apache-2.0 | 1,587,310,282 | using System;
using OpenCvSharp.XImgProc;
using Xunit;
namespace OpenCvSharp.Tests.XImgProc
{
#if false
public class SuperpixelTest : TestBase
{
[Fact]
public void LscNew()
{
using var image = Image("building.jpg", ImreadModes.Grayscale);
using var lsc = Superpi... | using System;
using OpenCvSharp.XImgProc;
using Xunit;
namespace OpenCvSharp.Tests.XImgProc
{
public class SuperpixelTest : TestBase
{
[Fact]
public void LscNew()
{
using var image = Image("building.jpg", ImreadModes.Grayscale);
using var lsc = SuperpixelLSC.Cre... |
abcbe4f4198dee7c30a62fb656a2c532d5f985a0 | try disable EdgeFilterTest | try disable EdgeFilterTest
| shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp | test/OpenCvSharp.Tests/ximgproc/EdgeFilterTest.cs | apache-2.0 | 1,587,310,243 | using System;
using System.Diagnostics;
using OpenCvSharp.XImgProc;
using Xunit;
namespace OpenCvSharp.Tests.XImgProc
{
public class EdgeFilterTest : TestBase
{
//[Fact]
public void EnhanceByGuidedFilter()
{
using var image = Image("lenna.png", ImreadModes.Color);
... | using System;
using System.Diagnostics;
using OpenCvSharp.XImgProc;
using Xunit;
namespace OpenCvSharp.Tests.XImgProc
{
public class EdgeFilterTest : TestBase
{
[Fact]
public void EnhanceByGuidedFilter()
{
using var image = Image("lenna.png", ImreadModes.Color);
... |
9aaeaa8f0f6930873e25575da8a9474318a15eee | Fix approvals. | Fix approvals.
| ExRam/ExRam.Gremlinq | ApprovalTests/ApprovalTests.Core.verified.cs | mit | 1,587,309,999 | [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("ExRam.Gremlinq.Core.Tests")]
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.1", FrameworkDisplayName="")]
namespace ExRam.Gremlinq.Core
{
public sealed class AddEStep : ExRam.Gremlinq.Core.AddElementStep
{
publ... | [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("ExRam.Gremlinq.Core.Tests")]
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.1", FrameworkDisplayName="")]
namespace ExRam.Gremlinq.Core
{
public sealed class AddEStep : ExRam.Gremlinq.Core.AddElementStep
{
publ... |
ed43b624ff30535db020d9164891a6be5d9edcc1 | Created a new DrawGlyphRun overload with color, font-family and font-size | Created a new DrawGlyphRun overload with color, font-family and font-size
This is created to simplify GlyphRun test cases.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/Rendering/DrawingContextEx.cs | agpl-3.0 | 1,587,309,861 | using ImGui.GraphicsAbstraction;
using ImGui.OSAbstraction.Graphics;
using ImGui.OSAbstraction.Text;
namespace ImGui.Rendering
{
internal static partial class DrawingContextEx
{
public static void DrawLine(this DrawingContext dc, StyleRuleSet rule, Point point0, Point point1)
{
Pen... | using ImGui.GraphicsAbstraction;
using ImGui.OSAbstraction.Graphics;
using ImGui.OSAbstraction.Text;
namespace ImGui.Rendering
{
internal static partial class DrawingContextEx
{
public static void DrawLine(this DrawingContext dc, StyleRuleSet rule, Point point0, Point point1)
{
Pen... |
8a8ade27ea759460b9c087af936a6371fecc336f | Fix OpenGLES shaders for Android | Fix OpenGLES shaders for Android
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/OSImplentation/Android/OpenGLESMaterial.CommonMaterials.cs | agpl-3.0 | 1,587,309,861 | namespace ImGui.OSImplentation.Android
{
internal partial class OpenGLESMaterial
{
public static void InitCommonMaterials()
{
OpenGLESMaterial.shapeMaterial.Init();
OpenGLESMaterial.imageMaterial.Init();
OpenGLESMaterial.glyphMaterial.Init();
Open... | namespace ImGui.OSImplentation.Android
{
internal partial class OpenGLESMaterial
{
public static void InitCommonMaterials()
{
OpenGLESMaterial.shapeMaterial.Init();
OpenGLESMaterial.imageMaterial.Init();
OpenGLESMaterial.glyphMaterial.Init();
Open... |
935b9254a4e804495f76fe9f844aa2f555642809 | Add start points to glyph graph (builtin renderer) | Add start points to glyph graph (builtin renderer)
Applied temporary scale to the points and AABB so the whole
glyph can be rendered inside the window.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/TextRenderingTest/GlyphRenderingFacts.cs | agpl-3.0 | 1,587,309,861 | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
using Typography.OpenFont;
using System.IO;
using System.Linq;
using ImGui.UnitTest;
namespace TextRenderingTest
{
public class GlyphRenderingFacts
... | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
using Typography.OpenFont;
using System.IO;
using System.Linq;
using ImGui.UnitTest;
namespace TextRenderingTest
{
public class GlyphRenderingFacts
... |
4a43f542b36f343770c63e57518bd740316b75de | create directories before saving a TextMesh to obj | create directories before saving a TextMesh to obj
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/Development/Graphics.cs | agpl-3.0 | 1,587,309,861 | using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Text;
namespace ImGui.Development
{
internal class Graphics
{
private static readonly string OutputPath = Assembly.GetExecutingAssembly().Location.Substring(0, 2) + "\\ImGui.UnitTest.Output... | using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Text;
namespace ImGui.Development
{
internal class Graphics
{
private static readonly string OutputPath = Assembly.GetExecutingAssembly().Location.Substring(0, 2) + "\\ImGui.UnitTest.Output... |
ee9308ac0e4f7a63d81e0bfe6adb9bd4cdc82a95 | Correct spelling | Correct spelling
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/TextRenderingTest/TextRenderingTest.cs | agpl-3.0 | 1,587,309,861 | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
namespace TextRenderingTest
{
public class Form1 : Form
{
private Action onGUI;
public Form1(Action onGUI) : base... | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
namespace TextRenderingTest
{
public class Form1 : Form
{
private Action onGUI;
public Form1(Action onGUI) : base... |
93a8a0931b72e74a1c36ec0e8f27660f06fb4f16 | Rewrite a test to draw a glyph in a Form | Rewrite a test to draw a glyph in a Form
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/TextRenderingTest/GlyphRenderingFacts.cs | agpl-3.0 | 1,587,309,861 | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
using Typography.OpenFont;
using System.IO;
using System.Linq;
using ImGui.UnitTest;
namespace TextRenderingTest
{
public class GlyphRenderingFacts
... | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
using Typography.OpenFont;
using System.IO;
using System.Linq;
using ImGui.UnitTest;
namespace TextRenderingTest
{
public class GlyphRenderingFacts
... |
dbddb7d347728da2d9370dc558af601c2e7e50fc | Set temp test output path to `MyDocuments` | Set temp test output path to `MyDocuments`
The folder containing ImGui.dll isn't always writable.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/ImGui.UnitTest/Util/Util.cs | agpl-3.0 | 1,587,309,861 | #define ShowImage
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using ImageSharp.Extension;
using ImGui.GraphicsImplementation;
using ImGui.Rendering;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Pixe... | #define ShowImage
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using ImageSharp.Extension;
using ImGui.GraphicsImplementation;
using ImGui.Rendering;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Pixe... |
788eca82e03f0cfe5b27dcdc1263728df98b48a9 | Render glyph to image instead of window | Render glyph to image instead of window
Saving the rendered result as an image so it can be compared with
the one created by cairo renderer easily.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/TextRenderingTest/GlyphRenderingFacts.cs | agpl-3.0 | 1,587,309,861 | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
using Typography.OpenFont;
using System.IO;
using System.Linq;
using ImGui.UnitTest;
using ImGui.GraphicsImplementation;
namespace TextRenderingTest
{
... | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
using Typography.OpenFont;
using System.IO;
using System.Linq;
using ImGui.UnitTest;
namespace TextRenderingTest
{
public class GlyphRenderingFacts
... |
5f2c0609a01318b25d3760f72738007ebacdf6c4 | rename a parameter to quadratic bezier segment | rename a parameter to quadratic bezier segment
This makes it clear that the third out parameter is
a quadratic bezier segment:
(control_point_0, control_point_1, end_point)
Also add a comment to explain how the curve is converted/split:
so we won't lost track on the theory again.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/OSImplentation/Shared/Text/GlyphLoader.cs | agpl-3.0 | 1,587,309,861 | using System.Collections.Generic;
using Typography.OpenFont;
namespace ImGui.OSAbstraction.Text
{
internal static class GlyphLoader
{
public static void Read(
Glyph glyph,
out List<List<Point>> polygons,
out List<(Point, Point, Point)> quadraticBezierSegments)
... | using System.Collections.Generic;
using Typography.OpenFont;
namespace ImGui.OSAbstraction.Text
{
internal static class GlyphLoader
{
public static void Read(
Glyph glyph,
out List<List<Point>> polygons,
out List<(Point, Point, Point)> bezierSegments)
{
... |
658f6c6252494f4df8be478c38cb191dcdeb8190 | Enable jitter pattern for text rendering | Enable jitter pattern for text rendering
Otherwise the text rendered looks quite faint and blurred.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/OSImplentation/Windows/Win32OpenGLRenderer.cs | agpl-3.0 | 1,587,309,861 | #define Enable_Jitter
using CSharpGL;
using ImGui.OSAbstraction.Graphics;
using ImGui.Rendering;
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using ImGui.OSImplentation.Shared;
namespace ImGui.OSImplentation.Windows
{
internal partial class Win32OpenGLRenderer :... | //#define Enable_Jitter
using CSharpGL;
using ImGui.OSAbstraction.Graphics;
using ImGui.Rendering;
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using ImGui.OSImplentation.Shared;
namespace ImGui.OSImplentation.Windows
{
internal partial class Win32OpenGLRenderer... |
1cda883dc4f03523a76e7ea72099df449c381794 | Add ellipse related APIs to PathGeometryBuilder | Add ellipse related APIs to PathGeometryBuilder
Also adjust the usage of BeginPath: the Geometry being built
should be created on construction.
Two APIs are added to create a complete figure:
* `Circle`: create full circle path
* `Ellipse` overload: create full ellipse path
Note the usage of EllipseGeometry is temp... | zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/Rendering/Geometry/PathGeometryBuilder.cs | agpl-3.0 | 1,587,309,861 | using System;
using System.Collections.Generic;
namespace ImGui.Rendering
{
public class PathGeometryBuilder
{
/// <summary>
/// Starts a new path by emptying the list of sub-paths.
/// Call this method when you want to create a new path.
/// </summary>
public void Begi... | using System;
using System.Collections.Generic;
namespace ImGui.Rendering
{
public class PathGeometryBuilder
{
/// <summary>
/// Starts a new path by emptying the list of sub-paths.
/// Call this method when you want to create a new path.
/// </summary>
public void Begi... |
dd281e4fbe3932faf92b83ddd62ca599ca515a60 | add support to multiply a point with a scalar | add support to multiply a point with a scalar
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/Common/Primitive/Point.cs | agpl-3.0 | 1,587,309,861 | using System;
namespace ImGui
{
[System.Diagnostics.DebuggerDisplay("({X}, {Y})")]
[System.Diagnostics.DebuggerStepThrough]
[Serializable]
public struct Point
{
#region Constructors
/// <summary>
/// Constructor which accepts the X and Y values
/// </su... | using System;
namespace ImGui
{
[System.Diagnostics.DebuggerDisplay("({X}, {Y})")]
[System.Diagnostics.DebuggerStepThrough]
[Serializable]
public struct Point
{
#region Constructors
/// <summary>
/// Constructor which accepts the X and Y values
/// </su... |
3164e38cfbc7003ae42936b47b2f111a54e665d1 | Remove false and useless hack code | Remove false and useless hack code
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/TestUtil/Util.cs | agpl-3.0 | 1,587,309,861 | #define ShowImage
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using ImageSharp.Extension;
using ImGui.GraphicsImplementation;
using ImGui.Rendering;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Pixe... | #define ShowImage
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using ImageSharp.Extension;
using ImGui.GraphicsImplementation;
using ImGui.Rendering;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Pixe... |
bb245eb520875fda0e7eff39e40ed2b31a03f969 | Restore default window background color | Restore default window background color
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/Control/Window/Window.Class.cs | agpl-3.0 | 1,587,309,861 | using System;
using System.Collections.Generic;
using ImGui.Layout;
using System.Diagnostics;
using ImGui.GraphicsAbstraction;
using ImGui.GraphicsImplementation;
using ImGui.Input;
using ImGui.OSAbstraction.Graphics;
using ImGui.OSAbstraction.Text;
using ImGui.Rendering;
using ImGui.Style;
namespace ImGui
{
[Deb... | using System;
using System.Collections.Generic;
using ImGui.Layout;
using System.Diagnostics;
using ImGui.GraphicsAbstraction;
using ImGui.GraphicsImplementation;
using ImGui.Input;
using ImGui.OSAbstraction.Graphics;
using ImGui.OSAbstraction.Text;
using ImGui.Rendering;
using ImGui.Style;
namespace ImGui
{
[Deb... |
7065619c6cc1cd9d1de0160801ac2859304356ae | Comment on 2048x2048-size issue and its solution | Comment on 2048x2048-size issue and its solution
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/TextRenderingTest/GlyphRenderingFacts.cs | agpl-3.0 | 1,587,309,861 | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
using Typography.OpenFont;
using System.IO;
using System.Linq;
using ImGui.UnitTest;
using ImGui.GraphicsImplementation;
namespace TextRenderingTest
{
... | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
using Typography.OpenFont;
using System.IO;
using System.Linq;
using ImGui.UnitTest;
using ImGui.GraphicsImplementation;
namespace TextRenderingTest
{
... |
3f4184d06f9e7d1510a13982090a4c3a1fe18f04 | Add property InkBoundingBoxSize to GlyphRun | Add property InkBoundingBoxSize to GlyphRun
This is useful when you don't want to calculate the size later via [StyleRuleSetEx::CalcSize](https://github.com/zwcloud/ImGui/blob/d570f9a300ab367e733b25212bac4d1d2b244bd0/src/ImGui/Style/StyleRuleset.Extension.cs#L7).
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/OSAbstraction/Text/GlyphRun.cs | agpl-3.0 | 1,587,309,861 | using System.Collections.Generic;
using System.Diagnostics;
namespace ImGui.OSAbstraction.Text
{
/// <summary>
/// Represents a sequence of glyphs from a single face of a single font at a single size, and with a single rendering style, and without line break.
/// </summary>
public class GlyphRun
{... | using System.Collections.Generic;
using System.Diagnostics;
namespace ImGui.OSAbstraction.Text
{
/// <summary>
/// Represents a sequence of glyphs from a single face of a single font at a single size, and with a single rendering style, and without line break.
/// </summary>
public class GlyphRun
{... |
bb3a224c820e292371b908093bb5a60b05809a60 | Render a 2048x2048 image for a glyph. | Render a 2048x2048 image for a glyph.
This displays the point positions and curves in
original "glyph point" size saved in ttf.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/TextRenderingTest/GlyphRenderingFacts.cs | agpl-3.0 | 1,587,309,861 | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
using Typography.OpenFont;
using System.IO;
using System.Linq;
using ImGui.UnitTest;
using ImGui.GraphicsImplementation;
namespace TextRenderingTest
{
... | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
using Typography.OpenFont;
using System.IO;
using System.Linq;
using ImGui.UnitTest;
using ImGui.GraphicsImplementation;
namespace TextRenderingTest
{
... |
965e44a0919c6b396e0944103408b84e3831e7d9 | Organize test utility functions | Organize test utility functions
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/TestUtil/Util.cs | agpl-3.0 | 1,587,309,861 | #define ShowImage
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using ImageSharp.Extension;
using ImGui.GraphicsImplementation;
using ImGui.Rendering;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Pixe... | #define ShowImage
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using ImageSharp.Extension;
using ImGui.GraphicsImplementation;
using ImGui.Rendering;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Pixe... |
55ff87c096a65f91653a2d31276e328cfe6e85f8 | Fix incorrect draw command check | Fix incorrect draw command check
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/OSImplentation/Windows/Win32OpenGLRenderer.cs | agpl-3.0 | 1,587,309,861 | using CSharpGL;
using ImGui.OSAbstraction.Graphics;
using ImGui.Rendering;
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using ImGui.OSImplentation.Shared;
namespace ImGui.OSImplentation.Windows
{
internal partial class Win32OpenGLRenderer : IRenderer
{
... | using CSharpGL;
using ImGui.OSAbstraction.Graphics;
using ImGui.Rendering;
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using ImGui.OSImplentation.Shared;
namespace ImGui.OSImplentation.Windows
{
internal partial class Win32OpenGLRenderer : IRenderer
{
... |
1b44d4ec045c07bc0a659a6ba8c176100bd771aa | fixed PathGeometryBuilder usage | fixed PathGeometryBuilder usage
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/TextRenderingTest/TextRenderingTest.cs | agpl-3.0 | 1,587,309,861 | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
namespace TextRenderingTest
{
public class Form1 : Form
{
private Action onGUI;
public Form1(Action onGUI) : base... | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
namespace TextRenderingTest
{
public class Form1 : Form
{
private Action onGUI;
public Form1(Action onGUI) : base... |
de38a127441f5784ed6ed48f11dcc7697548ee24 | fixed: unnecessarily call into DrawMesh or DrawTextMesh when the mesh is actually empty | fixed: unnecessarily call into DrawMesh or DrawTextMesh when the mesh is actually empty
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/OSImplentation/Windows/Win32OpenGLRenderer.cs | agpl-3.0 | 1,587,309,861 | using CSharpGL;
using ImGui.OSAbstraction.Graphics;
using ImGui.Rendering;
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
namespace ImGui.OSImplentation.Windows
{
internal partial class Win32OpenGLRenderer : IRenderer
{
public readonly OpenGLMaterial s... | using CSharpGL;
using ImGui.OSAbstraction.Graphics;
using ImGui.Rendering;
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
namespace ImGui.OSImplentation.Windows
{
internal partial class Win32OpenGLRenderer : IRenderer
{
public readonly OpenGLMaterial s... |
4cc2e235e3f3b658a82d58108731ce47d3e3bb8d | removed old Path-based code and use PathGeometry/Figure/Segment instead | removed old Path-based code and use PathGeometry/Figure/Segment instead
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/Rendering/Geometry/PathGeometryBuilder.cs | agpl-3.0 | 1,587,309,861 | using System;
using System.Collections.Generic;
namespace ImGui.Rendering
{
public class PathGeometryBuilder
{
/// <summary>
/// Starts a new path by emptying the list of sub-paths.
/// Call this method when you want to create a new path.
/// </summary>
public void Begi... | using System;
using System.Collections.Generic;
namespace ImGui.Rendering
{
public class PathGeometryBuilder
{
/// <summary>
/// Starts a new path by emptying the list of sub-paths.
/// Call this method when you want to create a new path.
/// </summary>
public void Begi... |
826a76d0b16483f81520e85195ce296469ed7a56 | Create command buffer when reserving vertex/index | Create command buffer when reserving vertex/index
There is no need to create command in external
logic.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/Rendering/Mesh.cs | agpl-3.0 | 1,587,309,861 | using System.Collections.Generic;
using System.Runtime.CompilerServices;
namespace ImGui
{
internal class Mesh
{
private int vtxWritePosition;
private int idxWritePosition;
public int currentIdx;
/// <summary>
/// Commands. Typically 1 command = 1 gpu draw call.
... | using System.Collections.Generic;
using System.Runtime.CompilerServices;
namespace ImGui
{
internal class Mesh
{
private int vtxWritePosition;
private int idxWritePosition;
public int currentIdx;
/// <summary>
/// Commands. Typically 1 command = 1 gpu draw call.
... |
028806e16d262529278bb095308472cf10da8c3a | Draw a glyph as overlapped triangles | Draw a glyph as overlapped triangles
This illustrated the overlapping state of triangles.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/TextRenderingTest/GlyphRenderingFacts.cs | agpl-3.0 | 1,587,309,861 | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
using Typography.OpenFont;
using System.IO;
using System.Linq;
using ImGui.UnitTest;
using ImGui.GraphicsImplementation;
namespace TextRenderingTest
{
... | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
using Typography.OpenFont;
using System.IO;
using System.Linq;
using ImGui.UnitTest;
using ImGui.GraphicsImplementation;
namespace TextRenderingTest
{
... |
21364fcff3a6d005a4bdad4b12556dc3dcc7ec2d | Use Form.ForegroundDrawingContext.DrawGlyph for testing glyph rendering | Use Form.ForegroundDrawingContext.DrawGlyph for testing glyph rendering
This decoupled these tests with controls and their style-sets.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/TextRenderingTest/TextRenderingTest.cs | agpl-3.0 | 1,587,309,861 | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
namespace TextRenderingTest
{
public class Form1 : Form
{
private Action onGUI;
public Form1(Action onGUI) : base... | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
namespace TextRenderingTest
{
public class Form1 : Form
{
private Action onGUI;
public Form1(Action onGUI) : base... |
e1b7146768952469cc415422b9d047e93c602a7f | Draw every polygon point | Draw every polygon point
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/TextRenderingTest/GlyphRenderingFacts.cs | agpl-3.0 | 1,587,309,861 | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
using Typography.OpenFont;
using System.IO;
using System.Linq;
using ImGui.UnitTest;
using ImGui.GraphicsImplementation;
namespace TextRenderingTest
{
... | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
using Typography.OpenFont;
using System.IO;
using System.Linq;
using ImGui.UnitTest;
using ImGui.GraphicsImplementation;
namespace TextRenderingTest
{
... |
aa5bf572745e73dd9366a49f4a332c26cd8de24f | append draw command directly if current TextMesh is empty | append draw command directly if current TextMesh is empty
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/Rendering/TextMesh.cs | agpl-3.0 | 1,587,309,861 | using System.Collections.Generic;
using System.Runtime.CompilerServices;
using ImGui.OSAbstraction.Text;
namespace ImGui
{
/// <summary>
/// Text mesh
/// </summary>
/// <remarks>
/// A text mesh contains two parts:
/// 1. triangles: generated from glyph contours
/// 2. quadratic bezie... | using System.Collections.Generic;
using System.Runtime.CompilerServices;
using ImGui.OSAbstraction.Text;
namespace ImGui
{
/// <summary>
/// Text mesh
/// </summary>
/// <remarks>
/// A text mesh contains two parts:
/// 1. triangles: generated from glyph contours
/// 2. quadratic bezie... |
a52e7301a4f84d261b071bfe25935382f97e9388 | Create a test to draw a glyph as a directed graph | Create a test to draw a glyph as a directed graph
This test acts as a glyph contour inspector.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/TextRenderingTest/GlyphRenderingFacts.cs | agpl-3.0 | 1,587,309,861 | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
using Typography.OpenFont;
using System.IO;
using System.Linq;
using ImGui.UnitTest;
namespace TextRenderingTest
{
public class GlyphRenderingFacts
... | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
using Typography.OpenFont;
using System.IO;
using System.Linq;
namespace TextRenderingTest
{
public class GlyphRenderingFacts
{
public Gl... |
69b6d98adf376948a92321d502aa75c78067fb76 | finish tests for illustrating TTF curves | finish tests for illustrating TTF curves
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/TextRenderingTest/TextRenderingTest.cs | agpl-3.0 | 1,587,309,861 | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
namespace TextRenderingTest
{
public class Form1 : Form
{
private Action onGUI;
public Form1(Action onGUI) : base... | using ImGui;
using ImGui.Rendering;
using ImGui.Style;
using ImGui.OSAbstraction.Text;
using ImGui.Development;
using System;
using System.Diagnostics;
using Xunit;
namespace TextRenderingTest
{
public class Form1 : Form
{
private Action onGUI;
public Form1(Action onGUI) : base... |
300dff59bc5bbc845ce653a23793c3a3bc399ccf | Refactor on image displaying methods in Util | Refactor on image displaying methods in Util
The parameter name is misleading: the path is just the image saving
path, there is no point to call it "expected image file path".
Also use using declarations to release the image when it go out of
scope.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/TestUtil/Util.cs | agpl-3.0 | 1,587,309,861 | #define ShowImage
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using ImageSharp.Extension;
using ImGui.GraphicsImplementation;
using ImGui.Rendering;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Pixe... | #define ShowImage
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using ImageSharp.Extension;
using ImGui.GraphicsImplementation;
using ImGui.Rendering;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Pixe... |
4450604c75060ac8968b8143440bdff984d0439c | fixed: when debugging a unit test, the Win32 window wasn't show up | fixed: when debugging a unit test, the Win32 window wasn't show up
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/OSImplentation/Windows/Win32Window.cs | agpl-3.0 | 1,587,309,861 | using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
using ImGui.Input;
using ImGui.OSAbstraction.Window;
namespace ImGui.OSImplentation.Windows
{
internal class Win32Window : IWindow
{
#region Native
[StructLayout(LayoutKind.Sequential)]
struct WND... | using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
using ImGui.Input;
using ImGui.OSAbstraction.Window;
namespace ImGui.OSImplentation.Windows
{
internal class Win32Window : IWindow
{
#region Native
[StructLayout(LayoutKind.Sequential)]
struct WND... |
8ebad4331d57b167decde11a5054aa68adb04bef | stroke will influence all segments in current figure | stroke will influence all segments in current figure
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/Rendering/Geometry/PathGeometryBuilder.cs | agpl-3.0 | 1,587,309,861 | using System;
using System.Collections.Generic;
namespace ImGui.Rendering
{
public class PathGeometryBuilder
{
/// <summary>
/// Starts a new path by emptying the list of sub-paths.
/// Call this method when you want to create a new path.
/// </summary>
public void Begi... | using System;
using System.Collections.Generic;
namespace ImGui.Rendering
{
public class PathGeometryBuilder
{
/// <summary>
/// Starts a new path by emptying the list of sub-paths.
/// Call this method when you want to create a new path.
/// </summary>
public void Begi... |
fc80fd4bfa7b7de7aace0bea940c6025e823b348 | added a control test for foreground rendering | added a control test for foreground rendering
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/ImGui.ControlTest/WindowFacts.cs | agpl-3.0 | 1,587,309,861 | using Xunit;
namespace ImGui.ControlTest
{
public class Window
{
[Fact]
public void CreateAWindow()
{
Application.IsRunningInUnitTest = true;
Application.Init();
var form = new MainForm(new Rect(320, 180, 800, 600));
bool open = true;
... | using Xunit;
namespace ImGui.ControlTest
{
public class Window
{
[Fact]
public void CreateAWindow()
{
Application.IsRunningInUnitTest = true;
Application.Init();
var form = new MainForm(new Rect(320, 180, 800, 600));
bool open = true;
... |
831a6375b480fd568de1a8595b09625fc99d2ae8 | Remove unused code | Remove unused code
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/TestUtil/Util.cs | agpl-3.0 | 1,587,309,861 | #define ShowImage
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using ImageSharp.Extension;
using ImGui.GraphicsImplementation;
using ImGui.Rendering;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Pixe... | #define ShowImage
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using ImageSharp.Extension;
using ImGui.GraphicsImplementation;
using ImGui.Rendering;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Pixe... |
91c757d409ce5659a1cbf3a76575b7e4205bd014 | Order elements | Order elements
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Tests/RpcTests.cs | mit | 1,587,309,674 | using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json;
using WalletWasabi.Gui.Rpc;
using Xunit;
namespace WalletWasabi.Tests
{
public class RpcTests
{
public static IEnumerable<object[]> RequestResponse =>
new[]
{
new[]
{
... | using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json;
using WalletWasabi.Gui.Rpc;
using Xunit;
namespace WalletWasabi.Tests
{
public class RpcTests
{
[Theory]
[MemberData(nameof(RequestResponse))]
public async Task ParsingRequestTestsA... |
86951cf75276915eaa51f9a9ede4432fea1bd0fa | Fix app not being installed automatically if download file exists already | Fix app not being installed automatically if download file exists already
| Deadpikle/NetSparkle | src/NetSparkle/NetSparkle.cs | mit | 1,587,309,658 | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkle.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkle.Enums;
using System.Net.Http;
using ... | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkle.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkle.Enums;
using System.Net.Http;
using ... |
1a53d37ee52ba791130168ddd23e075fcc749fa6 | Fix Deserialization of DateTimeOffset when using JsonObjectSerializer. (#843) | Fix Deserialization of DateTimeOffset when using JsonObjectSerializer. (#843)
| sean-gilliam/quartznet,sean-gilliam/quartznet,sean-gilliam/quartznet,quartznet/quartznet,sean-gilliam/quartznet,quartznet/quartznet,quartznet/quartznet,quartznet/quartznet,quartznet/quartznet,sean-gilliam/quartznet | src/Quartz.Serialization.Json/Simpl/JsonObjectSerializer.cs | apache-2.0 | 1,587,309,634 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Serialization;
using Quartz.Impl.Calendar;
using Quartz.Spi;
using Quartz.Util;
namespace Quartz.Simpl
{
/// <s... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Serialization;
using Quartz.Impl.Calendar;
using Quartz.Spi;
using Quartz.Util;
namespace Quartz.Simpl
{
/// <s... |
e9a6d34399cd84c38f572aa318179d23b9791811 | Debugger.IsAttached | Debugger.IsAttached
| shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp | test/OpenCvSharp.Tests/ximgproc/EdgeFilterTest.cs | apache-2.0 | 1,587,309,583 | using System;
using System.Diagnostics;
using OpenCvSharp.XImgProc;
using Xunit;
namespace OpenCvSharp.Tests.XImgProc
{
public class EdgeFilterTest : TestBase
{
[Fact]
public void EnhanceByGuidedFilter()
{
using var image = Image("lenna.png", ImreadModes.Color);
... | using System;
using OpenCvSharp.XImgProc;
using Xunit;
namespace OpenCvSharp.Tests.XImgProc
{
public class EdgeFilterTest : TestBase
{
[Fact]
public void EnhanceByGuidedFilter()
{
using var image = Image("lenna.png", ImreadModes.Color);
image.ConvertTo(image, Ma... |
8b2d32bf563e5a78cd42375d6eb4ae27205b5f73 | Added using to the host. see if this fixes the weird issue | Added using to the host. see if this fixes the weird issue
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.WebApi/Program.cs | agpl-3.0 | 1,587,309,274 | using System;
using Microsoft.AspNetCore.Hosting;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Serilog;
using Serilog.Events;
using SoraBot.Data;
namespace SoraBot.WebApi
{
public class Program
{
public static int Main(st... | using System;
using Microsoft.AspNetCore.Hosting;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Serilog;
using Serilog.Events;
using SoraBot.Data;
namespace SoraBot.WebApi
{
public class Program
{
public static int Main(st... |
7af4922597cfd08af96d2c5967aa2c77b77f5f99 | NR Minor code improvement | NR Minor code improvement
| jbe2277/waf | src/NewsReader/NewsReader.Presentation/App.xaml.cs | mit | 1,587,309,159 | using Microsoft.AppCenter;
using Microsoft.AppCenter.Analytics;
using Microsoft.AppCenter.Crashes;
using System;
using System.Diagnostics;
using System.Globalization;
using System.Waf.Applications.Services;
using System.Waf.Foundation;
using Waf.NewsReader.Applications;
using Waf.NewsReader.Applications.Controllers;
u... | using Microsoft.AppCenter;
using Microsoft.AppCenter.Analytics;
using Microsoft.AppCenter.Crashes;
using System;
using System.Diagnostics;
using System.Globalization;
using System.Waf.Applications.Services;
using System.Waf.Foundation;
using Waf.NewsReader.Applications;
using Waf.NewsReader.Applications.Controllers;
u... |
bac53606216d7beb1925a76d8aeb889b64308c4b | Refactor: draw on TextRenderComponent can be overridden. | Refactor: draw on TextRenderComponent can be overridden.
| BrettStory/Macabre2D | Framework/Rendering/TextRenderComponent.cs | mit | 1,587,309,112 | namespace Macabre2D.Framework {
using Microsoft.Xna.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
/// <summary>
/// A component which will render the specified text.
/// </summary>
public class TextRenderComponent... | namespace Macabre2D.Framework {
using Microsoft.Xna.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
/// <summary>
/// A component which will render the specified text.
/// </summary>
public sealed class TextRenderCo... |
26f678fa3ccd0ada183116e0b138f52eb2c7584d | Rename DownloadedFileReady to DownloadFileIsReady | Rename DownloadedFileReady to DownloadFileIsReady
| Deadpikle/NetSparkle | src/NetSparkle/NetSparkle.cs | mit | 1,587,308,650 | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkle.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkle.Enums;
using System.Net.Http;
using ... | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkle.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkle.Enums;
using System.Net.Http;
using ... |
5d4b7747659355f96c7ff0cec2128b611a75f947 | Added FormatUtils.G0 constant | Added FormatUtils.G0 constant
| allista/AT_Utils | Unity/UI/FormatUtils.cs | mit | 1,587,308,630 | // FormatUtils.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2019 Allis Tauri
using UnityEngine;
namespace AT_Utils.UI
{
public static class FormatUtils
{
public const float G0 = 9.80665f; //m/s2
public static string formatVeryBigValue(float value, string ... | // FormatUtils.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2019 Allis Tauri
using UnityEngine;
namespace AT_Utils.UI
{
public static class FormatUtils
{
public static string formatVeryBigValue(float value, string unit, string format = "F1")
{
... |
f87fae589749bc1287ddbac2395c7126edabb30d | MagneticDamper: PAW group starts collapsed if controls are disabled in MODULE | MagneticDamper: PAW group starts collapsed if controls are disabled in MODULE
| allista/AT_Utils | Modules/ATMagneticDamper.cs | mit | 1,587,308,630 | // ATMagneticDamper.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace AT_Utils
{
public class ATMagneticDamper : PartModule
{
public enum AttractorAxis { right, up, fwd }... | // ATMagneticDamper.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace AT_Utils
{
public class ATMagneticDamper : PartModule
{
public enum AttractorAxis { right, up, fwd }... |
76d87ab75fccc40580937c22ca14c0ff8cb3a260 | MagneticDamper: dampPackedVessels works one last time for just-upacked vessels | MagneticDamper: dampPackedVessels works one last time for just-upacked vessels
| allista/AT_Utils | Modules/ATMagneticDamper.cs | mit | 1,587,308,630 | // ATMagneticDamper.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace AT_Utils
{
public class ATMagneticDamper : PartModule
{
public enum AttractorAxis { right, up, fwd }... | // ATMagneticDamper.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace AT_Utils
{
public class ATMagneticDamper : PartModule
{
public enum AttractorAxis { right, up, fwd }... |
2149661427d0fb7949c259091ee95a6ce8307b1a | UIWindowBase pos is already saved in the ICachedState.SyncState | UIWindowBase pos is already saved in the ICachedState.SyncState
| allista/AT_Utils | UI/UIWindowBase.cs | mit | 1,587,308,630 | // UIWindowBase.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2019 Allis Tauri
using UnityEngine;
using System.Collections;
namespace AT_Utils
{
[PersistState]
public abstract class UIWindowBase<T> : ICachedState where T : MonoBehaviour
{
readonly UIBundle bund... | // UIWindowBase.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2019 Allis Tauri
using UnityEngine;
using System.Collections;
namespace AT_Utils
{
[PersistState]
public abstract class UIWindowBase<T> : ICachedState where T : MonoBehaviour
{
readonly UIBundle bund... |
09872ab0c9aebb3be4864e2d9a031c0479109736 | Added Utils.FromToRottation - QuaternionD version, since native is broken | Added Utils.FromToRottation - QuaternionD version, since native is broken
| allista/AT_Utils | Math/MathUtils.cs | mit | 1,587,308,630 | //
// MathUtils.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2016 Allis Tauri
//
using System;
using UnityEngine;
namespace AT_Utils
{
public static partial class Utils
{
public const double TwoPI = Math.PI*2;
public const double HalfPI = Math.PI/2;
pu... | //
// MathUtils.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2016 Allis Tauri
//
using System;
using UnityEngine;
namespace AT_Utils
{
public static partial class Utils
{
public const double TwoPI = Math.PI*2;
public const double HalfPI = Math.PI/2;
pu... |
9aca90b771e8181df2e8140433ac41575b75031f | MagneticDamper: removed debug loggin | MagneticDamper: removed debug loggin
| allista/AT_Utils | Modules/ATMagneticDamper.cs | mit | 1,587,308,630 | // ATMagneticDamper.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace AT_Utils
{
public class ATMagneticDamper : PartModule
{
public enum AttractorAxis { right, up, fwd }... | // ATMagneticDamper.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace AT_Utils
{
public class ATMagneticDamper : PartModule
{
public enum AttractorAxis { right, up, fwd }... |
168210f75a5024c11efc52acae37055ddb2a79d7 | MagneticDamper: added OnDamperAutoDisabled callback | MagneticDamper: added OnDamperAutoDisabled callback
| allista/AT_Utils | Modules/ATMagneticDamper.cs | mit | 1,587,308,629 | // ATMagneticDamper.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace AT_Utils
{
public class ATMagneticDamper : PartModule
{
public enum AttractorAxis { right, up, fwd }... | // ATMagneticDamper.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace AT_Utils
{
public class ATMagneticDamper : PartModule
{
public enum AttractorAxis { right, up, fwd }... |
b1bd3d1271a2d8f31466ed8dc202f241af04d76e | MagneticDamper: do not execute late update when not in flight or in pause | MagneticDamper: do not execute late update when not in flight or in pause
| allista/AT_Utils | Modules/ATMagneticDamper.cs | mit | 1,587,308,629 | // ATMagneticDamper.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace AT_Utils
{
public class ATMagneticDamper : PartModule
{
public enum AttractorAxis { right, up, fwd }... | // ATMagneticDamper.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace AT_Utils
{
public class ATMagneticDamper : PartModule
{
public enum AttractorAxis { right, up, fwd }... |
27e410a8904eec6fb003c4af65c2d7d05c0d149e | Modify events a little bit | Modify events a little bit
Make sure DownloadCanceled and DownloadError are called.
Get rid of FinishedDownloading event as it was treated the same as DownloadedFileReady.
| Deadpikle/NetSparkle | src/NetSparkle/NetSparkle.cs | mit | 1,587,308,603 | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkle.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkle.Enums;
using System.Net.Http;
using ... | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkle.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkle.Enums;
using System.Net.Http;
using ... |
0e673dc7fcfc41be59203e710f1113c761195c66 | Add config option to disable serving static files. | Add config option to disable serving static files.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | MitternachtWeb/Startup.cs | mit | 1,587,308,438 | using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authentication.OAuth;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configur... | using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authentication.OAuth;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configur... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.