toaruos/apps
K. Lange 601c927f0c Support (optional) freetype backend in Terminal 2018-09-21 13:17:43 +09:00
..
nyancat Integrate auto-dep into build system through make file generation 2018-04-17 21:49:56 +09:00
about.c Restructure decorations so bounds can be window-specific (for fullscreen) 2018-09-12 12:53:08 +09:00
background.c fix right click menu issue in wallpaper 2018-09-15 13:39:59 +09:00
beep.c Application cleanup 2018-08-15 10:07:33 +09:00
bim.c sh syntax backslash escapes [bim+rline_exp] 2018-09-17 16:39:31 +09:00
cat-img.c cat-img should support scaling to terminal width 2018-07-17 22:15:20 +09:00
cat.c Remove stray vim:s at ends of files 2018-08-15 15:47:43 +09:00
chmod.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
clear.c Application cleanup 2018-08-15 10:07:33 +09:00
compositor.c Reenable mouse-based window rotation 2018-09-18 16:20:31 +09:00
cp.c Remove stray vim:s at ends of files 2018-08-15 15:47:43 +09:00
cursor-off.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
date.c Fixup date 2018-08-21 22:31:26 +09:00
drawlines.c Add anti-aliased line drawer (slow, but effective) 2018-09-15 19:52:25 +09:00
echo.c Application cleanup 2018-08-15 10:07:33 +09:00
env.c Application cleanup 2018-08-15 10:07:33 +09:00
esh.c esh should reset when drawing tab completions 2018-09-17 13:19:58 +09:00
false.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
fetch.c Application cleanup 2018-08-15 10:07:33 +09:00
fgrep.c Application cleanup 2018-08-15 10:07:33 +09:00
file-browser.c Restructure decorations so bounds can be window-specific (for fullscreen) 2018-09-12 12:53:08 +09:00
font-server.c Reconfigure font-server and start it when conditions are appropriate 2018-09-21 13:13:20 +09:00
free.c Add getopt, getopt_long 2018-05-02 18:58:47 +09:00
getty.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
glogin-provider.c get/sethostname 2018-08-02 03:40:43 +09:00
glogin.c Exit compositor when last client exits 2018-08-02 19:13:16 +09:00
gsudo.c Add libc wrappers for some syscalls, remove unused syscall.h imports 2018-08-02 13:13:27 +09:00
hello.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
help-browser.c Restructure decorations so bounds can be window-specific (for fullscreen) 2018-09-12 12:53:08 +09:00
hexify.c Add reverse (hex-bin) mode to hexify 2018-09-10 19:21:35 +09:00
hostname.c Application cleanup 2018-08-15 10:07:33 +09:00
imgviewer.c imgviewer improvements 2018-09-17 20:35:28 +09:00
init.c Application cleanup 2018-08-15 10:07:33 +09:00
insmod.c Application cleanup 2018-08-15 10:07:33 +09:00
irc.c Fix uninitialized buffer in irc client 2018-09-14 10:34:12 +09:00
julia.c Restructure decorations so bounds can be window-specific (for fullscreen) 2018-09-12 12:53:08 +09:00
kcmdline.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
kdebug.c Application cleanup 2018-08-15 10:07:33 +09:00
kill.c Application cleanup 2018-08-15 10:07:33 +09:00
killall.c Application cleanup 2018-08-15 10:07:33 +09:00
live-session.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
ln.c symlink stuff 2018-07-18 15:43:17 +09:00
login-loop.c Application cleanup 2018-08-15 10:07:33 +09:00
login.c getty -a, login -f 2018-08-13 13:30:12 +09:00
ls.c Add libc wrappers for some syscalls, remove unused syscall.h imports 2018-08-02 13:13:27 +09:00
lspci.c Fix more procfs stuff 2018-09-12 20:34:25 +09:00
menu.c Application cleanup 2018-08-15 10:07:33 +09:00
migrate.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
mixerctl.c Make mixerctl usage output comply with the rest of the system 2018-05-09 19:31:46 +09:00
mkdir.c Import some apps from mainline/core that at least compile (fgrep may not work due to stdio brokenness) 2018-05-04 13:01:55 +09:00
mount.c sys/mount.h 2018-08-15 15:49:01 +09:00
nslookup.c Application cleanup 2018-08-15 10:07:33 +09:00
nyancat.c Application cleanup 2018-08-15 10:07:33 +09:00
panel.c Cleanups; remove write-out 2018-08-15 15:47:03 +09:00
piano.c Application cleanup 2018-08-15 10:07:33 +09:00
pidof.c Application cleanup 2018-08-15 10:07:33 +09:00
plasma.c Restructure decorations so bounds can be window-specific (for fullscreen) 2018-09-12 12:53:08 +09:00
play.c Application cleanup 2018-08-15 10:07:33 +09:00
pong.c Application cleanup 2018-08-15 10:07:33 +09:00
ps.c Also calculate rough percentage 2018-09-14 21:11:26 +09:00
pstree.c Application cleanup 2018-08-15 10:07:33 +09:00
pwd.c Application cleanup 2018-08-15 10:07:33 +09:00
qemu-display-hack.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
qemu-fwcfg.c fix incorrect help message in qemu-fwcfg 2018-09-11 16:04:16 +09:00
readelf.c Catch bad file in readelf 2018-08-15 17:27:03 +09:00
readlink.c Import some apps from mainline/core that at least compile (fgrep may not work due to stdio brokenness) 2018-05-04 13:01:55 +09:00
reboot.c Application cleanup 2018-08-15 10:07:33 +09:00
rm.c Application cleanup 2018-08-15 10:07:33 +09:00
sdf-demo.c Restructure decorations so bounds can be window-specific (for fullscreen) 2018-09-12 12:53:08 +09:00
serial-console.c Add libc wrappers for some syscalls, remove unused syscall.h imports 2018-08-02 13:13:27 +09:00
session.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
set-resolution.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
sh.c esh should reset when drawing tab completions 2018-09-17 13:19:58 +09:00
sleep.c Application cleanup 2018-08-15 10:07:33 +09:00
stat.c Remove stray vim:s at ends of files 2018-08-15 15:47:43 +09:00
sudo.c Add libc wrappers for some syscalls, remove unused syscall.h imports 2018-08-02 13:13:27 +09:00
sysfunc.c Application cleanup 2018-08-15 10:07:33 +09:00
sysinfo.c Support fancy logo in non-toaru terminals 2018-07-06 13:05:58 +09:00
term-size.c Application cleanup 2018-08-15 10:07:33 +09:00
terminal-font.h Application cleanup 2018-08-15 10:07:33 +09:00
terminal-palette.h Use #000000 for terminal black color 2018-08-20 21:44:39 +09:00
terminal-vga.c Add modifier+arrow support to vga terminal 2018-09-15 14:22:57 +09:00
terminal.c Support (optional) freetype backend in Terminal 2018-09-21 13:17:43 +09:00
test-conf.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
test.sh More shoddy shell stuff 2018-08-08 10:14:59 +09:00
toaru_logo.h Application cleanup 2018-08-15 10:07:33 +09:00
toggle-abs-mouse.c Application cleanup 2018-08-15 10:07:33 +09:00
touch.c Application cleanup 2018-08-15 10:07:33 +09:00
true.c Application cleanup 2018-08-15 10:07:33 +09:00
ttysize.c Application cleanup 2018-08-15 10:07:33 +09:00
uname.c Application cleanup 2018-08-15 10:07:33 +09:00
uptime.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
vga-palette.h Application cleanup 2018-08-15 10:07:33 +09:00
which.c Application cleanup 2018-08-15 10:07:33 +09:00
whoami.c Add whoami 2018-06-04 11:29:28 +09:00
yes.c Application cleanup 2018-08-15 10:07:33 +09:00
yutani-clipboard.c add option to include a new line when printing clipboard 2018-09-16 18:52:00 +09:00
yutani-query.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
yutani-test.c Application cleanup 2018-08-15 10:07:33 +09:00