This website requires JavaScript.
Explore
Help
Sign In
github
/
greenshot
Watch
1
Star
0
Fork
0
You've already forked greenshot
mirror of
https://github.com/greenshot/greenshot.git
synced
2025-01-10 07:42:47 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
greenshot
/
GreenshotPlugin
/
IniFile
History
Robin
ede5bfef97
BUG-1894: Postponing history loading as long as possible, this reduces the Imgur activity dramatically (as it's not loaded during start) and should at least prevent a 429 early on... hopefully. It would be better to cache everything locally on the user's PC, but this is unrealistic with .NET 2.0 technology (not impossible, but so time consuming that it would be better to wait for the next Greenshot version with 4.5).
2016-11-16 09:09:28 +01:00
..
IniAttributes.cs
Code quality changes
2016-09-22 20:40:13 +02:00
IniConfig.cs
BUG-2037: Added a small fix to improve the ini stability, also added some other small changes which were pending.
2016-09-29 18:10:32 +02:00
IniReader.cs
BUG-2037: Added a small fix to improve the ini stability, also added some other small changes which were pending.
2016-09-29 18:10:32 +02:00
IniSection.cs
Fixed copyright for this year.
2016-08-17 14:38:41 +02:00
IniValue.cs
BUG-1894: Postponing history loading as long as possible, this reduces the Imgur activity dramatically (as it's not loaded during start) and should at least prevent a 429 early on... hopefully. It would be better to cache everything locally on the user's PC, but this is unrealistic with .NET 2.0 technology (not impossible, but so time consuming that it would be better to wait for the next Greenshot version with 4.5).
2016-11-16 09:09:28 +01:00