Jack Andersen
|
2a367df869
|
Merge branch 'master' of ssh://git.axiodl.com:6431/AxioDL/specter
|
2019-09-30 21:32:32 -10:00 |
Jack Andersen
|
33fd0f2fd7
|
Switch to string compare operators
|
2019-09-30 21:32:06 -10:00 |
Lioncash
|
765c51776b
|
General: Use std::make_unique where applicable
No behavior change.
|
2019-09-06 01:14:32 -04:00 |
Phillip Stephens
|
c32c8d0a91
|
Merge pull request #14 from lioncash/emplace
General: Use emplace_back's return value where applicable
|
2019-09-05 19:31:35 -07:00 |
Phillip Stephens
|
d773925fde
|
Merge pull request #15 from lioncash/unused
General: Remove unused file-scope variables
|
2019-09-05 19:31:15 -07:00 |
Lioncash
|
909e7d69ee
|
General: Remove unused file-scope variables
Removes unused logvisor modules. This also allows removing some
inclusions. Silences a few unused variable warnings as well.
|
2019-09-05 20:16:38 -04:00 |
Lioncash
|
fa56ba5db6
|
General: Use emplace_back's return value where applicable
emplace_back() returns a reference to the added element, so we can use
that instead of querying right after the emplacement.
|
2019-09-05 19:44:48 -04:00 |
Lioncash
|
ba7a48764d
|
FileBrowser: Move constructor definition into cpp file
Avoids requiring hecl.hpp to be included within the header.
|
2019-09-05 18:57:25 -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
|
bce7fd23c7
|
Windows build fixes
|
2019-07-27 15:21:11 -10:00 |
Jack Andersen
|
70ce423d00
|
Compile-time locale refactor
|
2019-07-19 18:26:59 -10:00 |
Jack Andersen
|
8ba5cf9a8b
|
Add True and False tests for bitwise enums
|
2019-04-02 18:30:35 -10:00 |
Jack Andersen
|
dcbc001cd2
|
New code style refactor
|
2018-12-07 19:24:02 -10:00 |
Jack Andersen
|
199f38933d
|
Windows build fixes
|
2018-10-14 10:13:39 -10:00 |
Jack Andersen
|
1b7874a7b2
|
string_view refactor
|
2017-11-12 20:14:52 -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 |
Phillip Stephens
|
b040c8972c
|
Add recent file and projects to FileBrowser
|
2016-02-01 19:52:06 -08:00 |
Jack Andersen
|
531dafdc68
|
Initial Menu preparation
|
2016-01-12 15:31:50 -10:00 |
Jack Andersen
|
54a5abc921
|
Much more reliable space splitting
|
2016-01-11 14:44:54 -10:00 |
Jack Andersen
|
08c4270707
|
Preparation for self-split space functionality
|
2016-01-09 20:40:23 -10:00 |
Jack Andersen
|
35c51c6fee
|
Dedicated PathButtons class and horizontal ScrollView
|
2016-01-06 14:39:18 -10:00 |
Jack Andersen
|
6e3614ec28
|
Add editor portion of rendering flow
|
2016-01-04 13:58:38 -10:00 |
Jack Andersen
|
04a182d5bb
|
Dynamic MessageWindow height
|
2016-01-02 16:42:52 -10:00 |
Jack Andersen
|
8dfafc81c2
|
Add MessageWindow class
|
2016-01-02 13:07:40 -10:00 |
Jack Andersen
|
5306e48481
|
Relocate Win32 volume path hack
|
2016-01-02 10:38:16 -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
|
d9053ee859
|
better memory conservation for Table vert buf
|
2015-12-31 10:26:04 -10:00 |
Jack Andersen
|
a469a81260
|
Integrate Translator
|
2015-12-30 17:19:03 -10:00 |
Jack Andersen
|
23318a3e5d
|
FileBrowser updates
|
2015-12-30 12:04:58 -10:00 |
Jack Andersen
|
a49d225f64
|
More accomodating FileBrowser margin
|
2015-12-29 16:50:56 -10:00 |
Jack Andersen
|
ff63ec54f4
|
Table rendering adjustments; ScrollView work
|
2015-12-29 16:20:24 -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
|
95fd2f90a9
|
Work on TextField
|
2015-12-19 18:39:09 -10:00 |
Jack Andersen
|
5d56ef2cf6
|
Windows build fix
|
2015-12-17 18:54:31 -10:00 |
Jack Andersen
|
e8449f3fdb
|
Rendering tweaks/bug-fixes
|
2015-12-17 17:26:10 -10:00 |
Jack Andersen
|
cb205304b6
|
Add TextField drawing
|
2015-12-17 11:28:37 -10:00 |
Jack Andersen
|
962639c684
|
Made SplashScreen background a generic ModalWindow class
|
2015-12-15 11:53:15 -10:00 |