Commit Graph

36 Commits

Author SHA1 Message Date
Jack Andersen 81c5d40211 Update fmtlib 2020-04-11 12:50:38 -10:00
Lioncash 765c51776b General: Use std::make_unique where applicable
No behavior change.
2019-09-06 01:14:32 -04:00
Lioncash 4e71b955f6 General: Replace loop with resize where applicable
Instead of default constructing in a loop for std::vector, we can just
use resize or its size constructor to do the same thing.
2019-09-05 20:03:04 -04:00
Lioncash 5beb046f9e General: Add necessary includes where applicable
As part of the changes within hecl, this exposed a few indirect
inclusions. We can simply include the headers to resolve these cases.
2019-09-05 00:51:24 -04:00
Lioncash 21dece5b1e General: Include headers where applicable
Ensures necessary dependencies are always included where applicable, as
well as avoiding including dependencies where they aren't necessary.
2019-08-30 09:54:26 -04:00
Jack Andersen 70ce423d00 Compile-time locale refactor 2019-07-19 18:26:59 -10:00
Jack Andersen 0c45eb56c7 Better CMake dependency handling 2019-06-11 16:05:04 -10:00
Jack Andersen 56c72423e0 constexpr refactor 2019-02-23 21:16:37 -10:00
Jack Andersen dcbc001cd2 New code style refactor 2018-12-07 19:24:02 -10:00
Jack Andersen 1b7874a7b2 string_view refactor 2017-11-12 20:14:52 -10:00
Jack Andersen d618264e26 Buffer pool refactor 2017-01-28 17:57:48 -10:00
Jack Andersen a9322292f5 Uniform and Vertex buffer pool refactor 2016-12-09 16:33:54 -10:00
Jack Andersen b756005aad boo lambda-API refactor 2016-03-30 09:15:32 -10:00
Jack Andersen f467cf019c Humungous refactor 2016-03-04 13:03:47 -10:00
Jack Andersen ac2f2ba446 Vulkan updates 2016-02-22 16:33:59 -10:00
Jack Andersen 531dafdc68 Initial Menu preparation 2016-01-12 15:31:50 -10:00
Jack Andersen 08c4270707 Preparation for self-split space functionality 2016-01-09 20:40:23 -10:00
Jack Andersen 24917f2367 More conservative resource use in Table 2016-01-07 14:06:21 -10:00
Jack Andersen 06eadd587e Table scissor adjustment 2016-01-02 19:17:18 -10:00
Jack Andersen 796e6193ad Infinite-recursion avoidance 2016-01-02 18:04:02 -10:00
Jack Andersen 04a182d5bb Dynamic MessageWindow height 2016-01-02 16:42:52 -10:00
Jack Andersen 26dffbd99e More portable and reliable rectangle initialization 2016-01-02 11:18:15 -10:00
Jack Andersen a4a531a558 Win32 fixes 2016-01-01 18:17:47 -10:00
Jack Andersen 8959431a2b FileBrowser column resizing and navigation 2016-01-01 16:26:04 -10:00
Jack Andersen 35ad8827a7 Table sort and selection functionality 2015-12-31 14:12:19 -10:00
Jack Andersen f9abc7c6dc Merge branch 'master' of https://github.com/AxioDL/libSpecter 2015-12-31 10:27:33 -10:00
Jack Andersen d9053ee859 better memory conservation for Table vert buf 2015-12-31 10:26:04 -10:00
Jack Andersen c40079646d Initialization fix 2015-12-30 20:37:32 -10:00
Jack Andersen 23318a3e5d FileBrowser updates 2015-12-30 12:04:58 -10:00
Jack Andersen ff63ec54f4 Table rendering adjustments; ScrollView work 2015-12-29 16:20:24 -10:00
Jack Andersen 4866ac6d4c Working scroll wheel functionality 2015-12-29 12:58:09 -10:00
Jack Andersen 725990da45 Initial TableView 2015-12-28 16:02:43 -10:00
Jack Andersen 5733ef76ca Curve glyph tweaks, faster ModalWindow animation 2015-12-22 14:25:46 -10:00
Jack Andersen b00635e09e SplitView updates; work on FileBrowser 2015-12-21 15:33:27 -10:00
Jack Andersen 962639c684 Made SplashScreen background a generic ModalWindow class 2015-12-15 11:53:15 -10:00
Jack Andersen ddead8978b Added source stubs 2015-11-20 15:14:49 -10:00