1634 Commits (8c1abc86a3d448a269187faf2bfeeed71b0f7582)
 

Author SHA1 Message Date
eidheim 55a32e27f7 Merge https://github.com/cppit/jucipp 10 years ago
eidheim 977eace1bc Reverted removal of -DMSYS_PROCESS_USE_SH under MSYS2. Was deleted by accident 10 years ago
eidheim ef1676fb23 Merge https://github.com/eidheim/jucipp 10 years ago
eidheim d4f8a958f6 Version changed to 1.1.1 10 years ago
Ole Christian Eidheim a02a5b6ac6 Merge pull request #165 from eidheim/master 10 years ago
eidheim a93dcf23bc Compiled and run/debug programs are now executed from project top directory instead of the build directory 10 years ago
eidheim edc46d2561 Correctly clears the selectiondialog model after hiding 10 years ago
Jørgen Lien Sellæg 6d4570991e Merge pull request #162 from eidheim/master 10 years ago
eidheim 1600addd5c Simplified Project::debug_update_status as suggested by @zalox 10 years ago
eidheim 52f99efd91 Fixed autocomplete freeze when clearing a large number of rows 10 years ago
eidheim 827c69a425 Added possibility to modify menus at runtime 10 years ago
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