.. |
d
|
Use rgb:RGB instead of rgb:RRGGBB in the bluy theme
|
2022-02-11 11:20:30 +01:00 |
2048.c
|
Use (void) instead of () in function signatures (#17026) ##refactoring
|
2020-06-14 16:08:32 +02:00 |
canvas_line.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
canvas.c
|
Missing parenthesis in sizeof
|
2022-03-02 00:07:55 +01:00 |
cons.c
|
Improve RLog API and usage, document R2_LOG_ vars in r2 -hh ##core
|
2022-04-19 11:14:57 +02:00 |
cpipe.c
|
Fix disable-threads builds
|
2022-02-06 20:55:06 +01:00 |
cutf8.c
|
Dont use != NULL as its implicit in C, even for bool casts ##refactor
|
2022-03-15 19:54:04 +01:00 |
dietline.c
|
Add sandbox checks for the debugger io plugins ##security
|
2022-04-19 00:50:42 +02:00 |
editor.c
|
'e cfg.editor=' == 'e cfg.editor=-'
|
2021-08-19 18:39:54 +02:00 |
grep.c
|
Add tests for the code tokenizer and fix <<= assignments ##util
|
2022-03-26 10:35:13 +01:00 |
html.c
|
Fix glitch in scr.html when scr.color=1 ##cons
|
2022-04-19 20:32:35 +02:00 |
hud.c
|
Add lowercase seven-segmented-ascii-art alphabet for ?ea ##print
|
2021-10-27 01:54:43 +02:00 |
input.c
|
Remove R_EMPTY and R_EMPTY2
|
2022-03-13 11:26:10 +01:00 |
less.c
|
Move more context fields out of the globals ##cons
|
2021-09-30 01:04:03 +02:00 |
line.c
|
Make RCons thread-friendly ##core
|
2022-01-21 17:04:56 +01:00 |
Makefile
|
Implement RConsPixel and RBraile APIs ##cons
|
2021-03-29 11:34:57 +02:00 |
meson.build
|
Only build library archives when -Dblob is provided ##build
|
2022-03-22 11:59:13 +01:00 |
more.c
|
Move more context fields out of the globals ##cons
|
2021-09-30 01:04:03 +02:00 |
output.c
|
Many indentation style fixes
|
2021-11-18 10:43:52 +01:00 |
pager_private.h
|
Code cleanup in RCons
|
2019-06-09 18:50:36 +02:00 |
pager.c
|
Fix r2 - tab crash related to regex apis
|
2021-01-09 12:47:47 +01:00 |
pal.c
|
Free color in r_cons_pal_init()
|
2022-02-18 14:23:30 +01:00 |
pixel.c
|
Fix some bugs spotted by CodeQL
|
2022-03-15 15:22:25 +01:00 |
rgb.c
|
Remove R_EMPTY and R_EMPTY2
|
2022-03-13 11:26:10 +01:00 |
stiv.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |