1
0
Fork 0
x64dbg/src/gui/Src/BasicView
Duncan Ogilvie 23a3f92d6b AStyle 2022-09-03 13:54:20 +02:00
..
AbstractSearchList.h Replaced include guards with pragma once 2021-10-24 11:35:18 +02:00
AbstractStdTable.cpp Fix a bug with unsearched columns being highlighted 2020-10-02 22:08:24 +02:00
AbstractStdTable.h Fix a bug with unsearched columns being highlighted 2020-10-02 22:08:24 +02:00
AbstractTableView.cpp Attempt to scale the column widths when changing fonts 2021-12-05 15:28:13 +01:00
AbstractTableView.h Replaced include guards with pragma once 2021-10-24 11:35:18 +02:00
Disassembly.cpp fixed mnemonic brief not shown 2022-01-21 16:44:38 +08:00
Disassembly.h Improve rich text painting rendering performance (hopefully) 2022-01-05 13:01:00 +01:00
HeaderButton.h Replaced include guards with pragma once 2021-10-24 11:35:18 +02:00
HexDump.cpp Fix #2790 mistake 2021-11-20 01:42:37 +08:00
HexDump.h Replaced include guards with pragma once 2021-10-24 11:35:18 +02:00
HistoryLineEdit.cpp Fetch mCmdHistory on an empty mCmdLineEdit 2020-09-14 19:31:15 +02:00
HistoryLineEdit.h Replaced include guards with pragma once 2021-10-24 11:35:18 +02:00
LabeledSplitter.cpp GUI: fix some weird includes 2018-07-01 19:27:51 +02:00
LabeledSplitter.h Replaced include guards with pragma once 2021-10-24 11:35:18 +02:00
LabeledSplitterDetachedWindow.cpp Tab switch using history stack (#1807) 2017-11-17 14:40:08 +01:00
LabeledSplitterDetachedWindow.h Replaced include guards with pragma once 2021-10-24 11:35:18 +02:00
ReferenceView.cpp Add ability to set breakpoints on multiple selected lines in the References tab 2022-07-03 11:14:30 +03:00
ReferenceView.h Replaced include guards with pragma once 2021-10-24 11:35:18 +02:00
SearchListView.cpp Fix array out of bounds in SearchListView::eventFilter 2022-07-03 11:13:49 +03:00
SearchListView.h Replaced include guards with pragma once 2021-10-24 11:35:18 +02:00
ShortcutEdit.cpp AStyle 2022-09-03 13:54:20 +02:00
ShortcutEdit.h Replaced include guards with pragma once 2021-10-24 11:35:18 +02:00
StdIconSearchListView.cpp Don't clear filter on list refresh (#2317)+ fix icon table text overflow 2021-07-19 20:54:42 +08:00
StdIconSearchListView.h Replaced include guards with pragma once 2021-10-24 11:35:18 +02:00
StdIconTable.cpp Don't clear filter on list refresh (#2317)+ fix icon table text overflow 2021-07-19 20:54:42 +08:00
StdIconTable.h Replaced include guards with pragma once 2021-10-24 11:35:18 +02:00
StdSearchListView.cpp Don't clear filter on list refresh (#2317)+ fix icon table text overflow 2021-07-19 20:54:42 +08:00
StdSearchListView.h Replaced include guards with pragma once 2021-10-24 11:35:18 +02:00
StdTable.cpp GUI: std::move to reduce allocations 2019-10-31 15:28:41 +01:00
StdTable.h Replaced include guards with pragma once 2021-10-24 11:35:18 +02:00
StdTableSearchList.cpp Add app icon to attach dialog 2020-10-02 23:04:45 +02:00
StdTableSearchList.h GUI: refactor StdSearchListView to allow passing a custom StdTableSearchList 2019-06-19 00:12:32 +02:00