Go to file
blankie 454d23a975
Add import functionality
2023-03-30 22:56:43 +07:00
fragments Add import functionality 2023-03-30 22:56:43 +07:00
thirdparty Add basic export code 2023-03-29 00:03:16 +07:00
windows Add import functionality 2023-03-30 22:56:43 +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 Add import functionality 2023-03-30 22:56:43 +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 Add file wrapper 2023-03-28 23:48:26 +07:00
config.h Actually use default logcat command 2023-02-03 15:15:54 +07:00
event_loop.cpp Add LogcatEntries helper 2023-03-29 17:08:31 +07:00
event_loop.h Use forward declarations 2023-02-22 16:33:36 +07:00
file.h Add file wrapper 2023-03-28 23:48:26 +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 Use `struct tm` to store time 2023-03-30 21:24:01 +07:00
log.h Use `struct tm` to store time 2023-03-30 21:24:01 +07:00
logcat_entry.cpp Add import functionality 2023-03-30 22:56:43 +07:00
logcat_entry.h Add import functionality 2023-03-30 22:56:43 +07:00
logcat_thread.cpp Add import functionality 2023-03-30 22:56:43 +07:00
logcat_thread.h Add import functionality 2023-03-30 22:56:43 +07:00
main.cpp Add basic export code 2023-03-29 00:03:16 +07:00
misc.cpp Make sure that disabled buttons cannot be activated 2023-03-08 08:40:18 +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