Commit Graph

814 Commits

Author SHA1 Message Date
pancake
df48171b2d Update coding style rules for braces 2018-02-28 01:24:03 +01:00
pancake
7b5ab319f8 Revert V* behaviour, add < command and make dietline reuse rcons.readChar 2018-02-28 01:19:08 +01:00
pancake
976422cc0b Improve RCons.readPush and add .readFlush() to make V* happy 2018-02-28 00:37:19 +01:00
pancake
2497fb6f51 Implement r_cons_readpush() new api and fix the V... automation 2018-02-28 00:26:41 +01:00
xarkes
9d36f29f99 Monokai color improvements #9487 2018-02-26 18:50:27 +01:00
xarkes
ce6a253258 Fixed HTML color code parsing (ec btext #ef8d1aa) 2018-02-25 09:36:41 +01:00
xarkes
d5f57a7ccb Fix fg+background colors handling 2018-02-24 19:14:55 +01:00
xarkes
b2b647a5f7 Renamed COLOR_MODE constants 2018-02-24 12:04:48 +01:00
xarkes
5e097dbae1 Killed cons->truecolor in favor of cons->color 2018-02-24 11:47:38 +01:00
xarkes
29158c3726 Html color parse (#9492) 2018-02-24 10:28:55 +01:00
xarkes
184d2ccb5c Some colors fixes 2018-02-24 08:15:49 +01:00
pancake
ff1fa01cf4 More code tweaking in RCons 2018-02-24 00:44:46 +01:00
pancake
caa4cc66d9 Dont initialize truecolor table if no color is needed 2018-02-24 00:19:15 +01:00
Maijin
3c4e718bae Fix ecr/eco 2018-02-23 22:59:37 +01:00
pancake
06c519ead7 Fix the RCons.pal_init() issue :? 2018-02-23 19:28:17 +01:00
xarkes
9abaf3d4a6 Better cons init 2018-02-23 19:10:19 +01:00
xarkes
7e98502666 Code refactoring for the color palette handling
* RConsPrintablePalette initialization
* Remove scr.rgbcolor
* Added RColor support to cons_pal_parse
* Added warnings about pal_set and missing event_update
* Code cleaning (char* to RColor), less rgb_parse
2018-02-23 19:00:47 +01:00
securisec
7467b99205 Update monokai (#9459) 2018-02-22 15:33:23 +08:00
pancake
d8911ce002 Add ed command to edit ~/.radare2rc 2018-02-21 02:18:04 +01:00
Giuseppe
7a140d71e6 Use different color when pxw unmapped data (#9404) 2018-02-20 23:55:11 +01:00
Paul I
bb4f61580e Cleanup meson files (#9424) 2018-02-20 09:33:19 +01:00
pancake
6d7008b42f Fix box colors for the ogray theme 2018-02-19 22:48:53 +01:00
pancake
148e54b677 Fix crash (oobread) in r_cons_less 2018-01-27 23:49:59 +01:00
pancake
88711b0164 Add scr.color.grep eval var 2018-01-19 19:50:29 +01:00
securisec
5f2a8dcb73 Some changes to monokai
Some changes to monokai
2018-01-12 09:56:57 +01:00
pancake
e43107d1ca r_str_chop_ro, r_str_trim_const -> r_str_trim_ro 2018-01-08 03:29:29 +01:00
pancake
335938be58 r_str_chop -> r_str_trim 2018-01-08 03:22:26 +01:00
Thomas Bailleux
fa3ecb3334 fix issue #9123 with grep [n-] (#9141) 2018-01-07 04:00:59 +01:00
securisec
3eb5b57cdf Create monokai 2018-01-04 17:40:19 +01:00
pancake
68f7e54d2e Fix build 2018-01-02 19:31:02 +01:00
pancake
3c67ec8f5d Fix #9044 - Honor graph.* on all color themes 2017-12-30 03:44:32 +01:00
pancake
34ffd014f4 Better graphs, bringback t/f, add ^to seek to the begining and updated help 2017-12-30 00:50:25 +01:00
SkUaTeR
467eaed971 Add timeout to readchar_win 2017-12-29 19:55:34 +01:00
pancake
b49314a94b Add graph.edges, bringback the linemode=0 and add the graph+dis mode 2017-12-29 11:22:22 +01:00
pancake
74c2e7fdc8 Minor random fixes here and there for graph, twilight theme and mmx esil 2017-12-29 11:19:56 +01:00
pancake
ffb6753dac Initial pseudo for MMX 2017-12-28 20:18:02 +01:00
Ziyaddin Sadigov
d4dd6fd5e6 Fix typo regarding byte size (#9067) 2017-12-27 18:33:58 +01:00
pancake
df4ddfc745 Fix last covs 2017-12-20 15:05:33 +01:00
pancake
0b1e8eaecc Fix almost all warnings from the msvc build 2017-12-19 00:18:39 +01:00
pancake
d2b13c7764 Fix crash when loading the dark theme (thanks asan) 2017-12-18 15:26:25 +01:00
pancake
0851129765 Implement r_cons_readchar_timeout. wink wink 2017-12-18 02:44:51 +01:00
Jacob Robie
526894a222 Fixes issue where grep is eaten by first command that executes (#9022)
* Fixes issue where grep is eaten by first command that executes instead of the command it was associated with

* Minor bug and formatting fixes
2017-12-15 01:06:16 +01:00
pancake
bf9c5f96d9 Upgrade sdb (renames mht to dict) 2017-12-13 03:07:22 +01:00
Florian Märkl
9fb5399363 scr.html: do not print <br /> at the end (#9001) 2017-12-11 10:11:56 +01:00
pancake
d355a9c93e Bring back the canvas trimming and fix again visual glitch with 1 node graphs 2017-11-26 02:25:57 +01:00
mrpaja
c2653f8afe Fix whitespace issue, when using the tab complete 2017-11-26 01:35:58 +01:00
pancake
c830c67a08 Fix rendering interactive visual graph with only 1 node 2017-11-26 01:32:52 +01:00
pancake
8852a501db Fix colors in asm.cmtright=0 and honor fc in disasm offsets and flag colors 2017-11-24 23:52:22 +01:00
pancake
f371229fe0 Oops scr.fps was already there :D show it in graph view too 2017-11-24 00:55:18 +01:00
pancake
04c492a60c Add usrcmt on all themes 2017-11-16 11:48:15 -05:00