Commit Graph

17 Commits (f2a6957e1603da236afde3f2ad6ba148620f7066)

Author SHA1 Message Date
Andrei Kortunov 56a30d7aec Journalbook layout fixes 8 years ago
Julian d7aa2a882d improve dialogue window performance 8 years ago
Rohit Nirmal 396fba7fa9 Silence -Wreorder warnings, and remove -Wno-reorder. 10 years ago
scrawl e42cb8020e Change all skins to get font colors from fallback settings (Fixes #704) 10 years ago
scrawl d7f3cd75ac Rewrite journal GUI topic list to use MWList 11 years ago
scrawl bbc5b125ab Rewrite journal GUI quest index
- Use quest names as identifiers, not quest IDs. This ensures that quests with different IDs, but the same name (e.g. A2_4_MiloCaiusGone and A2_4_MiloGone) are merged properly, as they should.
 - Switch display from BookPage to MWList. Handles word-wrapping and scrolling properly.
 - Fixes a bug where the quest index would not be updated when opened.
11 years ago
scrawl 128a47570e One more fix 11 years ago
scrawl c8c0e5de38 Fixed code issues found with unity build. Missing include guards, duplicated functions, ... 11 years ago
scrawl e62bf8fca9 Remove some garbage 11 years ago
scrawl daab4f55a3 Use Morrowind's fonts 12 years ago
scrawl b5071ced23 Removed using namespace 12 years ago
scrawl 3c68c87923 Fix some naming guidelines, fix topic index exception, fix exception in keyword search for some journal entries 12 years ago
Nathan Jeffords 7db6447a00 dropped the I infront of the journal view model interfaces 12 years ago
Nathan Jeffords 36a6806faf drop the leading 'I' from the book page control interfaces 12 years ago
Nathan Jeffords 4c22afc29b made a pass at conforming to established naming convention 12 years ago
Nathan Jeffords c7ede9b523 port code to C++03 12 years ago
Nathan Jeffords f02a53b121 Created a helper class to format books for display from the journal
view-model data.
12 years ago