Chad Smith
45d62ed2b6
blackify; README.rst -> README.md
2018-05-26 13:45:18 -07:00
Chad Smith
ae13efb204
Make requirements.txt point to setup.py's dependencies
2018-05-26 13:19:56 -07:00
Chad Smith
6d0270efae
add tour
2018-05-26 11:43:56 -07:00
Chad Smith
c547caef77
accept pending breakpoints
2018-05-07 17:43:46 -07:00
Chad Smith
102bb9fd73
update rust docs for mac users
2018-05-07 17:36:15 -07:00
PhilipDaniels
60db87c130
Rust example and documentation improvments ( #191 )
...
* Improve Rust documentation.
* Mention in the docs how to find the main.rs file and deal with
the warning about the pretty-printers.
* Update examples\rust to use Cargo. (#113 )
* Test the Rust screenshot.
* Remove my name from Cargo.toml
* Anticipate the correct path for the screenshot.
* Rust: implement pull request review comments.
* Add shell script to compile and launch gdbgui.
* niggles -> difficulties
* Slight rewording in RUN.md to clarify where the problem is
with the Rust pretty printers.
2018-05-07 17:17:31 -07:00
Chad Smith
2f1989a2a5
limit flask version #190
2018-04-27 11:47:53 -07:00
Chad Smith
2e25ff76c7
smarter version checking; bugfix for "About" menu
2018-04-25 09:10:58 -07:00
Chad Smith
bbc25fa5e0
update license text
2018-04-23 17:40:55 -07:00
Chad Smith
a4a45ce824
update version and changelog
2018-04-15 18:49:41 -07:00
Chad Smith
dea5817281
add logo and favicon
2018-04-15 18:28:30 -07:00
Chad Smith
27b281117e
move tests to top level
2018-04-15 15:00:39 -07:00
Chad Smith
3e51ae5c1d
update npm packages and rebuild
2018-04-15 14:59:38 -07:00
Chad Smith
f1d66c9159
add groups to command line arguments; use logging module
2018-04-10 21:36:51 -07:00
Chad Smith
1154e99cc1
catch exception and increment version
2018-03-09 14:32:34 -08:00
Chad Smith
159e335aa1
increment version and update changelog
2018-03-09 14:09:51 -08:00
Chad Smith
2876159b7a
remove react-treebeard and render filesystem w/ new component
2018-03-04 15:20:56 -08:00
Chad Smith
297a7148e7
add option to remove fflush command #179
2018-03-02 18:03:47 -08:00
Chad Smith
791b00c3fe
Store updates and autoformatting ( #177 )
...
* use statorgfc
* add prettier code formatter
* run prettier to format code
2018-02-19 11:11:14 -08:00
Chad Smith
48cc522009
fix import ssl error when ssl not present ( #170 ); add screenshot; remove fixed width for html element ( #175 )
2018-02-12 08:54:44 -08:00
Chad Smith
f15ebb45c2
add screenshot
2018-02-10 16:41:49 -08:00
Chad Smith
a6595baf85
various updates ( #173 )
...
* convert backslashes to forward slashes in windows #167
* cleanup menu
* fix safari ui issue #164
* smarter disassembly fetching (#166 )
* add copy to clipboard and allow missing SSL module (#170 )
* add copy icon for variables; bugfix when fetch variables (#163 )
* erase breakpoint without jumping to that line of code (#172 )
* fix for displaying updates
2018-02-10 15:37:05 -08:00
Chad Smith
7481da7425
add csrf and x-origin verification ( #168 )
2018-02-07 15:58:03 -08:00
Chad Smith
f2c0fb13ec
replace --auth option with --user --password
2018-02-01 15:27:49 -08:00
Chad Smith
35d64355f0
added option to fix/resize pane on right side #135 #162
2018-01-28 19:35:43 -08:00
Chad Smith
2992dc12fd
update react; remove unused js files; add helpful link for macOS users
2018-01-27 14:32:43 -08:00
Chad Smith
e5114fa15a
Chad/feature/project view ( #160 )
...
Add folder view
2018-01-21 13:48:34 -08:00
Chad Smith
838a094f61
fix example
2018-01-20 10:01:16 -08:00
Chad Smith
a7f1f6299b
display register descriptions; do not re-fetch missing registers
2018-01-10 12:20:13 -08:00
Chad Smith
f0b23b6bfe
update documentation
2018-01-09 11:38:25 -08:00
Chad Smith
701f9eeae7
add new features
2018-01-08 18:18:04 -08:00
Chad Smith
6c28c00bbf
remove pypugjs dependency ( #152 )
2018-01-05 14:18:04 -08:00
Chad Smith
2cda31205a
remove macro
2018-01-03 13:49:26 -08:00
Chad Smith
997c51bf16
Add native Windows support ( #150 )
...
#149 #18
2018-01-03 11:41:13 -08:00
Chad Smith
182f6ec582
better windows support
2018-01-03 08:11:21 -08:00
Chad Smith
054c6c1d4f
add issue template
2017-12-31 15:43:26 -08:00
Chad Smith
ced4d96306
add VERSION.txt to MANIFEST; remove invalid localStorage keys; update wait time; update version
2017-12-30 13:36:24 -08:00
Chad Smith
13213df28f
get rid of status bar; better signal handling
2017-12-30 00:42:40 -08:00
Chad Smith
8b0607ba18
add links to upgrade
2017-12-29 18:19:18 -08:00
Chad Smith
ff6a765b6f
add screenshots
2017-12-29 17:50:00 -08:00
Chad Smith
7f171d20c0
add note about cookies #147 ; increment version
2017-12-26 20:50:05 -08:00
Chad Smith
4eafb84442
create "signals" component and add gdb to it; fix bug when jumping to line of source code
2017-12-26 20:23:20 -08:00
Chad Smith
296f8248e5
add link to homepage
2017-12-22 15:02:48 -08:00
Chad Smith
46f4991c91
use VERSION.txt as single source of version; move commands from setup.py to makefile
2017-12-19 12:01:27 -08:00
Chad Smith
95b4877262
update pygdbmi version; update changelog
2017-12-18 20:41:42 -08:00
Chad Smith
4d1563a5cd
fix argument parsing when > 1 argument is passed; add quotes around all arguments
2017-12-16 09:00:29 -08:00
Bhlowe
d73296444a
let browser determine protocol and port when initializing websocket ( #140 )
2017-11-29 14:24:12 -08:00
Chad Smith
5b15358e8c
update version and readme
2017-11-26 12:36:08 -08:00
Chad Smith
09d85a2042
update setup.py for universal wheels
2017-11-26 12:14:03 -08:00
Chad Smith
8ed75527a0
make source code retrieval faster; fix bugs in state management
2017-11-26 10:48:06 -08:00