9 Commits

Author SHA1 Message Date
pancake
d020b38d32 Use more Config.setBoolean() and lint some cases 2022-09-06 22:23:08 +02:00
Lazula
ad749a0b1a Fix static/R_API function definition formatting
* Remove spaces before parens
* Remove spaces after asterisks
2021-12-21 20:58:12 +01:00
Lazula
f2976d3c7e
Use r_str_get_fail() throughout codebase ##refactor (#18079) 2020-12-21 08:51:44 +01:00
Lazula
243bc871c3 Multiple refactors in io and util ##io ##util ##refactor
* Add r_io_map macros throughout code base
* Update string NULL-checking with renamed functions r_str_get() and r_str_getf()
* Change string NULL-checks throughout code base to use functions
* Add r_str_get_fail() to specify a custom string to return if NULL-check fails
* Mark JSON to be updated with PJ with "TODO PJ"
* Incidental style updates such as missing spaces
2020-12-13 05:09:13 +01:00
Riccardo Schirone
c8f99840ab
r_core_seek accepts a boolean as 3rd argument (#16618)
Replaces all 0/1 passed as 3rd argument to r_core_seek with false/true.
2020-04-17 12:53:35 +02:00
Vane11ope
4e51e811be O in visual is supported in panels with the "i" key ##panels (#14942) 2019-09-01 16:27:11 +02:00
pancake
ec44465982 Initial mouse support for visual tabs ##visual 2019-07-02 04:56:43 +02:00
Vanellope
3f9cf702a2 t key instead of tab key is supported in Disassembly panel ##panels 2019-04-19 16:46:54 +02:00
pancake
c29310bb73 Improve visual tabs switch with decompilation mode ##visual 2019-03-05 11:08:41 +01:00