Go to file
blankie 451c57f198
Update imgui
2023-03-08 08:38:28 +07:00
fragments Forward declare ImGui::IsKeyPressed 2023-02-24 18:26:48 +07:00
thirdparty Update imgui 2023-03-08 08:38:28 +07:00
windows Add buttons to add test logcat entries 2023-03-07 18:02:18 +07:00
.gitignore Switch from make to cmake 2023-01-22 21:28:14 +07:00
.gitmodules Use full paths to imgui files in includes 2023-02-22 16:09:33 +07:00
CMakeLists.txt Don't hardcode compilers and linker 2023-02-26 00:22:19 +07:00
LICENSE Add LICENSE 2023-02-17 12:13:42 +07:00
arb.h Use forward declarations 2023-02-22 16:33:36 +07:00
config.cpp Indent config file 2023-02-07 13:57:37 +07:00
config.h Actually use default logcat command 2023-02-03 15:15:54 +07:00
event_loop.cpp Add buttons to add test logcat entries 2023-03-07 18:02:18 +07:00
event_loop.h Use forward declarations 2023-02-22 16:33:36 +07:00
filters.cpp Fix string check 2023-03-07 18:02:57 +07:00
filters.h Avoid copying strings in StringFilter 2023-02-17 12:33:08 +07:00
fonts.cpp Use fontconfig 2023-01-07 16:15:21 +07:00
fonts.h Use fontconfig 2023-01-07 16:15:21 +07:00
group_panel.cpp Use full paths to imgui files in includes 2023-02-22 16:09:33 +07:00
group_panel.h Use forward declarations 2023-02-22 16:33:36 +07:00
log.cpp Rename some functions to to_string 2023-02-09 14:44:34 +07:00
log.h Rename some functions to to_string 2023-02-09 14:44:34 +07:00
logcat_entry.cpp Add individual copy options for logs and logcat entries 2023-02-09 15:27:39 +07:00
logcat_entry.h Add individual copy options for logs and logcat entries 2023-02-09 15:27:39 +07:00
logcat_thread.cpp Reduce amount of epoll events 2023-03-07 20:55:24 +07:00
logcat_thread.h Use forward declarations 2023-02-22 16:33:36 +07:00
main.cpp Use full paths to imgui files in includes 2023-02-22 16:09:33 +07:00
misc.cpp Add the ability to move filters up and down 2023-02-24 18:23:56 +07:00
misc.h Add the ability to move filters up and down 2023-02-24 18:23:56 +07:00
myimconfig.h Use forward declarations 2023-02-22 16:33:36 +07:00
pcre2_wrapper.cpp Parse logcat entries 2023-01-19 23:34:03 +07:00
pcre2_wrapper.h Parse logcat entries 2023-01-19 23:34:03 +07:00