Skip to content
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

update #1

Merged
merged 282 commits into from
Dec 5, 2020
Merged

update #1

merged 282 commits into from
Dec 5, 2020
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 29, 2020

  1. MinGW: Fix VPATH

    If SRCDIR ended with a backslash, VPATH didn't work as expected.
    Remove the backslash before set to VPATH.
    k-takata committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    85288f1 View commit details
    Browse the repository at this point in the history
  2. MinGW: Fix SRCDIR computation

    * Replace \ with / when compute SRCDIR.
    * Add example usages.
    k-takata committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    49e2424 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1383 from k-takata/refactor-mingw-makefile

    MinGW: Refactor Makefile
    k-takata authored Aug 29, 2020
    Configuration menu
    Copy the full SHA
    c4cb568 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Configuration menu
    Copy the full SHA
    535b161 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1368 from berryzplus/feature/add_track_logs

    MSVCのカスタムターゲットがインクリメンタルビルドに対応できてなかったので対応させたい
    berryzplus authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    d5be2be View commit details
    Browse the repository at this point in the history
  3. サクラエディタの起動テストを追加する

    1. tests1.exeをサクラエディタとして起動できるようにする
    2. tests1.exeを使ったテストで影響が出る箇所を修正する
    3. WinMainTest - runWithNoWin追加(コントロールプロセスの起動テスト)
    4. WinMainTest - runEditorProcess追加(エディタプロセスの起動テスト)
    berryzplus committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    9da897d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Configuration menu
    Copy the full SHA
    b182e62 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    82dac67 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. add SAKURA_CORE.

    berryzplus committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    d12fdc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    689b5c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e055095 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. swap default SAKURA_CORE

    berryzplus committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    9a4da81 View commit details
    Browse the repository at this point in the history
  2. Revert "swap default SAKURA_CORE"

    This reverts commit 9a4da81.
    berryzplus committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    6bc2c31 View commit details
    Browse the repository at this point in the history
  3. fix comment

    berryzplus committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    deb3c7c View commit details
    Browse the repository at this point in the history
  4. fix comment

    berryzplus committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    10fa594 View commit details
    Browse the repository at this point in the history
  5. rename LIBS to LDFLAGS

    berryzplus committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    2274b1a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1386 from berryzplus/feature/refactoring_makefile…

    …_for_LangDLL
    
    MinGW: Refactor Makefile for Language DLL
    berryzplus authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    5812fce View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1387 from berryzplus/feature/omit_makefilemake

    MSVCビルドでMinGWビルド向けのMakefileが更新されるとMakefileが壊れるのでMakefile更新をやめたい
    berryzplus authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    64427bb View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Configuration menu
    Copy the full SHA
    e12e410 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1389 from berryzplus/feature/fix_mydefines

    言語DLLのMakefileのMYDEFINESの指定方法をシンプルに戻す
    berryzplus authored Sep 5, 2020
    Configuration menu
    Copy the full SHA
    2f0a862 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0523902 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1390 from berryzplus/feature/add_ndebug_to_mydefi…

    …nes_if_missing
    
    MYDEFINESに-DNDEBUGが指定されてない対策の改良
    berryzplus authored Sep 5, 2020
    Configuration menu
    Copy the full SHA
    e34c4aa View commit details
    Browse the repository at this point in the history
  5. PageUp, PageDown 時に描画する必要が無い場合は描画しないようにする判定を追加

    CViewCommander::Command_1PageUp と CViewCommander::Command_1PageDown で、キャレットの更新前後の位置が変化が無く、スクロール量も 0 の場合は CEditView::RedrawAll の呼び出しを行わないようにする
    beru committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    685c9e6 View commit details
    Browse the repository at this point in the history
  6. レビュー指摘対応

    beru committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    60e290f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Merge pull request #1320 from beru/PageUp_PageDown

    PageUp, PageDown 時に描画する必要が無い場合は描画しないようにする判定を追加
    beru authored Sep 6, 2020
    Configuration menu
    Copy the full SHA
    2d2f3cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b2b130 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Merge pull request #1393 from beru/macro_GetViewTop

    画面先頭行を取得するマクロ関数 GetViewTop を追加
    beru authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    d7620a5 View commit details
    Browse the repository at this point in the history
  2. CImageListMgr::Create において読み込んだビットマップの形式を 32bit に変換する処理を追加

    プラグインコマンド用アイコン画像の表示色がツールバーアイコンのパレットに影響されないようにする為
    beru committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    5702e4f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. レビュー指摘対応

    beru committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    78fb3ac View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Merge pull request #1396 from beru/PluginIconColor

    CImageListMgr::Create において読み込んだビットマップの形式を 32bit に変換する処理を追加
    beru authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    17bcab7 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Configuration menu
    Copy the full SHA
    803c8d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    791bf8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    931b07e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. Configuration menu
    Copy the full SHA
    0fa270f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7e43e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ee234c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb91dbf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a492401 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b306886 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03984b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b01d747 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1401 from m-tmatma/feature/ignore-aps

    aps ファイルを無視する
    m-tmatma authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    896ae4d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f8227f0 View commit details
    Browse the repository at this point in the history
  11. レビュー指摘対応

    suconbu committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    eae52fe View commit details
    Browse the repository at this point in the history
  12. コメント追加

    m-tmatma committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    a7f767c View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1403 from m-tmatma/feature/limit-installer-artifa…

    …ct-only-release
    
    CI の成果物をアップするのを Release 版に限定する
    m-tmatma authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    9e5a78f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9c95e44 View commit details
    Browse the repository at this point in the history
  15. 置換仕様を修正

    berryzplus committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    ca93514 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b008715 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7e3c597 View commit details
    Browse the repository at this point in the history
  18. 置換仕様を変更

    berryzplus committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    29ddc5c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1004dc4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    eb0ef5b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cc95705 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Merge pull request #1400 from suconbu/feature/use_monospace_in_grepdlg

    GREPダイアログ内の全コンボボックスに対してフォント設定で指定されたフォントを使用する
    beru authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    04f0d0e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1398 from suconbu/feature/add_outline_selection_auto

    アウトライン解析の選択行追従
    beru authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    5d9f254 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Merge pull request #1399 from berryzplus/feature/enable_escape_for_tip

    キーワードヘルプの説明文に"\n"を表示できるようにしたい。
    berryzplus authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    26e92e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    646fe63 View commit details
    Browse the repository at this point in the history
  3. サクラエディタの起動テストを追加する

    wWinMainを呼び出してエディタプロセスを起動するシンプルなテストを実装してみました。
    berryzplus committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    977a210 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Configuration menu
    Copy the full SHA
    6985c78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0de5be5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22dc1db View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    dba3441 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Merge pull request #1384 from berryzplus/feature/fix_try_select_profi…

    …le_test
    
    TrySelectProfileテストを改善する
    berryzplus authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    90d97a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1385 from berryzplus/feature/add_start-up_test

    サクラエディタの起動テストを追加する
    berryzplus authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    d884ae4 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    2d0b292 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0383fec View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    555ed20 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. レビュー指摘観点GetPosInLogicを一時変数へ

    nPosInLogic - nPosBgnの共通式のくくりだし
    usagisita committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    11e77a1 View commit details
    Browse the repository at this point in the history
  2. typeidを使う

    usagisita committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    c2a3a9a View commit details
    Browse the repository at this point in the history
  3. CFigure_Textインスタンスを特別に使うのを止める

    スタティックメソッド呼び出し記述統一
    usagisita committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    34f452c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    154fb92 View commit details
    Browse the repository at this point in the history
  5. コメント修正

    usagisita committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    bb41628 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1fbb44 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74f8142 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1405 from usagisita/bulk_draw_textout

    一度にExtTextOutで描画しての高速化
    beru authored Sep 26, 2020
    Configuration menu
    Copy the full SHA
    061c902 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b864b10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c4b7e3a View commit details
    Browse the repository at this point in the history
  11. CGraphics の実装で SaveDC と RestoreDC を使う事で保存復帰処理の単純化

    従来実装に比べて元のクリッピング領域の取得を行わないため処理負荷が軽減される
    beru authored and beru committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    a504bf2 View commit details
    Browse the repository at this point in the history
  12. CEditView::DrawLogicLine メソッド内で SColorStrategyInfo 型のインスタンスを用意するのではなく…

    … while ループの外側で確保するように変更
    
    CGraphics 型の生成と破棄のコストが大きい事への対策
    beru committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    3f90901 View commit details
    Browse the repository at this point in the history
  13. コメント修正

    beru committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    86b548a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    22bc789 View commit details
    Browse the repository at this point in the history
  15. レビュー指摘対応

    beru committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    3a8cb32 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e68ef1e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ad4537a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. Merge pull request #1414 from usagisita/feature/fix_dlgcompare_notused

    ファイル内容比較ダイアログの未使用処理pszCompareLabelを削除
    beru authored Sep 27, 2020
    Configuration menu
    Copy the full SHA
    3f78d63 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1413 from usagisita/hotfix/long_long_file_name

    DIFF差分とウィンドウ一覧ダイアログでファイル名がMAX_PATHぎりぎりだと落ちてしまう不具合の修正
    beru authored Sep 27, 2020
    Configuration menu
    Copy the full SHA
    120a20c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1411 from beru/CGraphics_SaveDC_RestoreDC

    CGraphics 関連の最適化
    beru authored Sep 27, 2020
    Configuration menu
    Copy the full SHA
    470a1ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4a7fa6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1415 from beru/reuse_vDxArray

    テキスト幅計算に使用する文字間隔配列のコンテナを使いまわす事で負荷を削減
    beru authored Sep 27, 2020
    Configuration menu
    Copy the full SHA
    b1fc7a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    54ad3bf View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Merge pull request #1417 from berryzplus/feature/add_override_to_figures

    CFigureにfinalとoverride修飾子を付ける
    berryzplus authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    8f58ec8 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    6c57489 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Configuration menu
    Copy the full SHA
    4a7b4aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0e4ee8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0b3ba1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Configuration menu
    Copy the full SHA
    e4da55b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b635eb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0259d1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b50633 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c184a6f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdc661c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68601d6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1419 from berryzplus/feature/remove_zenhan_binary

    未使用のCFigureクラス(全角バイナリと半角バイナリ)を除去する
    berryzplus authored Oct 4, 2020
    Configuration menu
    Copy the full SHA
    455a7ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a1408b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. SendMessage anywayz

    beru committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    079929f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1283afa View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. [patchunicode#1050] エンコーディング名による文字コードの設定の修正

    https://sourceforge.net/p/sakura-editor/patchunicode/1050/
    skrw_fix_xml_detect_v0_5.patch
    
    ・いくつかのエンコーディング名の別名を追加
    MS932やSJIS、ハイフン・アンダーバー考慮
    ・xml encoding名が不明な名前だった場合にUTF-8と認識されるバグを修正
    例 <?xml version="1.0" encoding="MS932" ?>
    ・xml宣言がありencoding名がない場合は、UTF-8固定だった(規格どおり)ものを自動認識を優先してそれでも不明ならUTF-8にするように修正
    novice123 authored and Kohki Akikaze committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    9efb280 View commit details
    Browse the repository at this point in the history
  2. memicmpを_memicmpに置換

    Kohki Akikaze committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    c14cd38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    463d262 View commit details
    Browse the repository at this point in the history
  4. 変更漏れと思わしき箇所に対応を行った

    Kohki Akikaze committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    8686e07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88ebecc View commit details
    Browse the repository at this point in the history
  6. 認識可能なエイリアスを拡充する

    Kohki Akikaze committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    a9524d1 View commit details
    Browse the repository at this point in the history
  7. 文字コードの定義で重複しているものを一つにまとめた

    Windows-1252に対してCODE_LATIN1と1252の二つが定義されており、
    それぞれの変換処理には前者の場合CLatin1::Latin1ToUni関数、後者の場合CCodePage::CPToUni関数が使われている。
    Latin1(ISO-8859-1)とWindows-1252で差異のある0x80~0x9fの変換には、
    どちらにおいてもMultiByteToWideChar関数にコードページ1252を指定して実行するようになっているため、
    Latin1とWindows-1252を区別せずに処理しているように見えることから、後者の指定を除去することとした。
    Kohki Akikaze committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    57bf7ae View commit details
    Browse the repository at this point in the history
  8. コード上のコメントを更新

    Kohki Akikaze committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    d4a1777 View commit details
    Browse the repository at this point in the history
  9. GetEncofing_metaでのif文の判定回数を減らす

    Kohki Akikaze committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    79e7307 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d0d297 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    64fe1e0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    39159b0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e821b7c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d3d8a4d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    024704a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    54ca510 View commit details
    Browse the repository at this point in the history
  2. encoding指定が引用符で終わっていない場合に判定処理を行わないようにする

    ::find_first_ofの戻り値がnposだった場合、MatchEncodingの第2引数が負数となってしまうため、
    MatchEncodingでの判定処理が成功しなくなってしまう。
    もしnposの場合は判定を省略し、指定がなかったものとして扱うようにする。
    
    std::stringを使用していた箇所をstd::string_viewを使用するように変更する。
    Kohki Akikaze committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    0ea3203 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. Merge pull request #1422 from kazasaku/feature/fix_detect_charset_fro…

    …m_xml_declare
    
    XML宣言を用いた文字コード判別処理を強化する
    beru authored Oct 11, 2020
    Configuration menu
    Copy the full SHA
    ea149b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03657f7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1424 from beru/reduce_flickering

    プロパティシートのコントロール表示のちらつき防止
    beru authored Oct 11, 2020
    Configuration menu
    Copy the full SHA
    298ac44 View commit details
    Browse the repository at this point in the history
  4. 文字切れ/重なり修正

    * 履歴とお気に入りの管理のヘルプボタンとサイズ変更グリップとの重なり
    * 共通設定->支援タブのmigemoとテキストボックスとの重なり
    * 共通設定->編集タブの「改行コードNEL,PS,LSを有効にする」の右側文字切れ
    * タイプ別設定->ウィンドウタブの「折り返し単位」の右側文字切れ
    * タイプ別設定->正規表現キーワードタブのDLL名下部文字切れ
    * 印刷ページ設定の「ヘッダー」付近のテキストボックス上部切れ
    suconbu committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    f4a5529 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04120b3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1421 from suconbu/feature/use_systemfont_in_dlg

    ダイアログフォント美化
    beru authored Oct 11, 2020
    Configuration menu
    Copy the full SHA
    bb83d9d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    0d2090f View commit details
    Browse the repository at this point in the history
  2. XML文書にタイプ別設定で選択された文字コードを使う

    XML向けのタイプ別設定でユーザーが選択した文字コードを使用する。
    これまで自動判定失敗時はUTF-8として扱ったが、この動作を変更する。
    Kohki Akikaze committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    5c19324 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    3434f5f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1427 from berryzplus/feature/use_detected_arg_length

    引数の文字列コピーに検出したnArgLenを使う
    berryzplus authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    35d0498 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Merge pull request #1425 from suconbu/feature/use_systemfont_to_props…

    …heet
    
    プロパティシートに対してシステムフォントを設定
    suconbu authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    31653ea View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    10e0d30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7902cc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1bd153 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Configuration menu
    Copy the full SHA
    d4af718 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1429 from berryzplus/feature/add_shrink_to_fit_te…

    …st_for_type_option
    
    コマンドライン解析で解析した「タイプ」を内部変数にコピーする際の文字列コピーの記述が冗長なのを修正する
    berryzplus authored Oct 17, 2020
    Configuration menu
    Copy the full SHA
    c8dc738 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7d3000 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df5f43d View commit details
    Browse the repository at this point in the history
  5. WriteQuit廃止に伴うリファクタリング

    WriteQuit廃止に伴い不要になった引数を削る、IniFolderの初期化位置を共有メモリと一緒にする、不要になったIniFolderのメンバを削る
    berryzplus committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    14c8faf View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Revert "WriteQuit廃止に伴うリファクタリング"

    This reverts commit 14c8faf.
    berryzplus committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    0399263 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1430 from berryzplus/feature/refactoring_cfigure_…

    …comma
    
    CFigure_Comma::Matchの実装内容を他のCFigureと合わせる
    berryzplus authored Oct 18, 2020
    Configuration menu
    Copy the full SHA
    ee23905 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1432 from berryzplus/feature/remove_write_quit

    利用できないコマンドラインオプション「-WQ(INIファイルを出力して即終了)」を削除する
    berryzplus authored Oct 18, 2020
    Configuration menu
    Copy the full SHA
    01ea116 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Merge pull request #1428 from kazasaku/feature/use_xml_type_charset_c…

    …onfig
    
    XML文書にタイプ別設定で選択した文字コードを使えるようにする
    berryzplus authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    dc93661 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    f7ffba1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1436 from sanomari/master

    googletestとcompiletestsを2回目のビルドに対応させる
    berryzplus authored Oct 21, 2020
    Configuration menu
    Copy the full SHA
    75e977b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    b4dfad3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3876aa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf1a26d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    634b3de View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Merge pull request #1438 from berryzplus/feature/remove_write_quit_take3

    CProfile::WriteProfileに指定されたファイル名のフォルダが存在しない場合にフォルダを作成する機能を追加する
    berryzplus authored Oct 24, 2020
    Configuration menu
    Copy the full SHA
    d0a92d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. IDD_GREP,IDD_GREP_REPLACEの配置改善(日本語リソース)

    * フォントを「MS ゴシック」から「Yu Gothic UI」に変更
    * 関連する部品同士が集まるよう配置/サイズ変更
    * IDD_GREPのキャプションを「Grep条件入力」から「Grep」に変更(メニューアイテムと統一)
    * ラベル文言を他のダイアログを参考に見直し(Term->Find what等)
    * ラベルを左寄せから右寄せに変更(見栄え/視認性向上)
    * ラベル末尾にコロン追加(ガイドライン適用)
    * アクセラレータキー割り当て見直し
    * .rc内の変更対象部分をVisualStudioのリソースエディタで保存した時の形式に変更
    suconbu committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    786c44e View commit details
    Browse the repository at this point in the history
  2. ApiWrap::Wnd_GetTextのオーバーロード関数を追加

    std::make_unique<WCHAR[]>を使わないで済むようにラッパー関数を追加する
    sanomari committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    dd9b851 View commit details
    Browse the repository at this point in the history
  3. ApiWrap::DlgItem_GetTextのオーバーロード関数を追加

    std::make_unique<WCHAR[]>を使わないで済むようにラッパー関数を追加する
    sanomari committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    2e8452c View commit details
    Browse the repository at this point in the history
  4. ApiWrap::List_GetTextのオーバーロード関数を追加

    std::make_unique<WCHAR[]>を使わないで済むようにラッパー関数を追加する
    sanomari committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    ed530f8 View commit details
    Browse the repository at this point in the history
  5. Wnd_GetTextを適用する

    std::make_unique<WCHAR[]>を使わないように修正
    sanomari committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    c5b4a0f View commit details
    Browse the repository at this point in the history
  6. List_GetTextを適用する

    std::make_unique<WCHAR[]>を使わないように修正
    sanomari committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    2318efb View commit details
    Browse the repository at this point in the history
  7. DebugOutWのリファクタリング

    std::make_unique<WCHAR[]>を使わないように修正
    sanomari committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    74e75f2 View commit details
    Browse the repository at this point in the history
  8. CGrepAgent::CreateFoldersリファクタリング

    std::make_unique<WCHAR[]>を使わないように修正
    sanomari committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    085ac88 View commit details
    Browse the repository at this point in the history
  9. CPropTypesRegexリファクタリング

    std::make_unique<WCHAR[]>を使わないように修正
    sanomari committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    020f8b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. デッドコード削除

    sanomari committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    336cc8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d9cb04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6401489 View commit details
    Browse the repository at this point in the history
  4. IDD_GREP,IDD_GREP_REPLACEの配置改善(英語リソース)

    * フォントを「Tahoma」から「Segoe UI」に変更
    * 他は日本語リソースと同様の変更を適用
    suconbu committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    ae0d02b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcb41cb View commit details
    Browse the repository at this point in the history
  6. レビュー指摘(二重引用符を取り除く処理が変わってる)の対応

    前後の '"" を取り除くように実装してたのを
    パスに含まれる '"' を削除するように修正。
    sanomari committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    d722d8c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. レビュー指摘(reserveよりresizeのが良さそう)の対応

    std::wstringのsize()が返すインデックス以降をアクセスした場合の動作は保証されない。
    reserveだけだとsizeが変更されないのでresizeに変更しておく。
    sanomari committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    6036009 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    943e1d9 View commit details
    Browse the repository at this point in the history
  3. CodeFactorの警告対策として2つ以上のクラスを定義しているcsファイルを分割する

    CodeFactorの警告(保守性に難アリ)の対応で修正します。
    berryzplus committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    787c2b3 View commit details
    Browse the repository at this point in the history
  4. レビュー指摘対応

    suconbu committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    203f7be View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    4b14223 View commit details
    Browse the repository at this point in the history
  2. CSSプロパティの指定方法が冗長なのを直す

    上 左 下 右
    全部
    berryzplus committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    e717f75 View commit details
    Browse the repository at this point in the history
  3. CSSプロパティの指定方法が冗長なのを直す

    上 左 下 右
    上 左右 下
    berryzplus committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    4a923ce View commit details
    Browse the repository at this point in the history
  4. CSSプロパティの指定方法が冗長なのを直す

    上 左 下 右
    上下 左右
    berryzplus committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    4e504e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b4fab5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4409b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ebe508b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1442 from berryzplus/feature/split_csharp_files

    CodeFactorの警告対策として2つ以上のクラスを定義しているcsファイルを分割する
    berryzplus authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    5d512eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4e42d7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    caa0148 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c1704c5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dca955a View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1443 from berryzplus/feature/fix_css_issues

    CodeFactorで検出されたCSSの問題を修正する
    berryzplus authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    e9d5b06 View commit details
    Browse the repository at this point in the history
  14. listzip.ps1で検出された問題を修正する

    ・Write-Hostは実装されていないプラットフォームがあるので使うべきでないらしいです。
    ・catchブロックを書くなら空にすべきではないそうです。
    berryzplus committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    041c757 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1446 from berryzplus/feature/remove_if_block_with…

    …_no-op
    
    CodeFactorで検出された空のif文を削除する
    berryzplus authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    d6e482b View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1445 from kazasaku/fix/add_cust_menu_out_of_range

    カスタムメニューの追加時に配列の範囲外を書き換えないようにする
    berryzplus authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    067b6f1 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #1440 from suconbu/feature/fix_debugbreak_at_execdlg

    デバッグ実行時に外部コマンド実行ダイアログを開くとwarning_point関数で止まる問題を修正する
    suconbu authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    b2239d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Merge pull request #1439 from sanomari/master

    SonarQubeの静的解析で検出されたバグを修正する
    sanomari authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    388a736 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1447 from berryzplus/feature/fix_ps1_issues

    CodeFactorで検出されたps1の問題を修正するためlistzip.ps1を書き直す
    berryzplus authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    3936b44 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. swprintfをstrprintfに置き換える

    szPathのサイズチェックをせずにswprintfに渡しているのでバッファが溢れる危険性があるのを対策する。
    strprintfは必要なバッファを動的に再確保するため問題は起きない。
    berryzplus committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    335bea4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1431 from suconbu/feature/improve_grepdlg_layout

    Grepダイアログ部品配置の改善
    suconbu authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    daa7fa9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Configuration menu
    Copy the full SHA
    3b53e81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a459e6c View commit details
    Browse the repository at this point in the history
  3. インデント訂正

    berryzplus committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    46c7556 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1448 from suconbu/feature/remove_notmatch_in_grep…

    …replace
    
    Grep置換ダイアログに誤追加された「否該当行」を削除
    suconbu authored Oct 31, 2020
    Configuration menu
    Copy the full SHA
    e54a074 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2fb2c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. レビュー指摘対応(IsInvalidFilenameChars)

    CheckXXX → IsXXX
    berryzplus committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    85f29b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1449 from berryzplus/feature/add_check_invalid_fi…

    …lename_chars
    
    ファイルパスに「ファイルに使えない文字」を含めた場合の処理を改善する
    berryzplus authored Nov 1, 2020
    Configuration menu
    Copy the full SHA
    8acb720 View commit details
    Browse the repository at this point in the history
  3. 非オプションのチェックを組み直す

    ファイルパスの文字数制限の元凶が明確になるように中間変数を除去する。
    berryzplus committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    6ab1024 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42c29b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce0d701 View commit details
    Browse the repository at this point in the history
  6. コマンドラインにゴミが入った場合のテストを追加する

    コマンドラインにゴミ(=終端されていない引用符)が混じった場合のテストを追加する。
    berryzplus committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    8b5c902 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    6fa946c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1455 from sanomari/fix_#1449

    #1449を訂正してADSを使えるにする
    sanomari authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    7cc6497 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    cd44e41 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. nNum の流用をやめる

    kengoide committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    5c1d174 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Configuration menu
    Copy the full SHA
    cdb7d18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13d92cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    482da0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdda5d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Combo_GetEditSel 関数の変更

    引数の型を int& から DWORD* に変更
    assert_warning は行わないように変更
    beru committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    0c02301 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1457 from kasumikagari/toolbar-pane

    [要望]ツールバー編集画面においてボタン挿入・追加時に機能リストのフォーカスを1つ下にずらしてほしい
    beru authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    d61c2c5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1459 from kasumikagari/prop-custmenu

    #1457 補遺)カスタムメニュー画面でも追加・挿入後に機能リストを送る処理を入れたい
    beru authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    dc8055b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. レビュー指摘対応

    beru committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    8634681 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1461 from beru/Combo_GetEditSel_assert_warning

    Combo_GetEditSel 関数の変更
    beru authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    54aeba9 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Revert "非オプションのチェックを組み直す"

    This reverts commit 6ab1024.
    berryzplus committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    e97dcc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. パスの長さチェックを追加

    最低限必要な変更でチェック追加を実装。
    berryzplus committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    ea15ceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    296b0db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2218b44 View commit details
    Browse the repository at this point in the history
  4. MinGWのプリコンパイル済みヘッダーを.gitignoreに追加する

    レビュー指摘により、sakura_core/.gitignoreに追加するようにした。
    berryzplus committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    881fc7c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1465 from berryzplus/feature/ignore_stdafx_h_gch

    MinGWのプリコンパイル済みヘッダーを.gitignoreに追加する
    berryzplus authored Nov 14, 2020
    Configuration menu
    Copy the full SHA
    0697377 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Merge pull request #1453 from berryzplus/feature/fix_crash_on_too_lon…

    …g_path_take2
    
    サクラエディタのコマンドライン引数に超長い文字列を指定するとクラッシュする問題に対処する。(Take2)
    berryzplus authored Nov 15, 2020
    Configuration menu
    Copy the full SHA
    c7f1c9d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    32ea91b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b38d31 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1467 from kazasaku/feature/gha_update_test

    (GHA) 使用しているアクションをバージョンアップする
    Kohki Akikaze authored Nov 21, 2020
    Configuration menu
    Copy the full SHA
    93db5b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. コンボボックスのサブクラス化処理を簡素化する (#1463)

    * GetComboBoxInfo を使う
    
    * SetWindowSubclass を使う
    
    * SComboBoxItemDeleter を廃止
    
    コンボボックスに CRecent を SetProp して直に紐づけ、コンボボックスのハンドルをサブクラスプロシージャに付属データとして渡す。
    サブクラスプロシージャはコンボボックスのハンドルから GetProp して CRecent を取得する。
    
    * レビュー指摘に対応: C-style キャストを使う
    
    * レビュー指摘に対応: リストボックスのサブクラス化をやめる
    kengoide authored Nov 22, 2020
    Configuration menu
    Copy the full SHA
    181b07c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    a76065b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08c3745 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef2f1fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be14640 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0177eb6 View commit details
    Browse the repository at this point in the history
  6. MinGWビルドエラー解消

    suconbu committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    8a4d7d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    441f915 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f5afac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f822f1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a98d5d4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    57791c7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    241fb2f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b4af6c2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e4ae1ca View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    30cc06f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Merge pull request #1456 from suconbu/feature/separate_rcfile

    リソースエディタで編集不可のものを.rc2に分離
    suconbu authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    f0655b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. Configuration menu
    Copy the full SHA
    4590300 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. Configuration menu
    Copy the full SHA
    efdd06e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    769f30c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Merge pull request #1471 from berryzplus/feature/order_pr_template

    PRテンプレートの「影響範囲」を「テスト内容」の前にする
    berryzplus authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    84fdccd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1472 from suconbu/feature/add_vsfile_to_gitattribute

    VisualStudio関係の設定ファイルの改行コードを.gitattributeで指定する
    suconbu authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    526f512 View commit details
    Browse the repository at this point in the history