7ab2211f45Fixed crash when trying to debug and compile at the same time
eidheim
2016-02-14 20:54:14 +0100
111028956dMade debug_label static also
eidheim
2016-02-14 20:42:04 +0100
9be5c1bcf8Yet another minor fix for older gtk versions
eidheim
2016-02-14 20:08:06 +0100
29f8ef5613Minor fix for older gtk versions
eidheim
2016-02-14 20:04:31 +0100
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