summaryrefslogtreecommitdiff
path: root/src/modinfodialogfwd.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix mistakenly added modinfo tab IDSilarn2019-12-061-1/+0
|
* Separate conflict flags and render them in separate columnsSilarn2019-12-061-0/+1
|
* added "open with vfs" option to conflicts tabisanae2019-12-021-0/+1
|
* added modinfodialogfwd.h, mostly for the enum that's used in various placesisanae2019-07-021-0/+50
renamed ETabs to ModInfoTabIDs and changed all ints to use the enum instead added ModInfoPtr to avoid having to include modinfo.h just to get ModInfo::Ptr