OSDN Git Service

buragesnap/BurageSnap.git
2021-03-09 Kazuhiro FujiedaUpdate README.md master
2018-12-16 Kazuhiro FujiedaVersion 2.6 v2.6
2018-12-16 Kazuhiro FujiedaFix crash on the broken config file
2018-12-16 Kazuhiro FujiedaInclude decorations in captured images
2018-12-16 Kazuhiro FujiedaSupport setting JPEG quality
2018-05-13 Kazuhiro FujiedaVersion 2.5 v2.5
2018-05-13 Kazuhiro FujiedaRemove Vista from supported environment
2018-05-13 Kazuhiro FujiedaPreserve the window location by each machine
2018-05-13 Kazuhiro FujiedaChange format settings for ReSharper
2018-05-13 Kazuhiro FujiedaIgnore .vs/
2018-05-13 Kazuhiro FujiedaHide itself from the task list in the system tray
2018-01-26 Kazuhiro FujiedaVersion 2.4 v2.4
2018-01-26 Kazuhiro FujiedaFix a hardware acceleration problem on Google Chrome
2018-01-26 Kazuhiro FujiedaChange caused by ReSharper upgrade
2018-01-26 Kazuhiro FujiedaFix some images of KanColle have a white region in...
2018-01-26 Kazuhiro FujiedaDetect a screen with a vague top edge in KanColle
2018-01-26 Kazuhiro FujiedaDo not cut away too big obstacles
2017-05-24 Kazuhiro FujiedaImprove the speed more
2017-05-20 Kazuhiro FujiedaImprove the speed of edge detection
2017-05-12 Kazuhiro FujiedaVersion 2.3 v2.3
2017-05-12 Kazuhiro FujiedaAllow to capture a game screen with decorated corners
2017-05-11 Kazuhiro FujiedaFix captured images can have a blank on either side
2017-05-11 Kazuhiro FujiedaFix an off-by-one bug
2017-05-11 Kazuhiro FujiedaAdd a test program
2017-04-16 Kazuhiro FujiedaVersion 2.2 v2.2
2017-04-16 Kazuhiro FujiedaModify preset window titles
2017-04-16 Kazuhiro FujiedaAvoid multiple instances
2017-04-16 Kazuhiro FujiedaFix failure to start up in the system tray
2016-11-19 Kazuhiro FujiedaVersion 2.1 v2.1
2016-11-03 Kazuhiro FujiedaFix wording mistakes in Japanese
2016-09-28 Kazuhiro FujiedaFix the problem where the option dialog stick out from...
2016-09-24 Kazuhiro FujiedaRevice documents v2.0
2016-09-24 Kazuhiro FujiedaReplace DMM.com with DMM GAMES in the target titles
2016-09-24 Kazuhiro FujiedaUpdate libraries
2016-09-24 Kazuhiro FujiedaValidate the values in the options
2016-09-24 Kazuhiro FujiedaShow a balloon tip when captured
2016-09-23 Kazuhiro FujiedaDivide detect errors into detailed errors
2016-09-23 KazuhiroReside in the system tray if specified
2016-09-23 Kazuhiro FujiedaGet the title of a window picked by a mouse click
2016-09-23 Kazuhiro FujiedaImplement the global hot key
2016-09-23 Kazuhiro FujiedaShow windows topmost if specified
2016-09-23 Kazuhiro FujiedaImplement the option window
2016-09-23 Kazuhiro FujiedaSet the current language to English on debugging
2016-09-23 Kazuhiro FujiedaCapture the current playing game in specified games
2016-09-23 Kazuhiro FujiedaResolve code issues
2016-09-21 Kazuhiro FujiedaInitial commit of the WPF version
2016-01-30 KazuhiroVersion 1.10 v1.10
2016-01-25 KazuhiroRecognize a white line as an edge only when it has...
2015-12-30 KazuhiroVersion 1.9 v1.9
2015-12-30 KazuhiroChange the license to Apache License, Version 2.0
2015-11-27 KazuhiroVersion 1.8 v1.8
2015-11-27 KazuhiroCapture the region detected previously on failure to...
2015-11-26 KazuhiroOutput the image on failure to detect
2015-11-26 KazuhiroFix miss detecection of a game screen with small white...
2015-11-26 KazuhiroIgnore .user file
2015-11-03 KazuhiroVersion 1.7 v1.7
2015-11-03 KazuhiroSimplify README
2015-11-03 KazuhiroGenerate GIF animations even faster than before
2015-10-30 KazuhiroVersion 1.6 v1.6
2015-10-30 KazuhiroAdd the URL of our web site to README
2015-10-30 KazuhiroGenerate GIF animations twice as fast as ever before
2015-10-27 KazuhiroAdd preset window titles for popular games in Japan
2015-10-27 KazuhiroAdd an option to suppress creating daily folders
2015-10-25 KazuhiroVersion 1.5 v1.5
2015-10-25 KazuhiroShow the current version on the title of the option...
2015-10-25 KazuhiroShow an error message on failure to detect the game...
2015-10-24 KazuhiroImplement a GIF animation optimizer
2015-10-23 KazuhiroReplace the color quantizer from Octree to NeuQuant
2015-10-23 KazuhiroCreate higher quality GIF files with Octree Quantizer
2015-10-23 KazuhiroAdd a method to make a GIF animation of PNG files
2015-10-15 KazuhiroRound up each size to a multiple of 10
2015-10-15 KazuhiroDetect a rectangle with vaguer edges
2015-10-05 KazuhiroVersion 1.4 v1.4
2015-10-05 KazuhiroFix the inconsistent button name in Japanese
2015-10-05 KazuhiroFix the first frame is captured twice
2015-10-05 KazuhiroReport I/O errors in the lower level methods
2015-10-05 KazuhiroFix a bug where the stop button not stop continuous...
2015-10-04 KazuhiroVersion 1.3 v1.3
2015-10-04 KazuhiroConfirm to output the images in the ring buffer
2015-10-03 KazuhiroRaise the minimum interval to 10ms
2015-10-03 KazuhiroShow OptionDialog on the center of the parent
2015-10-03 KazuhiroFix an exception on saving the ring buffer
2015-10-03 KazuhiroHandle I/O errors
2015-10-03 KazuhiroCapture by 24bpp to reduce memory consumption
2015-10-03 KazuhiroRemove the feature dropping unchanged frames
2015-10-03 KazuhiroRestore the top most setting
2015-10-03 KazuhiroMake the folder button show the folder specified by...
2015-10-01 KazuhiroDisable resize of the main window
2015-10-01 KazuhiroFix the failure of detecting a game screen on Firefox...
2015-09-29 KazuhiroEliminate a debug output
2015-09-28 KazuhiroVersion 1.2 v1.2
2015-09-28 KazuhiroFix a bug where OptionDialog show the previous error...
2015-09-28 KazuhiroImprove the algorithm to detect a rectangle
2015-09-28 KazuhiroUse Graphics.CopyFromScreen instead of BitBlt
2015-09-27 KazuhiroVersion 1.1 v1.1
2015-09-27 KazuhiroEnable a ring buffer by default
2015-09-27 KazuhiroSupport animation GIF
2015-09-27 KazuhiroHandle the failure of capture properly
2015-09-27 KazuhiroOmit unchanged frames
2015-09-27 KazuhiroSave the continuous mode
next