Commit Graph

426 Commits

Author SHA1 Message Date
pancake
12ea9734b5 Fix about 15 more random COVs 2015-03-21 02:04:49 +01:00
pancake
515b2e77bc Fix about 40 COVs related to memleaks and buffer overflows 2015-03-21 01:27:54 +01:00
Monokles
b9c59d39d0 Added 'ecc' (css output) command to cmd_eval
- Implemented 'ecc' command in pal.c
- Fixed indentation issues and added scope
2015-03-19 00:00:29 +01:00
pancake
5cd2165633 Initial implementation of Vt. Still not finished 2015-03-17 01:29:28 +01:00
pancake
7f9ae863f9 Fix #2183 - r2 stdin mode prints junk 2015-03-16 03:17:22 +01:00
pancake
28d6c12043 V! -> V!!, VV(nofn) -> V!
- VV only opens if there's a function analized
- V! now opens the panels view
- V!! launches the 2048 game
2015-03-05 23:33:28 +01:00
pancake
ef293e4b66 Initial PoC for the Visual 2.0 (for now: VV) 2015-03-05 02:07:53 +01:00
pancake
184eaefc8a Fix #2158 - fix underflow in rcons.memcat 2015-03-04 01:27:22 +01:00
Jaume Delclòs Coll
ed27f7567b Fix dietline cursor position 2015-03-03 02:01:07 +01:00
pancake
c4ae6db6f9 Revert "Fix prompt long line issue (still buggy, but cursor works again)"
This reverts commit e3e95fc94e.
2015-03-03 02:00:53 +01:00
pancake
e3e95fc94e Fix prompt long line issue (still buggy, but cursor works again) 2015-03-03 00:04:41 +01:00
pancake
7564069395 Fix #2147 - Fix dietline long line edit issue 2015-02-27 15:24:28 +01:00
jvoisin
838c467724 Coverifix once again 2015-02-19 15:04:58 +01:00
r0nk
d196673c48 implemented a binary search for canvas 2015-02-19 01:18:50 -05:00
jvoisin
a4ba5f64f5 Even more Coverifix 2015-02-19 00:27:00 +01:00
jvoisin
2f6793a262 Coverifix 2015-02-18 00:29:35 +01:00
jvoisin
7a1975bd06 Add some comments for graphs + coverifix 2015-02-17 17:03:16 +01:00
jvoisin
a193e54eac Coverifix 2015-02-17 00:34:51 +01:00
r0nk
87ae355a3a removed repetitive code. 2015-02-16 03:23:02 +01:00
pancake
d3ddbea631 Colorize node box 2015-02-15 21:48:46 +01:00
pancake
40edd608d1 Bring back the old edge style in the aa graph. Fix self loops 2015-02-15 21:34:12 +01:00
r0nk
e0989630d8 optimized canvas search 2015-02-15 13:34:13 +01:00
pancake
421dd1243f Obey scr.color in RConsCanvas from RCore.cmd("VV") 2015-02-14 04:50:29 +01:00
pancake
e1fec8fcab Fix trash chars in rconscanvas-color 2015-02-14 04:40:08 +01:00
r0nk
7bf5f13ce6 Initial support for colors in RConsCanvas
started on cons_canvas color support. Still a bit buggy, working out the kinks.
Yanked my old line drawing algo from ward, still working on colors.
Still incomplete, Changed the way that attributes work, still lots of strange behavior, It appears that most attributes aren't where they belong.
still not finished. Ok now the lines and colors are working, but the colors are overwriting other sections. Working on preventing that.
colors are now working, but they are _so. slow._
woops, removed the debugging printf
Figured out the big evil function that has to be optimized, attr_at takes aprox 91% of the cpu, so he needs to be fixed
Signed-off-by: r0nk <r00nk@simplecpu.com>
Signed-off-by: r0nk <r00nk@simplecpu.com>
2015-02-14 04:18:43 +01:00
Judge Dredd (key 6E23685A)
53934fb9b4 r_cons_less / search highlighting and {n,p} keys 2015-02-12 11:47:12 +01:00
pancake
18c451f2c2 Add scr.wheelspeed and implement dynamic asm.lineswidth in scr.responsive 2015-02-11 00:13:54 +01:00
pancake
dc75cb2320 Fix the rest of base64 warnings 2015-02-10 00:05:18 +01:00
Judge_Dredd
3cf696c080 less / regexp search 2015-02-08 20:02:53 +01:00
pancake
099fb3f55b Bring back background color in console
Add help for `ec type fg bg`
2015-02-04 12:09:29 +01:00
pancake
b87733d554 cmd_open refactoring and fix few warnings 2015-02-03 00:52:24 +01:00
pancake
0b391feebb Fix scr.html closing <font> tags (faster webui) 2015-02-01 02:28:17 +01:00
pancake
f2351636fe Fix r_cons_readline() signature and some code cleanup 2015-01-31 00:50:05 +01:00
XVilka
94a7ca141c 256 colors support in cygwin 2015-01-26 21:41:57 +03:00
XVilka
80d016e0ed Fix a typo in the previous commit 2015-01-26 20:01:48 +03:00
XVilka
2558a42cf3 Fix cygwin 32/64 builds and visual mode 2015-01-26 19:55:12 +03:00
pancake
dfa6644b83 Fix scr.html nested <font> issue 2015-01-26 03:43:57 +01:00
NighterMan
9127695627 Add r_cons singleton refcount to fix history bug 2015-01-22 02:24:24 +01:00
pancake
e1f8bce721 Add matrix theme 2015-01-20 02:11:53 +01:00
pancake
21093b2f2d Fix graph text node align issue for negative X deltas 2015-01-19 23:06:43 +01:00
pancake
1ccd0e3b67 Fix #1938 - Workaround for cg /dev/urandom crash 2015-01-17 01:21:43 +01:00
jvoisin
ce9ece1177 Coverifix++ 2015-01-16 00:56:54 +01:00
skuater
9b4044046e Handle arrow and page up/down keys on W32 2015-01-14 23:31:29 +01:00
jvoisin
4fd6ce62d5 Fix some gcc warnings 2015-01-13 02:07:44 +01:00
pancake
fb45861275 Support RGB colors in scr.html 2015-01-13 01:22:33 +01:00
pancake
2b493cdbc6 Fix row-by-one on w32 cmd.exe 2015-01-12 16:31:12 +01:00
pancake
45a1eb5ca0 Implement w32 terminal size detection (fails on wine, untested on cmd.exe) 2015-01-12 16:06:11 +01:00
pancake
377ec87272 Fix two null deref in RConsCanvas and another left border glitch 2015-01-11 02:54:27 +01:00
pancake
c042bcd789 Fix infinite loop in rcons.canvas 2015-01-11 02:34:28 +01:00
pancake
d713debdfc Fix left and top border issues with canvas text (nicer graphs) 2015-01-11 02:28:59 +01:00