index
:
ufm
master
A file manager for UEFI Shell environment
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
Commit message (
Collapse
)
Author
Age
Files
Lines
*
add execution for files and text editors
Joursoir
2021-12-08
3
-4
/
+80
|
*
actions: add and use macros for parts of the context
Joursoir
2021-12-08
1
-7
/
+13
|
*
dir: open files with RW mode
Joursoir
2021-12-08
1
-1
/
+1
|
*
tbi/win: add the possibility to change line attributes
Joursoir
2021-12-08
3
-35
/
+38
|
*
library: add module information file
Joursoir
2021-12-02
1
-0
/
+50
|
*
main: add constructor and destructor
Joursoir
2021-12-02
1
-0
/
+31
|
*
tbi/win: not use the standard uefi header file
Joursoir
2021-12-02
1
-1
/
+0
|
*
link all components together in the main file
Joursoir
2021-12-02
1
-0
/
+123
|
*
panel: make panel_refresh()
Joursoir
2021-12-01
2
-0
/
+17
|
*
implement the command bar
Joursoir
2021-12-01
2
-0
/
+80
|
*
panel: fix a typo in the argument name
Joursoir
2021-12-01
1
-1
/
+1
|
*
implement shortcuts and some actions
Joursoir
2021-12-01
2
-0
/
+83
|
*
tbi/win: fix incorrect allocation memory
Joursoir
2021-12-01
1
-1
/
+1
|
*
panel: make panel_getch()
Joursoir
2021-12-01
2
-0
/
+15
|
*
tbi/win: make wgetch()
Joursoir
2021-12-01
2
-0
/
+29
|
*
tbi/win: support echoing input chars
Joursoir
2021-12-01
2
-0
/
+20
|
*
panel: make panel_set_active()
Joursoir
2021-12-01
2
-0
/
+22
|
*
panel: make panel_mark_file()
Joursoir
2021-12-01
2
-0
/
+32
|
*
add context
Joursoir
2021-12-01
1
-0
/
+22
|
*
panel: fix typos in allocation
Joursoir
2021-11-30
1
-3
/
+1
|
*
panel: make panel_cd_to()
Joursoir
2021-11-30
2
-0
/
+42
|
*
panel: make panel_move_cursor()
Joursoir
2021-11-30
2
-0
/
+37
|
*
panel: make clear_list_line()
Joursoir
2021-11-30
1
-0
/
+8
|
*
panel: add support for displaying files
Joursoir
2021-11-30
1
-0
/
+75
|
*
panel: add support for displaying file systems
Joursoir
2021-11-30
1
-0
/
+18
|
*
panel: make update_file_info()
Joursoir
2021-11-29
1
-0
/
+16
|
*
panel: make update_marked_info()
Joursoir
2021-11-29
1
-0
/
+11
|
*
menu-bar: not use a global variable
Joursoir
2021-11-29
2
-13
/
+20
|
*
panel: add macros for highlight
Joursoir
2021-11-29
1
-0
/
+9
|
*
panel: add support for highlighting
Joursoir
2021-11-29
1
-0
/
+22
|
*
dir: add support for marked files
Joursoir
2021-11-29
2
-0
/
+8
|
*
panel: make set_cwd()
Joursoir
2021-11-27
1
-0
/
+16
|
*
panel: use 'cwd' as non-const variable
Joursoir
2021-11-27
2
-4
/
+5
|
*
panel: add the window for display the amount of marked files
Joursoir
2021-11-27
2
-1
/
+7
|
*
tbi/screen: make screen_clear()
Joursoir
2021-11-27
2
-0
/
+16
|
*
panel: reimplement windows usage
Joursoir
2021-11-26
2
-50
/
+36
|
|
|
|
|
The initial implementation can be difficult to expand. This version is more flexible
*
implement the panel
Joursoir
2021-11-23
2
-0
/
+165
|
*
fs: make scanfs()
Joursoir
2021-11-17
2
-0
/
+29
|
*
fs: get the desired map name from all aliases
Joursoir
2021-11-17
1
-0
/
+42
|
*
add routines to get filesystems
Joursoir
2021-11-17
2
-0
/
+77
|
*
dir: make dirl_getn()
Joursoir
2021-11-17
2
-0
/
+28
|
*
dir: make scandir()
Joursoir
2021-11-17
2
-0
/
+40
|
*
add routines to get dir entries
Joursoir
2021-11-15
2
-0
/
+94
|
*
tbi/win: use SET_WINDOW_CHAR2() macro
Joursoir
2021-11-15
1
-11
/
+7
|
*
menu-bar: fix include header paths
Joursoir
2021-11-15
1
-2
/
+2
|
*
move all sources to the right place
Joursoir
2021-11-15
6
-0
/
+590