~ruther/CTU-FEE-B0B35APO-Semestral-project

CTU-FEE-B0B35APO-Semestral-project/file-browser/src/local_file_access.c -rw-r--r-- 6.1 KiB
ecf65d4a — Boháček, František 4 years ago
Merge branch 'dev' into 'master'

Implement first versions of file browser, text viewer and image viewer

See merge request bohacfr2/apo-sem!1
4c110388 — František Boháček 4 years ago
refactor: split local file access
59427163 — František Boháček 4 years ago
fix: avoid uninitialized values when stat fails
73cfdbc1 — František Boháček 4 years ago
feat: add files sort
df443b23 — František Boháček 4 years ago
fix: path stuck
9f2b7d5e — František Boháček 4 years ago
feat: add file executing
45b40880 — František Boháček 4 years ago
feat: add get file local path so it can be executed
817c1f98 — František Boháček 4 years ago
feat: implement basic directory browser window
a9aa5ba5 — František Boháček 4 years ago
refactor: make fileaccess state from union
3f3ee4c9 — František Boháček 4 years ago
refactor: do not use dynamic allocation where not needed
4a24b06e — František Boháček 4 years ago
feat: add directory list
ab9ad098 — František Boháček 4 years ago
feat: add local file access functions