-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.4.2リリース準備 #1872
v2.4.2リリース準備 #1872
Commits on Oct 11, 2021
-
Merge pull request sakura-editor#1738 from berryzplus/feature/refacto…
…ring_version_info バージョン情報をリファクタリングする
Configuration menu - View commit details
-
Copy full SHA for a671199 - Browse repository at this point
Copy the full SHA a671199View commit details -
Configuration menu - View commit details
-
Copy full SHA for 135b33b - Browse repository at this point
Copy the full SHA 135b33bView commit details
Commits on Oct 12, 2021
-
Merge pull request sakura-editor#1743 from berryzplus/feature/use_git…
…-rev-list_to_count_commits 累積コミット数の取得にgit rev-listを使う
Configuration menu - View commit details
-
Copy full SHA for 1a8ce4c - Browse repository at this point
Copy the full SHA 1a8ce4cView commit details
Commits on Oct 13, 2021
-
Merge pull request sakura-editor#1742 from sanomari/feature/use_windo…
…wsx_h Windows 10 SDKのメッセージクラッカーを使えるようにする
Configuration menu - View commit details
-
Copy full SHA for 7858990 - Browse repository at this point
Copy the full SHA 7858990View commit details
Commits on Oct 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3ca63d7 - Browse repository at this point
Copy the full SHA 3ca63d7View commit details -
冗長なメンバ変数 CEditVIew::m_pcEditWnd を削除する
CEditWndのインスタンスにはグローバル変数のようにアクセスできる。このため、コンストラクタでCEditWndのインスタンスを要求してクラス内外でのアクセスに流用する構造は無駄と考えられる。
Configuration menu - View commit details
-
Copy full SHA for 67f8ac8 - Browse repository at this point
Copy the full SHA 67f8ac8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d83ad79 - Browse repository at this point
Copy the full SHA d83ad79View commit details -
CEditVIew::m_pcEditWnd置換2 パターン置換49箇所
置換パターン \b((m_)?pc?)?(Edit)?View(Dst)?->m_pcEditWnd->
Configuration menu - View commit details
-
Copy full SHA for 2e458ad - Browse repository at this point
Copy the full SHA 2e458adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37b1cb2 - Browse repository at this point
Copy the full SHA 37b1cb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e64af20 - Browse repository at this point
Copy the full SHA e64af20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 000c066 - Browse repository at this point
Copy the full SHA 000c066View commit details -
CEditDoc::m_pcEditWnd置換2 パターン置換66箇所
\b((m_)?pc?)?(Edit)?Doc(Ref)?->m_pcEditWnd->
Configuration menu - View commit details
-
Copy full SHA for 2bd655f - Browse repository at this point
Copy the full SHA 2bd655fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 889939f - Browse repository at this point
Copy the full SHA 889939fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f477971 - Browse repository at this point
Copy the full SHA f477971View commit details -
CEditWndのインスタンスはクラスのstatic変数に保持されるので、グローバル変数に持つと二重保持になり無駄です。
Configuration menu - View commit details
-
Copy full SHA for 4b341c4 - Browse repository at this point
Copy the full SHA 4b341c4View commit details
Commits on Oct 19, 2021
-
Merge pull request sakura-editor#1744 from sanomari/feature/fix_refer…
…ence_of_CEditWnd 編集ウインドウへの参照をリファクタリングする
Configuration menu - View commit details
-
Copy full SHA for 3b1a659 - Browse repository at this point
Copy the full SHA 3b1a659View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22edbce - Browse repository at this point
Copy the full SHA 22edbceView commit details -
Configuration menu - View commit details
-
Copy full SHA for c83e5e5 - Browse repository at this point
Copy the full SHA c83e5e5View commit details
Commits on Oct 24, 2021
-
Merge pull request sakura-editor#1747 from sanomari/feature/fix_GetEd…
…itWnd GetEditWndの指摘修正
Configuration menu - View commit details
-
Copy full SHA for 8565cdb - Browse repository at this point
Copy the full SHA 8565cdbView commit details -
Merge pull request sakura-editor#1748 from sanomari/feature/add_cmini…
…mapview ミニマップの実装クラスを分割する
Configuration menu - View commit details
-
Copy full SHA for 0dd4391 - Browse repository at this point
Copy the full SHA 0dd4391View commit details
Commits on Jan 2, 2022
-
ダイアログの位置とサイズを記憶する処理を補完候補ダイアログに限って復元する
Kohki Akikaze committedJan 2, 2022 Configuration menu - View commit details
-
Copy full SHA for 8212d55 - Browse repository at this point
Copy the full SHA 8212d55View commit details -
Kohki Akikaze committed
Jan 2, 2022 Configuration menu - View commit details
-
Copy full SHA for 62d06ad - Browse repository at this point
Copy the full SHA 62d06adView commit details -
リストボックスからのテキスト取得処理で取りこぼしが生じているのを修正
Kohki Akikaze committedJan 2, 2022 Configuration menu - View commit details
-
Copy full SHA for c899648 - Browse repository at this point
Copy the full SHA c899648View commit details -
ApiWrap::List_GetText()のテストを追加
Kohki Akikaze committedJan 2, 2022 Configuration menu - View commit details
-
Copy full SHA for 978a9a5 - Browse repository at this point
Copy the full SHA 978a9a5View commit details
Commits on Jan 3, 2022
-
Kohki Akikaze committed
Jan 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 7508075 - Browse repository at this point
Copy the full SHA 7508075View commit details
Commits on Jan 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b18d540 - Browse repository at this point
Copy the full SHA b18d540View commit details -
カーソル前を削除する処理 CViewCommander::Command_DELETE_BACK で CDocEditor::m_nOpe…
…BlkRedawCount をインクリメントする処理を追加 キャレット移動の CMoveCaretOpe 追加では再描画は必要無いはず
Configuration menu - View commit details
-
Copy full SHA for 5384616 - Browse repository at this point
Copy the full SHA 5384616View commit details -
補完候補一覧ダイアログの不具合修正 (sakura-editor#1750) from kazasaku/feature/fix_word…
…_completion
Kohki Akikaze authoredJan 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 42568b8 - Browse repository at this point
Copy the full SHA 42568b8View commit details -
Kohki Akikaze committed
Jan 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 8a043b3 - Browse repository at this point
Copy the full SHA 8a043b3View commit details -
ChmSourceConverterのターゲットを「.NET Framework 4.7.2」に変更
Kohki Akikaze committedJan 4, 2022 Configuration menu - View commit details
-
Copy full SHA for dd7d091 - Browse repository at this point
Copy the full SHA dd7d091View commit details -
ToolBarToolsのターゲットを「.NET Framework 4.7.2」に変更
Kohki Akikaze committedJan 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 2c1f78b - Browse repository at this point
Copy the full SHA 2c1f78bView commit details -
Kohki Akikaze committed
Jan 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 992d0ea - Browse repository at this point
Copy the full SHA 992d0eaView commit details
Commits on Jan 8, 2022
-
Merge pull request sakura-editor#1756 from kazasaku/feature/change_ne…
…tfx_target .NET Frameworkのターゲットを4.6.1から4.7.2へ変更する
Kohki Akikaze authoredJan 8, 2022 Configuration menu - View commit details
-
Copy full SHA for 25281cd - Browse repository at this point
Copy the full SHA 25281cdView commit details
Commits on Jan 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7db1206 - Browse repository at this point
Copy the full SHA 7db1206View commit details
Commits on Jan 10, 2022
-
Merge pull request sakura-editor#1758 from berryzplus/feature/remove_…
…unused_batch_variable 不要なバッチ変数を削除する
Configuration menu - View commit details
-
Copy full SHA for 138ec8e - Browse repository at this point
Copy the full SHA 138ec8eView commit details -
標準で利用できるVMImageにはマルチvs構成のものがないので、 Azure Pilelinesのビルド設定から環境変数を削除します。
Configuration menu - View commit details
-
Copy full SHA for 8ed5587 - Browse repository at this point
Copy the full SHA 8ed5587View commit details -
Checkout batch files with CRLF
Using LF in batch files may cause unexpected behavior. Always use CRLF.
Configuration menu - View commit details
-
Copy full SHA for 4c72542 - Browse repository at this point
Copy the full SHA 4c72542View commit details -
ミニマップのウィンドウ横幅とフォントサイズを表示スケールに合わせて拡大する処理を追加
ミニマップのフォントサイズのデフォルト値を -1 から -2 に変更 ルーラーの高さ、ルーラーとテキストの隙間、行番号とテキストの隙間を表示スケールに合わせて拡大する処理を追加 文字の間隔と行の間隔を表示スケールに合わせて拡大する処理を追加
Configuration menu - View commit details
-
Copy full SHA for 1014d56 - Browse repository at this point
Copy the full SHA 1014d56View commit details -
Merge pull request sakura-editor#1760 from berryzplus/feature/simplif…
…y_azp マルチvs構成向けの環境変数を削除する
Configuration menu - View commit details
-
Copy full SHA for ff23c89 - Browse repository at this point
Copy the full SHA ff23c89View commit details -
Merge pull request sakura-editor#1761 from k-takata/bat-crlf
Checkout batch files with CRLF
Configuration menu - View commit details
-
Copy full SHA for f91a0a6 - Browse repository at this point
Copy the full SHA f91a0a6View commit details -
Merge pull request sakura-editor#1753 from sakura-editor/triple_click…
…_next_line_url_selected トリプルクリック時に次の行の先頭にURLがあるとそれが選択されてしまう現象が起きないように対策
Configuration menu - View commit details
-
Copy full SHA for f095569 - Browse repository at this point
Copy the full SHA f095569View commit details -
"Visual Studio 2022"を使用したビルドに対応する
Kohki Akikaze committedJan 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 93cf3f3 - Browse repository at this point
Copy the full SHA 93cf3f3View commit details
Commits on Jan 12, 2022
-
Merge pull request sakura-editor#1764 from kazasaku/feature/add_suppo…
…rt_vs2022 Visual Studio 2022を使用したローカルビルドに対応する
Kohki Akikaze authoredJan 12, 2022 Configuration menu - View commit details
-
Copy full SHA for b8bb61e - Browse repository at this point
Copy the full SHA b8bb61eView commit details
Commits on Jan 14, 2022
-
[AZP] スクリプトのコンパイルチェックで利用するPythonバージョンを変更
Kohki Akikaze committedJan 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 85f88eb - Browse repository at this point
Copy the full SHA 85f88ebView commit details -
Merge pull request sakura-editor#1754 from sakura-editor/minimap_back…
…space_redraw_all_views BSキーでカーソル前を削除時に画面が余計に再描画される事を防ぐ
Configuration menu - View commit details
-
Copy full SHA for 12d5c59 - Browse repository at this point
Copy the full SHA 12d5c59View commit details
Commits on Jan 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5a45cc2 - Browse repository at this point
Copy the full SHA 5a45cc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73d92e6 - Browse repository at this point
Copy the full SHA 73d92e6View commit details
Commits on Jan 17, 2022
-
Merge pull request sakura-editor#1770 from berryzplus/feature/restore…
…_log_output find-tools.batでNUM_VSVERSIONのログ出力を抑制していたのを復活させる(その2)
Configuration menu - View commit details
-
Copy full SHA for 32b4989 - Browse repository at this point
Copy the full SHA 32b4989View commit details -
Merge pull request sakura-editor#1766 from kazasaku/feature/change_az…
…p_target_python_version コンパイルチェックで利用するPythonバージョンを変更する
Kohki Akikaze authoredJan 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 68c4dc8 - Browse repository at this point
Copy the full SHA 68c4dc8View commit details
Commits on Jan 18, 2022
-
MinGWビルドで必要なビルドツールを明示的にインストールする
Kohki Akikaze committedJan 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 9a32101 - Browse repository at this point
Copy the full SHA 9a32101View commit details -
Kohki Akikaze committed
Jan 18, 2022 Configuration menu - View commit details
-
Copy full SHA for a364e3c - Browse repository at this point
Copy the full SHA a364e3cView commit details
Commits on Jan 20, 2022
-
Merge pull request sakura-editor#1771 from kazasaku/feature/update_mi…
…ngw_toolchain MinGWビルドで使用するビルドツールを更新する
Kohki Akikaze authoredJan 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 249b289 - Browse repository at this point
Copy the full SHA 249b289View commit details
Commits on Jan 21, 2022
-
* 既存のテストへの変更を差し戻し * CClipboard1 → CClipboardTestFixture * Empty の呼び出しの意図についてコメントを追加 * EXPECT_STREQ を使用する
Configuration menu - View commit details
-
Copy full SHA for dd0cd25 - Browse repository at this point
Copy the full SHA dd0cd25View commit details -
[AZP] VSでのビルドを除くジョブの実行に最新のWindows環境を使用する
Kohki Akikaze committedJan 21, 2022 Configuration menu - View commit details
-
Copy full SHA for add95b5 - Browse repository at this point
Copy the full SHA add95b5View commit details -
Kohki Akikaze committed
Jan 21, 2022 Configuration menu - View commit details
-
Copy full SHA for ceccdb5 - Browse repository at this point
Copy the full SHA ceccdb5View commit details -
Kohki Akikaze committed
Jan 21, 2022 Configuration menu - View commit details
-
Copy full SHA for dff128f - Browse repository at this point
Copy the full SHA dff128fView commit details -
Merge pull request sakura-editor#1707 from k-kagari/feature/more-test…
…s-for-cclipboard CClipboard::SetText と CClipboard::GetText のテストを追加する
Configuration menu - View commit details
-
Copy full SHA for 559bcfd - Browse repository at this point
Copy the full SHA 559bcfdView commit details
Commits on Jan 23, 2022
-
Merge pull request sakura-editor#1765 from kazasaku/feature/fix_azp_e…
…mpty_directory_warnings Azure Pipelinesの不要な警告メッセージを削減する
Kohki Akikaze authoredJan 23, 2022 Configuration menu - View commit details
-
Copy full SHA for b830ed1 - Browse repository at this point
Copy the full SHA b830ed1View commit details -
Merge pull request sakura-editor#1773 from kazasaku/feature/change_az…
…p_win2016_migration Azure PipelinesにおけるWindows Server 2016環境の利用を廃止する
Kohki Akikaze authoredJan 23, 2022 Configuration menu - View commit details
-
Copy full SHA for 296f79d - Browse repository at this point
Copy the full SHA 296f79dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63c46a9 - Browse repository at this point
Copy the full SHA 63c46a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e5841b - Browse repository at this point
Copy the full SHA 4e5841bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8c8ab9 - Browse repository at this point
Copy the full SHA e8c8ab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7231def - Browse repository at this point
Copy the full SHA 7231defView commit details
Commits on Jan 24, 2022
-
Merge pull request sakura-editor#1774 from berryzplus/feature/fix_dep…
…endency ExtractCtagsのWin32ビルドの依存ターゲット指定をx64ビルドと合わせる
Configuration menu - View commit details
-
Copy full SHA for be2ab3e - Browse repository at this point
Copy the full SHA be2ab3eView commit details -
Kohki Akikaze committed
Jan 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 51f1b01 - Browse repository at this point
Copy the full SHA 51f1b01View commit details -
Inno Setupのインストールないしアップデートを自前で行うようにする
Kohki Akikaze committedJan 24, 2022 Configuration menu - View commit details
-
Copy full SHA for aefb3d4 - Browse repository at this point
Copy the full SHA aefb3d4View commit details -
Kohki Akikaze committed
Jan 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 1cd9f56 - Browse repository at this point
Copy the full SHA 1cd9f56View commit details
Commits on Jan 26, 2022
-
Kohki Akikaze committed
Jan 26, 2022 Configuration menu - View commit details
-
Copy full SHA for 21e190d - Browse repository at this point
Copy the full SHA 21e190dView commit details -
Kohki Akikaze committed
Jan 26, 2022 Configuration menu - View commit details
-
Copy full SHA for 949f399 - Browse repository at this point
Copy the full SHA 949f399View commit details -
Merge pull request sakura-editor#1775 from berryzplus/feature/refacto…
…ring_vcxprojects プロジェクト設定内の重複した記述をまとめたい
Configuration menu - View commit details
-
Copy full SHA for df60714 - Browse repository at this point
Copy the full SHA df60714View commit details
Commits on Jan 27, 2022
-
Merge pull request sakura-editor#1777 from kazasaku/feature/add_ci_vs…
…2022_build_jobs CIでVS2022を利用したビルドを行うようにする
Kohki Akikaze authoredJan 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 68d181d - Browse repository at this point
Copy the full SHA 68d181dView commit details -
Kohki Akikaze committed
Jan 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 2a92031 - Browse repository at this point
Copy the full SHA 2a92031View commit details -
GoogleTestが
DEBUG_POSTFIX
を設定しなくなったことによるライブラリ名の変更に対応Kohki Akikaze committedJan 27, 2022 Configuration menu - View commit details
-
Copy full SHA for b9cb771 - Browse repository at this point
Copy the full SHA b9cb771View commit details -
Kohki Akikaze committed
Jan 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 56d3712 - Browse repository at this point
Copy the full SHA 56d3712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45a8a4c - Browse repository at this point
Copy the full SHA 45a8a4cView commit details
Commits on Jan 28, 2022
-
Merge pull request sakura-editor#1778 from sanomari/feature/move_link…
…_tasks プロジェクト設定ファイル内のLinkタスクの記述位置を移動する
Configuration menu - View commit details
-
Copy full SHA for 1f11a16 - Browse repository at this point
Copy the full SHA 1f11a16View commit details
Commits on Jan 29, 2022
-
Merge pull request sakura-editor#1779 from kazasaku/feature/update_go…
…ogletest GoogleTestを更新する
Kohki Akikaze authoredJan 29, 2022 Configuration menu - View commit details
-
Copy full SHA for 8353cd2 - Browse repository at this point
Copy the full SHA 8353cd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58f5897 - Browse repository at this point
Copy the full SHA 58f5897View commit details -
Configuration menu - View commit details
-
Copy full SHA for a617d12 - Browse repository at this point
Copy the full SHA a617d12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b61f1f - Browse repository at this point
Copy the full SHA 2b61f1fView commit details -
- 変数のローカル化をやめるタイミングの変更 - 探索処理では`ARG_VSVERSION`ではなく、値が確定している`NUM_VSVERSION`を参照する - インデントに使用する文字を揃える
Kohki Akikaze committedJan 29, 2022 Configuration menu - View commit details
-
Copy full SHA for e6cba4f - Browse repository at this point
Copy the full SHA e6cba4fView commit details
Commits on Feb 1, 2022
-
find-tools: ドキュメントに探索ロジックの変更を反映
Kohki Akikaze committedFeb 1, 2022 Configuration menu - View commit details
-
Copy full SHA for e03800f - Browse repository at this point
Copy the full SHA e03800fView commit details -
Kohki Akikaze committed
Feb 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 2078f26 - Browse repository at this point
Copy the full SHA 2078f26View commit details
Commits on Feb 2, 2022
-
Merge pull request sakura-editor#1785 from kazasaku/feature/change_ms…
…build_finding_process MSBuildの探索手順を変更する
Kohki Akikaze authoredFeb 2, 2022 Configuration menu - View commit details
-
Copy full SHA for d3dfbf7 - Browse repository at this point
Copy the full SHA d3dfbf7View commit details
Commits on Feb 5, 2022
-
Kohki Akikaze committed
Feb 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 8230b8c - Browse repository at this point
Copy the full SHA 8230b8cView commit details -
Kohki Akikaze committed
Feb 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 737a8c4 - Browse repository at this point
Copy the full SHA 737a8c4View commit details -
ToolBarTools: ソースファイルにコピーライト表記を追加
Kohki Akikaze committedFeb 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 21c06c6 - Browse repository at this point
Copy the full SHA 21c06c6View commit details -
Kohki Akikaze committed
Feb 5, 2022 Configuration menu - View commit details
-
Copy full SHA for fc5aadc - Browse repository at this point
Copy the full SHA fc5aadcView commit details -
Kohki Akikaze committed
Feb 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 95e4ebf - Browse repository at this point
Copy the full SHA 95e4ebfView commit details
Commits on Feb 6, 2022
-
Kohki Akikaze committed
Feb 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 342a04d - Browse repository at this point
Copy the full SHA 342a04dView commit details
Commits on Feb 7, 2022
-
Merge pull request sakura-editor#1788 from kazasaku/feature/change_ci…
…_trigger_on_any_branches
Kohki Akikaze authoredFeb 7, 2022 Configuration menu - View commit details
-
Copy full SHA for d6212e8 - Browse repository at this point
Copy the full SHA d6212e8View commit details
Commits on Feb 8, 2022
-
Kohki Akikaze committed
Feb 8, 2022 Configuration menu - View commit details
-
Copy full SHA for a3bcc0f - Browse repository at this point
Copy the full SHA a3bcc0fView commit details -
Kohki Akikaze committed
Feb 8, 2022 Configuration menu - View commit details
-
Copy full SHA for 23fd2ea - Browse repository at this point
Copy the full SHA 23fd2eaView commit details
Commits on Feb 9, 2022
-
Merge pull request sakura-editor#1789 from kazasaku/feature/change_ci…
…_trigger_by_manually_dispatch ワークフローを手動で実行できるようにする
Kohki Akikaze authoredFeb 9, 2022 Configuration menu - View commit details
-
Copy full SHA for 7f96b2c - Browse repository at this point
Copy the full SHA 7f96b2cView commit details -
Merge pull request sakura-editor#1786 from kazasaku/feature/update_co…
…pyright_notice_2022 コピーライト表記の改定年を2022年に更新する
Kohki Akikaze authoredFeb 9, 2022 Configuration menu - View commit details
-
Copy full SHA for 2ff3f69 - Browse repository at this point
Copy the full SHA 2ff3f69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4322e2c - Browse repository at this point
Copy the full SHA 4322e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ce5d95 - Browse repository at this point
Copy the full SHA 5ce5d95View commit details
Commits on Feb 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2dda1e2 - Browse repository at this point
Copy the full SHA 2dda1e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f62630 - Browse repository at this point
Copy the full SHA 6f62630View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4ccaf7 - Browse repository at this point
Copy the full SHA c4ccaf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc8c4ad - Browse repository at this point
Copy the full SHA fc8c4adView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac046f2 - Browse repository at this point
Copy the full SHA ac046f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa5f9a2 - Browse repository at this point
Copy the full SHA fa5f9a2View commit details -
Merge pull request sakura-editor#1794 from berryzplus/feature/refacto…
…ring_of_ceditview CEditViewの誤記を訂正する
Configuration menu - View commit details
-
Copy full SHA for 747da1e - Browse repository at this point
Copy the full SHA 747da1eView commit details -
Merge pull request sakura-editor#1791 from kazasaku/feature/change_ci…
…_trigger_contain_excluded_files
Kohki Akikaze authoredFeb 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 67131ff - Browse repository at this point
Copy the full SHA 67131ffView commit details
Commits on Feb 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e930db6 - Browse repository at this point
Copy the full SHA e930db6View commit details -
MinGWは文字列のエンコーディングをShift-JISと仮定するため、サロゲート文字をベタ書きできなかった。
Configuration menu - View commit details
-
Copy full SHA for c685fc6 - Browse repository at this point
Copy the full SHA c685fc6View commit details -
CFontAutoDeleterをリファクタリングして安全性を上げる
CFontAutoDeleterは似非スマートポインタ。 コピーコンストラクタが未実装で、削除済みフォントを何度も削除しようとしてWindows GDIにダメージを与える危険があったのを修正する。
Configuration menu - View commit details
-
Copy full SHA for 88e5ad1 - Browse repository at this point
Copy the full SHA 88e5ad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c2922e - Browse repository at this point
Copy the full SHA 3c2922eView commit details -
tests1.exe に gmock.lib をリンクする。
* gmock.lib をリンクする指定を追加した。 * 不要だった gtest_main.lib のリンクをやめた。
Configuration menu - View commit details
-
Copy full SHA for 3f8715c - Browse repository at this point
Copy the full SHA 3f8715cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e6ec69 - Browse repository at this point
Copy the full SHA 3e6ec69View commit details -
Merge pull request sakura-editor#1798 from k-kagari/feature/enable-gmock
tests1.exe の依存ライブラリに gmock.lib を追加する
Configuration menu - View commit details
-
Copy full SHA for a16ac2b - Browse repository at this point
Copy the full SHA a16ac2bView commit details -
Merge pull request sakura-editor#1793 from berryzplus/feature/refacto…
…ring_extract_archives_step_by_step アーカイブ展開を必要な場合のみに限定する(バラコミットver)
Configuration menu - View commit details
-
Copy full SHA for 0a04982 - Browse repository at this point
Copy the full SHA 0a04982View commit details -
Merge pull request sakura-editor#1797 from berryzplus/feature/refacto…
…ring_of_FileMatchScore SonarQubeの静的解析で検出されたFileNameSepExtのバグを修正する(その2)
Configuration menu - View commit details
-
Copy full SHA for 594c4b0 - Browse repository at this point
Copy the full SHA 594c4b0View commit details
Commits on Feb 13, 2022
-
Merge pull request sakura-editor#1799 from berryzplus/feature/refacto…
…ring_of_CFontAutoDeleter SonarQubeの静的解析で検出されたCFontAutoDeleterのバグを修正する
Configuration menu - View commit details
-
Copy full SHA for 25c5e47 - Browse repository at this point
Copy the full SHA 25c5e47View commit details -
CClipboard.h 編集時の再コンパイル範囲を縮小する。
* CDocEditor.h に実装されていた CClipboard の呼び出しコードを CDocEditor.cpp に移動。 * CDocEditor.h から #include "_os/CClipboard.h" を除去。 * 不足していた #include を追加。
Configuration menu - View commit details
-
Copy full SHA for 733f16e - Browse repository at this point
Copy the full SHA 733f16eView commit details -
CClipboard 内の API 呼び出しをオーバーライドできるようにする。
* モックしたい関数を呼び出しているコードから名前空間指定を除去。 * モックしたい関数と同名の仮想メンバ関数をクラスに追加し、元の API へリダイレクトするように実装。
Configuration menu - View commit details
-
Copy full SHA for e7a0b5c - Browse repository at this point
Copy the full SHA e7a0b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5a85a8 - Browse repository at this point
Copy the full SHA a5a85a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for eca61cc - Browse repository at this point
Copy the full SHA eca61ccView commit details
Commits on Feb 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a732556 - Browse repository at this point
Copy the full SHA a732556View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2a0f72 - Browse repository at this point
Copy the full SHA d2a0f72View commit details -
Merge pull request sakura-editor#1801 from berryzplus/feature/add_tes…
…t_of_CShareData CShareDataのテストを追加する
Configuration menu - View commit details
-
Copy full SHA for bdae441 - Browse repository at this point
Copy the full SHA bdae441View commit details -
Merge pull request sakura-editor#1800 from k-kagari/feature/use-mock-…
…in-test-cclipboard CClipboard のテストにモックを導入する
Configuration menu - View commit details
-
Copy full SHA for e013bcd - Browse repository at this point
Copy the full SHA e013bcdView commit details
Commits on Feb 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8ee80ca - Browse repository at this point
Copy the full SHA 8ee80caView commit details
Commits on Feb 20, 2022
-
Merge pull request sakura-editor#1803 from berryzplus/feature/add_too…
…lbar_icon 「このファイルのフォルダ名をコピー」の機能のアイコンを実装する
Configuration menu - View commit details
-
Copy full SHA for 0c8db74 - Browse repository at this point
Copy the full SHA 0c8db74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e3c673 - Browse repository at this point
Copy the full SHA 6e3c673View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb6a564 - Browse repository at this point
Copy the full SHA fb6a564View commit details
Commits on Feb 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8a85ee3 - Browse repository at this point
Copy the full SHA 8a85ee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11e78f4 - Browse repository at this point
Copy the full SHA 11e78f4View commit details
Commits on Feb 22, 2022
-
Merge pull request sakura-editor#1805 from berryzplus/feature/add_ima…
…ge_split_batches ToolBarImageSplitterを手軽に実行できるようにする
Configuration menu - View commit details
-
Copy full SHA for 90d6766 - Browse repository at this point
Copy the full SHA 90d6766View commit details
Commits on Feb 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a47d95b - Browse repository at this point
Copy the full SHA a47d95bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1b0547 - Browse repository at this point
Copy the full SHA c1b0547View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0981b8a - Browse repository at this point
Copy the full SHA 0981b8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba7cb21 - Browse repository at this point
Copy the full SHA ba7cb21View commit details
Commits on Feb 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for faad1e4 - Browse repository at this point
Copy the full SHA faad1e4View commit details
Commits on Feb 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 04ae8aa - Browse repository at this point
Copy the full SHA 04ae8aaView commit details -
Merge pull request sakura-editor#1810 from berryzplus/feature/remake_…
…strprintf strprintfを改良してナロー文字も扱えるようにする
Configuration menu - View commit details
-
Copy full SHA for 3b90cb2 - Browse repository at this point
Copy the full SHA 3b90cb2View commit details
Commits on Feb 28, 2022
-
Merge pull request sakura-editor#1806 from dep5/two_vs
複数のVisual Studioを入れたときの問題に対応
Configuration menu - View commit details
-
Copy full SHA for c8a7041 - Browse repository at this point
Copy the full SHA c8a7041View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8cb64d - Browse repository at this point
Copy the full SHA c8cb64dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 179ee79 - Browse repository at this point
Copy the full SHA 179ee79View commit details -
元から仕組みがあったがgtestで使えないので改良。 gtestではワイド文字列を扱えないのでUTF8で書き出して読み出した文字列をUTF16LEに戻してから評価する。
Configuration menu - View commit details
-
Copy full SHA for f4fbe9f - Browse repository at this point
Copy the full SHA f4fbe9fView commit details -
パフォーマンスに悪影響が出るほどに膨大なテキスト出力に耐える固定長バッファを確保していたのをやめて、動的にバッファ確保するよう変更する。
Configuration menu - View commit details
-
Copy full SHA for dfcafad - Browse repository at this point
Copy the full SHA dfcafadView commit details
Commits on Mar 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2c79076 - Browse repository at this point
Copy the full SHA 2c79076View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8afbd8a - Browse repository at this point
Copy the full SHA 8afbd8aView commit details
Commits on Mar 2, 2022
-
Merge pull request sakura-editor#1813 from berryzplus/feature/enable_…
…output_contents_of_messagebox メッセージボックス関数の単体テスト向け独自拡張の不具合を修正したい
Configuration menu - View commit details
-
Copy full SHA for 64549d5 - Browse repository at this point
Copy the full SHA 64549d5View commit details
Commits on Mar 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 93f45cd - Browse repository at this point
Copy the full SHA 93f45cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfb84bd - Browse repository at this point
Copy the full SHA dfb84bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3725192 - Browse repository at this point
Copy the full SHA 3725192View commit details -
Merge pull request sakura-editor#1816 from berryzplus/feature/mainten…
…ance_sonarscan SonarCloud静的解析でスタブDLLのソースを除外する
Configuration menu - View commit details
-
Copy full SHA for 4b1d1f0 - Browse repository at this point
Copy the full SHA 4b1d1f0View commit details
Commits on Mar 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c9ac169 - Browse repository at this point
Copy the full SHA c9ac169View commit details
Commits on Mar 9, 2022
-
・定義がカレントフォルダからの相対指定になっていたのを修正。 ・出力フォルダが作成済みかどうかチェックするように修正。 ・パスに空白を含む場合の考慮の有無が混在していたのを「考慮あり」に統一。
Configuration menu - View commit details
-
Copy full SHA for f7ff50d - Browse repository at this point
Copy the full SHA f7ff50dView commit details
Commits on Mar 10, 2022
-
Merge pull request sakura-editor#1817 from berryzplus/feature/add_tes…
…t_of_cppa CPPAクラスの自動テストを追加する
Configuration menu - View commit details
-
Copy full SHA for e67c8ce - Browse repository at this point
Copy the full SHA e67c8ceView commit details
Commits on Mar 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 62f60b4 - Browse repository at this point
Copy the full SHA 62f60b4View commit details -
比較的簡単に対処できる不都合を解消する ・ヘッダーの参照不足で、利用側コードにincludeを書かないといけない ・クラス宣言が継承不可になってるためにテストを書けない
Configuration menu - View commit details
-
Copy full SHA for 3b06a42 - Browse repository at this point
Copy the full SHA 3b06a42View commit details
Commits on Mar 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c8a993a - Browse repository at this point
Copy the full SHA c8a993aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22b2a51 - Browse repository at this point
Copy the full SHA 22b2a51View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb10431 - Browse repository at this point
Copy the full SHA bb10431View commit details -
Configuration menu - View commit details
-
Copy full SHA for 586d0e2 - Browse repository at this point
Copy the full SHA 586d0e2View commit details
Commits on Mar 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 49523cb - Browse repository at this point
Copy the full SHA 49523cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a1a29a - Browse repository at this point
Copy the full SHA 8a1a29aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 090c6a4 - Browse repository at this point
Copy the full SHA 090c6a4View commit details -
・出力フォルダの作成に変数OUTDIRを使うように修正。 ・パスに空白を含む場合の考慮の有無が混在していたのを「考慮なし」に統一。
Configuration menu - View commit details
-
Copy full SHA for 05c2674 - Browse repository at this point
Copy the full SHA 05c2674View commit details -
Configuration menu - View commit details
-
Copy full SHA for cff81c1 - Browse repository at this point
Copy the full SHA cff81c1View commit details
Commits on Mar 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 89d6456 - Browse repository at this point
Copy the full SHA 89d6456View commit details -
Merge pull request sakura-editor#1762 from sakura-editor/dpiscale
表示スケールに合わせて拡大する処理を色々と追加
Configuration menu - View commit details
-
Copy full SHA for 535e951 - Browse repository at this point
Copy the full SHA 535e951View commit details -
Merge pull request sakura-editor#1819 from berryzplus/feature/add_tes…
…t_of_extmodules DLL読み込み失敗のテストを追加する
Configuration menu - View commit details
-
Copy full SHA for b5d5900 - Browse repository at this point
Copy the full SHA b5d5900View commit details
Commits on Apr 2, 2022
-
Merge pull request sakura-editor#1818 from berryzplus/feature/fix_bui…
…ld-gnu_bat MinGWビルドバッチの出力先フォルダ指定を訂正する
Configuration menu - View commit details
-
Copy full SHA for 1c6bc82 - Browse repository at this point
Copy the full SHA 1c6bc82View commit details
Commits on Apr 17, 2022
-
行番号入力のEDITTEXTの横幅を広くして6桁より多い桁数を入力できるように変更、ES_NUMBERスタイルを付加して数値入力に限定
Configuration menu - View commit details
-
Copy full SHA for 7048b81 - Browse repository at this point
Copy the full SHA 7048b81View commit details
Commits on Apr 30, 2022
-
Revert change at sakura-editor#1512 partially
N_SHAREDATA_VERSIONの修正ミスを訂正します。 SonarCloudの指摘に従ってdefineをconstexprに置換しましたが、既存のCマクロに悪影響が出るので元に戻します。
Configuration menu - View commit details
-
Copy full SHA for 50443a0 - Browse repository at this point
Copy the full SHA 50443a0View commit details
Commits on May 1, 2022
-
Merge pull request sakura-editor#1829 from beru/dlgjump_6digits
「指定行へジャンプ」ダイアログで入力できる桁数を増やす
Configuration menu - View commit details
-
Copy full SHA for 07d8b70 - Browse repository at this point
Copy the full SHA 07d8b70View commit details
Commits on May 2, 2022
-
MinGW向け_com_raise_errorの実装を除去します。
MinGWに未実装のSDK関数を独自に定義して利用していましたが、 C:/msys64/mingw64/include/comdef.hにインライン実装されるようになったので独自定義を削除します。
Configuration menu - View commit details
-
Copy full SHA for cb15f71 - Browse repository at this point
Copy the full SHA cb15f71View commit details -
Merge pull request sakura-editor#1831 from sanomari/feature/remove_co…
…m_raise_error _com_raise_errorの独自実装を除去してMinGWビルドのエラーを解消します
Configuration menu - View commit details
-
Copy full SHA for 9d32b54 - Browse repository at this point
Copy the full SHA 9d32b54View commit details -
Merge pull request sakura-editor#1830 from sanomari/feature/refactori…
…ng_of_getinipath Revert change at sakura-editor#1512 partially
Configuration menu - View commit details
-
Copy full SHA for e3139d5 - Browse repository at this point
Copy the full SHA e3139d5View commit details
Commits on May 3, 2022
-
トレイアイコンから「履歴とお気に入りの管理」ダイアログを開けるようにする
sakura-editor#551 で追加したメニュー項目が機能していなかったのを修正します。
Configuration menu - View commit details
-
Copy full SHA for a6f272b - Browse repository at this point
Copy the full SHA a6f272bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 663a4af - Browse repository at this point
Copy the full SHA 663a4afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33c657c - Browse repository at this point
Copy the full SHA 33c657cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29181a5 - Browse repository at this point
Copy the full SHA 29181a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41575bf - Browse repository at this point
Copy the full SHA 41575bfView commit details -
コメントやドキュメントに現れる「ヘッダー」または「フッター」のカタカナ表記を統一します。 変更対象に共通設定「ファイル」タブのチェックボックスのテキストを含んでいるため、画面表示にも影響があります。
Configuration menu - View commit details
-
Copy full SHA for e79c737 - Browse repository at this point
Copy the full SHA e79c737View commit details -
コメントやドキュメントに現れる「ユーザー」のカタカナ表記を統一します。 「ユーザーにとっての利便性」を表す「ユーザビリティ」やVB用語「ユーザ定義型」は置換対象から除外します。 修正対象にissファイルが含まれるので、インストーラーにも影響する修正です。
Configuration menu - View commit details
-
Copy full SHA for 5fd700f - Browse repository at this point
Copy the full SHA 5fd700fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a629229 - Browse repository at this point
Copy the full SHA a629229View commit details -
Merge pull request sakura-editor#1833 from berryzplus/feature/add_mis…
…sing_function トレイアイコンから「履歴とお気に入りの管理」ダイアログを開けるようにする
Configuration menu - View commit details
-
Copy full SHA for f28c21d - Browse repository at this point
Copy the full SHA f28c21dView commit details
Commits on May 5, 2022
-
Merge pull request sakura-editor#1834 from sanomari/feature/fix_comme…
…nt_text_of_memory memory leakの誤記を修正する
Configuration menu - View commit details
-
Copy full SHA for eea0c84 - Browse repository at this point
Copy the full SHA eea0c84View commit details -
Merge pull request sakura-editor#1835 from sanomari/feature/fix_comme…
…nt_text_of_capture 「マウスキャプチャー」の長音記号を削る
Configuration menu - View commit details
-
Copy full SHA for dd87e10 - Browse repository at this point
Copy the full SHA dd87e10View commit details -
Merge pull request sakura-editor#1836 from sanomari/feature/fix_comme…
…nt_text_of_interpreter 「インタープリタ」のカタカナ表記を統一する
Configuration menu - View commit details
-
Copy full SHA for 981c33b - Browse repository at this point
Copy the full SHA 981c33bView commit details -
Merge pull request sakura-editor#1837 from sanomari/feature/fix_comme…
…nt_text_of_interface 「インターフェース」のカタカナ表記を統一する
Configuration menu - View commit details
-
Copy full SHA for 46b9eb3 - Browse repository at this point
Copy the full SHA 46b9eb3View commit details -
Merge pull request sakura-editor#1838 from sanomari/feature/fix_text_…
…of_header_or_footer 「ヘッダー」または「フッター」のカタカナ表記を統一する
Configuration menu - View commit details
-
Copy full SHA for 9ebca88 - Browse repository at this point
Copy the full SHA 9ebca88View commit details -
Merge pull request sakura-editor#1839 from sanomari/feature/fix_text_…
…of_user 「ユーザー」のカタカナ表記を統一する
Configuration menu - View commit details
-
Copy full SHA for 5dfe2bc - Browse repository at this point
Copy the full SHA 5dfe2bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 349fce6 - Browse repository at this point
Copy the full SHA 349fce6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d01be22 - Browse repository at this point
Copy the full SHA d01be22View commit details -
「プリンター」と「ドライバー」のカタカナ表記をOSに合わせて統一する
printerのカタカナ表記を「プリンター」に変更します。 「プリンタードライバー」と表記する機会の多い「ドライバー」についても同時に対応します。
Configuration menu - View commit details
-
Copy full SHA for d21ce67 - Browse repository at this point
Copy the full SHA d21ce67View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8cfd63 - Browse repository at this point
Copy the full SHA d8cfd63View commit details
Commits on May 6, 2022
-
Merge pull request sakura-editor#1840 from sanomari/feature/fix_text_…
…of_printer 「プリンター」のカタカナ表記をOSに合わせる
Configuration menu - View commit details
-
Copy full SHA for 32dab30 - Browse repository at this point
Copy the full SHA 32dab30View commit details -
Merge pull request sakura-editor#1841 from sanomari/feature/fix_text_…
…of_folder 「フォルダー」のカタカナ表記をOSに合わせる
Configuration menu - View commit details
-
Copy full SHA for 7c5b17d - Browse repository at this point
Copy the full SHA 7c5b17dView commit details
Commits on May 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6b863bf - Browse repository at this point
Copy the full SHA 6b863bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 968427d - Browse repository at this point
Copy the full SHA 968427dView commit details -
Merge pull request sakura-editor#1842 from k-kagari/feature/remove-gl…
…obal-lock-macros StdAfx.h に定義されている malloc と GlobalLock の型変換マクロを削除する
Configuration menu - View commit details
-
Copy full SHA for 1f3762d - Browse repository at this point
Copy the full SHA 1f3762dView commit details
Commits on May 8, 2022
-
* EnumClipboardFormats, GlobalAlloc, GlobalLock の呼び出しを仮想メンバ関数でラップする。 * GetDataType を private で non-static なメンバ関数に変更する。
Configuration menu - View commit details
-
Copy full SHA for e669c88 - Browse repository at this point
Copy the full SHA e669c88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 011ff3b - Browse repository at this point
Copy the full SHA 011ff3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eed2fec - Browse repository at this point
Copy the full SHA eed2fecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98652eb - Browse repository at this point
Copy the full SHA 98652ebView commit details -
Merge pull request sakura-editor#1843 from k-kagari/feature/more-test…
…s-for-cclipboard-redux CClipboard の単体テストをさらに追加する
Configuration menu - View commit details
-
Copy full SHA for fd67590 - Browse repository at this point
Copy the full SHA fd67590View commit details
Commits on May 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4acd537 - Browse repository at this point
Copy the full SHA 4acd537View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7a18ee - Browse repository at this point
Copy the full SHA d7a18eeView commit details
Commits on May 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0abeecd - Browse repository at this point
Copy the full SHA 0abeecdView commit details -
Merge pull request sakura-editor#1847 from dep5/mousepause
ソースコード中の誤字訂正(Pouse)
Configuration menu - View commit details
-
Copy full SHA for cf4763b - Browse repository at this point
Copy the full SHA cf4763bView commit details
Commits on May 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a6a6870 - Browse repository at this point
Copy the full SHA a6a6870View commit details
Commits on Jun 1, 2022
-
拡張領域の指定に「sizeof式」を使っていたために利用箇所を見落とした? 独自定数を切って見落としを防ぎ、必要な量の拡張領域を確保するよう修正。
Configuration menu - View commit details
-
Copy full SHA for ff8b018 - Browse repository at this point
Copy the full SHA ff8b018View commit details
Commits on Jun 2, 2022
-
#1794でインデックス0の拡張領域を利用しなくなったので、無題シーケンスを格納する拡張領域を1つ前にずらします。
Configuration menu - View commit details
-
Copy full SHA for 537d318 - Browse repository at this point
Copy the full SHA 537d318View commit details
Commits on Jun 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c757add - Browse repository at this point
Copy the full SHA c757addView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34bc36f - Browse repository at this point
Copy the full SHA 34bc36fView commit details -
Merge pull request sakura-editor#1850 from sanomari/workaround/issue1845
無題シーケンス番号の保存に失敗する不具合の暫定対策
Configuration menu - View commit details
-
Copy full SHA for b7538a1 - Browse repository at this point
Copy the full SHA b7538a1View commit details
Commits on Jun 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 721e7b9 - Browse repository at this point
Copy the full SHA 721e7b9View commit details
Commits on Jun 11, 2022
-
Merge pull request sakura-editor#1848 from dep5/fixCMakeWarning
Visual Studio 2022でのCMakeの警告に対応
Configuration menu - View commit details
-
Copy full SHA for cac7829 - Browse repository at this point
Copy the full SHA cac7829View commit details -
Configuration menu - View commit details
-
Copy full SHA for 126af23 - Browse repository at this point
Copy the full SHA 126af23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46f90a2 - Browse repository at this point
Copy the full SHA 46f90a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bb70e2 - Browse repository at this point
Copy the full SHA 0bb70e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b478f - Browse repository at this point
Copy the full SHA 89b478fView commit details
Commits on Jun 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2ebe5a4 - Browse repository at this point
Copy the full SHA 2ebe5a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e2c94b - Browse repository at this point
Copy the full SHA 3e2c94bView commit details -
Merge pull request sakura-editor#1852 from dep5/FixGrepDefaultFolder
GREPの「カレントフォルダーが初期値」に対応
Configuration menu - View commit details
-
Copy full SHA for c71e76f - Browse repository at this point
Copy the full SHA c71e76fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab3786 - Browse repository at this point
Copy the full SHA 3ab3786View commit details -
Merge pull request sakura-editor#1854 from sanomari/feature/fix_bad_d…
…estructor fix 'Do not throw uncaught exceptions in a destructor.'
Configuration menu - View commit details
-
Copy full SHA for d914cb8 - Browse repository at this point
Copy the full SHA d914cb8View commit details -
Merge pull request sakura-editor#1855 from sanomari/feature/make_incl…
…ude_portable インクルード ShellAPI.h を shellapi.h に訂正
Configuration menu - View commit details
-
Copy full SHA for 1c4dc62 - Browse repository at this point
Copy the full SHA 1c4dc62View commit details
Commits on Jun 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3e42de6 - Browse repository at this point
Copy the full SHA 3e42de6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22df168 - Browse repository at this point
Copy the full SHA 22df168View commit details
Commits on Jun 14, 2022
-
Merge pull request sakura-editor#1856 from berryzplus/feature/upgrade…
…_sonar_qube SonarQubeクライアントのバージョンを更新する
Configuration menu - View commit details
-
Copy full SHA for 74eee00 - Browse repository at this point
Copy the full SHA 74eee00View commit details
Commits on Jun 16, 2022
-
Merge pull request sakura-editor#1857 from sanomari/feature/fix_bad_d…
…estructor_of_CDllImp CDllImp::DeinitDllをnoexceptとマークする
Configuration menu - View commit details
-
Copy full SHA for 75e1a56 - Browse repository at this point
Copy the full SHA 75e1a56View commit details
Commits on Jun 19, 2022
-
コードでマクロ定数「NULL」を使った場合にCode Smellsが検出されてしまうのを対処します。 Use the "nullptr" literal.https://sonarcloud.io/project/issues?issues=AXXRqVBbpi7wsJ_Rmynv&open=AXXRqVBbpi7wsJ_Rmynv&id=sakura-editor_sakura
Configuration menu - View commit details
-
Copy full SHA for 0260ace - Browse repository at this point
Copy the full SHA 0260aceView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa524e8 - Browse repository at this point
Copy the full SHA fa524e8View commit details
Commits on Jun 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 312de3a - Browse repository at this point
Copy the full SHA 312de3aView commit details -
MSVCだけでなくMinGWのヘッダーにも対応が必要と分かったので対応します。 また、「(int)NULL」という記述があったので修正しておきます。
Configuration menu - View commit details
-
Copy full SHA for 5254b55 - Browse repository at this point
Copy the full SHA 5254b55View commit details
Commits on Jul 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 31f2624 - Browse repository at this point
Copy the full SHA 31f2624View commit details
Commits on Jul 7, 2022
-
Merge pull request sakura-editor#1853 from dep5/slow_scroll
マウスドラッグ時のスクロール速度を制限する
Configuration menu - View commit details
-
Copy full SHA for 2d51a13 - Browse repository at this point
Copy the full SHA 2d51a13View commit details -
Merge pull request sakura-editor#1859 from dAu6jARL/patch-1
resolve unavailable Oniguruma URL
Configuration menu - View commit details
-
Copy full SHA for 38b5c50 - Browse repository at this point
Copy the full SHA 38b5c50View commit details
Commits on Jul 10, 2022
-
Merge pull request sakura-editor#1858 from sanomari/feature/fix_defin…
…ition_of_null_macro Windows SDKのマクロ定数「NULL」を再定義する
Configuration menu - View commit details
-
Copy full SHA for 58795ee - Browse repository at this point
Copy the full SHA 58795eeView commit details
Commits on Jul 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c491dd4 - Browse repository at this point
Copy the full SHA c491dd4View commit details
Commits on Jul 19, 2022
-
Additional fixes review by berryzplus <[email protected]>
Signed-off-by: lainon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1fc1801 - Browse repository at this point
Copy the full SHA 1fc1801View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c71b64 - Browse repository at this point
Copy the full SHA 1c71b64View commit details -
Configuration menu - View commit details
-
Copy full SHA for c48328f - Browse repository at this point
Copy the full SHA c48328fView commit details
Commits on Jul 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d20e9d0 - Browse repository at this point
Copy the full SHA d20e9d0View commit details
Commits on Jul 21, 2022
-
Merge pull request sakura-editor#1860 from GermanAizek/master
Code modernize C++17, refactor and minor optimize
Configuration menu - View commit details
-
Copy full SHA for eca9316 - Browse repository at this point
Copy the full SHA eca9316View commit details
Commits on Aug 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 156fc3c - Browse repository at this point
Copy the full SHA 156fc3cView commit details
Commits on Aug 13, 2022
-
Merge pull request sakura-editor#1862 from eltociear/patch-1
CMakeLists.txtのコメントタイポ修正
Configuration menu - View commit details
-
Copy full SHA for 91a09d7 - Browse repository at this point
Copy the full SHA 91a09d7View commit details
Commits on Sep 10, 2022
-
マルチユーザー設定ファイル(sakura.exe.ini)のテストが失敗したときに、テストのために作成したexe.iniが削除されず、他ケースが失敗していたのを修正
Configuration menu - View commit details
-
Copy full SHA for b76c2e0 - Browse repository at this point
Copy the full SHA b76c2e0View commit details -
マルチユーザー設定ファイルのUserRootFolderに 2:ドキュメントフォルダ、3:デスクトップを指定した場合、 OneDriveのフォルダが取得されてしまう不具合を修正する。 この不具合はOneDriveをセットアップしないと再現しないのでCI/CDではチェックできない。
Configuration menu - View commit details
-
Copy full SHA for 128f442 - Browse repository at this point
Copy the full SHA 128f442View commit details
Commits on Sep 15, 2022
-
Merge pull request sakura-editor#1864 from berryzplus/feature/fix_tes…
…t_for_exeini マルチユーザー設定ファイル(sakura.exe.ini)のテストケース修正
Configuration menu - View commit details
-
Copy full SHA for 64fb6f7 - Browse repository at this point
Copy the full SHA 64fb6f7View commit details
Commits on Sep 17, 2022
-
Merge pull request sakura-editor#1865 from berryzplus/feature/fix_exe…
…ini_settings マルチユーザー設定ファイルの不具合修正
Configuration menu - View commit details
-
Copy full SHA for b0b7b83 - Browse repository at this point
Copy the full SHA b0b7b83View commit details
Commits on Nov 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5170a70 - Browse repository at this point
Copy the full SHA 5170a70View commit details
Commits on Dec 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2610a2f - Browse repository at this point
Copy the full SHA 2610a2fView commit details