1523 Commits (d60dc40fed518456b668fa8115b9ff1cb5b713cd)
 

Author SHA1 Message Date
eidheim 5d0f9a19e5 Added rounded top corners on notebook tabs 10 years ago
eidheim cc78294cd3 Removed a comment 10 years ago
eidheim 5eda6bf506 Further improvements to notebook padding 10 years ago
eidheim 20a69d15df Improved padding styles 10 years ago
eidheim 140068f740 Added tree lines to directory view 10 years ago
eidheim a8a48a4991 Added tab-style exception for Ubuntu 10 years ago
eidheim 5cc66d257c More fixes to tabs, solves #161 10 years ago
eidheim 75cc29def5 Finally found a way to make the notebook tabs smaller 10 years ago
eidheim 866f5e7614 Minor project cleanup in window.cc 10 years ago
U-olece-PC\olece 47318febd5 Added NULL check for getenv in MSYS2 10 years ago
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
Ole Christian Eidheim 96375d03b8 Merge pull request #160 from hwidth/hwidth-keybindingfix 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 8c33e9942b Added experimental C++17 features 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 8e82601ffb Fixed cmake commands for those with clang++ as default compiler. Fixes #158 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