9fe43c185aMinor cleanup of Terminal
eidheim
2016-02-14 19:59:48 +0100
e667a38640Added Dispatcher class for simpler dispatching of functions from worker threads to gui thread. Also got rid of the Project-singleton by replacing its function with static functions
eidheim
2016-02-14 19:37:36 +0100
edbd713280Improved separation of what is performed in window and project classes
eidheim
2016-02-11 19:47:30 +0100
e1843d42efRemoved include debug.h from window.cc
eidheim
2016-02-11 17:34:12 +0100
d4e886a31dMore project cleanup, some minor things left to do
eidheim
2016-02-11 17:15:47 +0100
c62beeb4afAdded markdown view support
eidheim
2016-02-09 10:40:08 +0100
07a43c6bd8WIP: project cleanup, added project classes so that the hard dependency towards clang is removed in Window. In this way, one can add run commands for other project and file types.
eidheim
2016-02-08 22:43:10 +0100
8e5687fab6Added missing newline after save_on_compile_or_run
eidheim
2016-02-06 12:05:04 +0100
96375d03b8Merge pull request #160 from hwidth/hwidth-keybindingfix
Ole Christian Eidheim
2016-02-06 12:01:05 +0100
3ba9ba5126Removed redundant keybinding
Henrik Width
2016-02-06 11:48:07 +0100
8d56462e5bMinor fix to autocompletion dialog
eidheim
2016-02-06 11:01:41 +0100
46bb7da234Solves #159, added option to save project files on compile/run
eidheim
2016-02-06 10:42:35 +0100
8c33e9942bAdded experimental C++17 features
eidheim
2016-02-04 15:34:20 +0100
7f1cb25c5dAdded include path of OS X 10.11. Thanks to Henrik Width for reporting the issue, and testing the fix.
eidheim
2016-02-04 15:13:37 +0100
8e82601ffbFixed cmake commands for those with clang++ as default compiler. Fixes#158
eidheim
2016-02-03 11:08:04 +0100
e757a6efbfSlight change of warning message when lldb is not found
eidheim
2016-02-03 09:51:50 +0100
b87fd347a0Removed color codes from terminal output in Windows
U-olece-PC\olece
2016-01-31 12:45:16 +0100
4e6ea3416cAdded Linux Mint Debian Edition in install.md, and added missing include (in case boost::log is disabled in the future)
eidheim
2016-01-25 22:44:34 +0100
ee22291bcfFixed potential crash in Debug::get_value if value.GetName return NULL
eidheim
2016-01-24 19:33:49 +0100
2b2bfe76cfFixed crash on debug show variables when variable name was empty
eidheim
2016-01-24 11:16:41 +0100
6276976f88Project title in directories should now correctly contain _ if any
eidheim
2016-01-24 11:00:35 +0100
66ef8c68beFixed screenshot1
Ole Christian Eidheim
2016-01-22 13:04:56 +0100
501894e6e9Removed bold message from the first two Linux instructions
Ole Christian Eidheim
2016-01-21 08:42:30 +0100
ea8415e27fFixed screenshot2
Ole Christian Eidheim
2016-01-20 18:49:14 +0100
5dfb7a4d00Fixed screenshot3
v1.1.0
Ole Christian Eidheim
2016-01-20 13:13:38 +0100
41e84aecbeAdded new screenshots
Ole Christian Eidheim
2016-01-20 13:08:43 +0100
d63dbd7cb0Updated screenshots, and two new screenshots showing debug functionality
Ole Christian Eidheim
2016-01-20 13:05:58 +0100
12f3f58d89Additional info for MSYS2
Ole Christian Eidheim
2016-01-19 09:27:15 +0100
70be3a6260Corrected bold
Ole Christian Eidheim
2016-01-19 09:20:11 +0100
9451bcfa23Added additional info for Arch Linux and OS X
Ole Christian Eidheim
2016-01-19 09:19:31 +0100
e263a30831No longer attempts to create build directory when opening a file without CMakeLists.txt in the same directory
eidheim
2016-01-12 20:38:19 +0100
653d77776fDebug show variables finished
eidheim
2016-01-12 20:04:56 +0100
fa0fa7551cCan now run debug commands while debug is running
eidheim
2016-01-09 13:50:00 +0100
4221f1eebbFixed error message when trying to open a file within a non-existing folder
eidheim
2016-01-09 10:17:09 +0100
1e20e6cdd7Now selects the frame when backtrace row is activated
eidheim
2016-01-09 10:03:15 +0100
fe219a6e25Making frame variable smaller if it is too long when using backtrace, and dialogs are now moved to the start of line if activated on iter columns>=80
eidheim
2016-01-09 09:32:58 +0100
5a04201131Added module filename in backtrace
eidheim
2016-01-09 08:47:48 +0100
a9e294218eCleanup of cmake build system, and no longer runs cmake in debug build every time debug is started
eidheim
2016-01-04 09:19:51 +0100
76493b7081Now only shows filename in backtrace dialog
eidheim
2016-01-03 17:27:44 +0100
1be61a7f1bAdded filename (if available) to debug status if state is stopped
eidheim
2016-01-03 17:12:23 +0100
4104d9e1aaNow selects the thread in which a debug process stops
eidheim
2016-01-03 11:19:38 +0100
0cf5978f1cFound debug that looks ok in both light and dark styles
eidheim
2016-01-03 10:07:51 +0100
ac616cd88cMinor fixes to installation document
Ole Christian Eidheim
2016-01-03 09:44:10 +0100
42dbeb2d0eSlight cleanup of installation document
Ole Christian Eidheim
2016-01-03 09:43:14 +0100
23255cdaf6Slightly better breakpoint and stop colors in dark style
eidheim
2016-01-03 09:31:45 +0100
5ca9b4bfe6Added stop reason to debug status
eidheim
2016-01-03 08:45:18 +0100
463b12ed54Tooltips now always update after debug stop
eidheim
2016-01-03 08:18:16 +0100
23eaf5159aFixed backtrace and a couple debug keybindings
eidheim
2016-01-02 15:24:04 +0100
c56ac6f888Fixed crash on earlier liblldb versions, and changed a couple debug key bindings from n (used for new file and directory) to h
Ole Christian Eidheim
2016-01-02 14:48:18 +0100
1448fd742cFixed crash when debug support is not enabled
U-olece-PC\olece
2016-01-02 14:08:05 +0100