Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-07 | Simplify Err message format. | John Ankarström | |
2022-09-07 | Normalize error message formatting. | John Ankarström | |
2022-09-03 | Improve error handling. | John Ankarström | |
2022-09-02 | Improve Window object. | John Ankarström | |
2022-08-22 | Change initialization style. | John Ankarström | |
Because I don't want to have to remember what classes have initializer_list overloads. | |||
2022-08-17 | Minor cleanup. | John Ankarström | |
2022-08-17 | Make FileView more type-safe. | John Ankarström | |
2022-08-06 | Use typedefs when interacting with Win32 API. | John Ankarström | |
It's not like they're ever going to change the definition of WORD (knock on wood) -- but I guess it's proper to use them as if their definitions might change. | |||
2022-08-04 | Add comments. | John Ankarström | |
2022-08-03 | Split common.h to util.h, wcharptr.h and win.h. | John Ankarström | |
2022-07-31 | Limit use of Hungarian notation. | John Ankarström | |
I don't hate Hungarian notation. It has some very nice qualities. But it also adds a lot of typing. That said, not using it feels a bit... unsafe. I might go back on this decision. We'll see. | |||
2022-07-30 | Add debugging functions. | John Ankarström | |