about summary refs log tree commit diff stats
path: root/src/js/base64.nim
Commit message (Expand)AuthorAgeFilesLines
* Update monouchabptato2024-06-221-1/+1
* img, term: try to detect unknown images, improve kitty encoderbptato2024-06-211-8/+12
* Move JS wrapper into Monouchabptato2024-06-031-3/+3
* data: replace std/base64 with atobbptato2024-04-251-64/+4
* base64: rewrite btoa toobptato2024-04-211-3/+39
* base64: rewrite atobbptato2024-04-211-6/+65
* Update code stylebptato2024-04-171-1/+1
* quickjs: reduce diff with upstreambptato2024-03-021-1/+8
* Use errDOMException template everywherebptato2024-01-111-4/+4
* js: merge some type modules into jstypesbptato2024-01-111-1/+1
* base64: reduce pointless re-coding using JSStringbptato2023-10-211-35/+16
* move around more modulesbptato2023-09-141-1/+1
* atob, btoa: handle latin-1 correctlybptato2023-09-081-12/+36
* Add btoa, atobbptato2023-09-071-0/+24
08-02 16:32:05 +0200 committer arg@10ksloc.org <unknown> 2006-08-02 16:32:05 +0200 made fullscreen apps working fine in floating mode (there is no sane way to make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander' href='/acidbong/suckless/dwm/commit/config.arg.h?h=5.7.2&id=95e8d12b7189d4cd01b8ae8ecebfa5835a1809e6'>95e8d12 ^
1bf0c4a ^
a73a882 ^
b38905b ^
a73a882 ^
292ccc4 ^
f1fe19b ^
0a07591 ^
f1fe19b ^




292ccc4 ^
ce04a66 ^
19da197 ^


7b6d5ff ^
19da197 ^


7b6d5ff ^
ce04a66 ^




7b6d5ff ^
ce04a66 ^


7b6d5ff ^
ce04a66 ^
a73a882 ^



d6a6eca ^
f1fe19b ^
e21d93b ^
f1fe19b ^

a73a882 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64