676 Commits (93b226c64241b7a38f93226ab1fc628bdfed746b)

Author SHA1 Message Date
U-olece-PC\olece 93b226c642 Got rid of absolute build path variables in MSYS2. juCi++ can now safely be installed through a MSYS2 package 10 years ago
eidheim 2770463c09 Renamed DebugClang to Clang in namespace Debug (Debug::Clang) 10 years ago
eidheim a717fe7b39 Removed hard DebugClang dependency in Terminal 10 years ago
eidheim f1bfcb4402 Renamed debug/Debug to debug_clang/DebugClang 10 years ago
eidheim 1f6661aa56 Moved project configs to Config::project 10 years ago
eidheim 26b5cab268 Dispatcher cleanup 10 years ago
eidheim f71acaf773 Removed redundant Dispatcher::disconnect 10 years ago
eidheim 48c4ac141f Fixed autocomplete freeze within the new dispatch system 10 years ago
eidheim 3718aac5b3 Minor autocomplete revert fix 10 years ago
eidheim 7722e7eee5 Dispatcher cleanup 10 years ago
eidheim 7ab2211f45 Fixed crash when trying to debug and compile at the same time 10 years ago
eidheim 111028956d Made debug_label static also 10 years ago
eidheim 9be5c1bcf8 Yet another minor fix for older gtk versions 10 years ago
eidheim 29f8ef5613 Minor fix for older gtk versions 10 years ago
eidheim 9fe43c185a Minor cleanup of Terminal 10 years ago
eidheim e667a38640 Added 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 10 years ago
eidheim edbd713280 Improved separation of what is performed in window and project classes 10 years ago
eidheim e1843d42ef Removed include debug.h from window.cc 10 years ago
eidheim d4e886a31d More project cleanup, some minor things left to do 10 years ago
eidheim e9cc73471d More project cleanup, getting there, soon done 10 years ago
eidheim da0dde1d6f Slight cleanup of project 10 years ago
eidheim 9e3b1f53c0 Fix for MSYS2 when opening web-files 10 years ago
Ole Christian Eidheim 2ef81115bd Fixed show web-files on Linux 10 years ago
eidheim ad14337aea Fixed builds without lldb, added HTML project, and fixed opening web-pages on non-OS X systems 10 years ago
eidheim 86927153f9 Added python and javascript projects 10 years ago
eidheim 35ab881071 Finished project cleanup 10 years ago
eidheim c62beeb4af Added markdown view support 10 years ago
eidheim 07a43c6bd8 WIP: 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. 10 years ago
eidheim 8e5687fab6 Added missing newline after save_on_compile_or_run 10 years ago
Henrik Width 3ba9ba5126 Removed redundant keybinding 10 years ago
eidheim 8d56462e5b Minor fix to autocompletion dialog 10 years ago
eidheim 46bb7da234 Solves #159, added option to save project files on compile/run 10 years ago
eidheim 7f1cb25c5d Added include path of OS X 10.11. Thanks to Henrik Width for reporting the issue, and testing the fix. 10 years ago
eidheim e757a6efbf Slight change of warning message when lldb is not found 10 years ago
U-olece-PC\olece b87fd347a0 Removed color codes from terminal output in Windows 10 years ago
eidheim 4e6ea3416c Added Linux Mint Debian Edition in install.md, and added missing include (in case boost::log is disabled in the future) 10 years ago
eidheim ee22291bcf Fixed potential crash in Debug::get_value if value.GetName return NULL 10 years ago
eidheim 2b2bfe76cf Fixed crash on debug show variables when variable name was empty 10 years ago
eidheim 6276976f88 Project title in directories should now correctly contain _ if any 10 years ago
eidheim fa46c00e22 Completiondialog cleanup, and now updates tooltip when a row is selected with mouse 10 years ago
eidheim 7380ecf544 Fixed a bug where tooltips got shown when no row were found 10 years ago
eidheim 6f47300607 Tooltip and completiondialog cleanup 10 years ago
eidheim 97da5bd74b Minor cleanup 10 years ago
eidheim 800a51b79f Workaround for a gtk bug that removes cursor from a tree view when the search entry becomes empty 10 years ago
eidheim 6068cc7774 Now also selects thread when going to a variable 10 years ago
Ole Christian Eidheim dafec140ba Removed tooltips.h from selectiondialog.h 10 years ago
eidheim 98a4f9c251 Slight memory optimization of autocompletion 10 years ago
eidheim a50adf87ee Cleanup of dialog tooltips 10 years ago
eidheim bd3c30faba Get iter for dialog positioning cleanup 10 years ago
eidheim 7f123fe8f8 Fix to Debug get return value 10 years ago