1087 Commits (c42147d707c28c58954b42fd97af84e5269f467d)

Author SHA1 Message Date
eidheim 7912649b5b Replaced c-style cast with reinterpret_cast in dialogs.cc 10 years ago
eidheim 7118026df2 Minor debug build cleanup 10 years ago
eidheim d901cca611 Removed Notebook::set_tab_label and used g_signal_emit instead for updating notebook tab labels 10 years ago
U-olece-PC\olece 8619686c83 MSYS2 compile fix 10 years ago
eidheim 073584dd8b Minor cleanup of directories 10 years ago
eidheim b64ffd137d Found a couple uninitialized variables through valgrind 10 years ago
eidheim ef54c0a52c Fixes to directory right click methods 10 years ago
eidheim 2f705d2ee7 Fixes #6, added right-click rename file in directory view 10 years ago
eidheim 6784597dac Added right click delete in directory view 10 years ago
eidheim 6aae196472 Made EntryBox a singleton for use in Directories, and fixed some includes 10 years ago
eidheim 08657ad37f Cleanup: removed notebook and window dependencies in dialogs 10 years ago
eidheim 9c69f18f18 Major project cleanup. Fixes #97 making it possible to support other build tools 10 years ago
eidheim 33794a95b5 Added drag-and-drop in directory view, and WiP right click 10 years ago
eidheim 1516b692b2 Fixed crash when compiling/run/debug an unknown language file 10 years ago
eidheim 64adf2782f Added support for libclang 3.8 10 years ago
eidheim cc9f8933db Go to cursor improvement and cleanup. Also fixed a potential crash 10 years ago
eidheim 90b7f364c6 Renamed Dispatcher::push to Dispatcher::post 10 years ago
eidheim d366618adf Yet another smart indentation cleanup 10 years ago
eidheim 89c96d598d Smart indentation cleanup 10 years ago
eidheim 44061a0fca Added auto indentation and better indentation for C# 10 years ago
eidheim 755747bbba Bracket based auto indentation added for Java, JavaScript, TypeScript 10 years ago
eidheim 2f057b3930 Auto-indent cleanup and now supports JavaScript, TypeScript and Java as well. Also removed too eager message telling which file type was opened 10 years ago
eidheim 7e34cebded Revert "CMake cleanup" 10 years ago
eidheim 3ed9daccf3 CMake cleanup 10 years ago
eidheim 701f22c4cb Removed unneeded cmake-include in window.h 10 years ago
eidheim 4a94a2a8a1 Now escapes filenames for run html, js, md and python 10 years ago
eidheim 977eace1bc Reverted removal of -DMSYS_PROCESS_USE_SH under MSYS2. Was deleted by accident 10 years ago
eidheim d4f8a958f6 Version changed to 1.1.1 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
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