20 Commits (20e74bd46853fd986fceaa0e4a95b1d8d2af0a6a)

Author SHA1 Message Date
eidheim 6cbaf89802 Cleanup of state handling and parsing in order to limit while loops with sleeps, and removed standard c++ version from libclang arguments due to C header crashes 3 years ago
eidheim 7ae617d264 Cleanup and corrections to Window::set_title() and its usages: title is now correctly set when opening juCi++ for the first time, and when closing a folder 3 years ago
Jørgen Lien Sellæg 73977fa1ad set main window title based on open directory in tree view 3 years ago
eidheim a7483981bf Directory view: unknown files are now made italic even when not showing a git repository 3 years ago
eidheim 103e5519bc Added natural sort to Find File 4 years ago
eidheim 7f62bd6802 File path in status bar is now relative to opened folder if file is within this folder 4 years ago
eidheim ce99fe4f4b Added dialog icons and added rounded edges on message dialog 4 years ago
eidheim e63b4e974d Cleanup of source language checks 5 years ago
eidheim c2eff0a40c Fixes #434 : added possibility to add custom commands in menu item juCi++, Commands 5 years ago
eidheim 485c68f6ea Fixed Open With Default Application menu item in directory view for file paths with special characters 5 years ago
eidheim b3b4cf71d9 Fixed potential crash on directory update when trying to colorize a deleted folder 5 years ago
eidheim 955e1558f2 Let theme decide if tree lines should be enabled in directories view 5 years ago
eidheim 454fe03fb4 Cleanup for terminal messages 5 years ago
eidheim 88b4900e35 Added menu item Open With Default Application to right click directory menus 5 years ago
eidheim 3c726f52da Formatting cleanup 5 years ago
Jørgen Lien Sellæg d518aab030 update lambdas to new format 5 years ago
eidheim e67799eec3 Added and made use of gray color in terminal. Also made all error messages red. 5 years ago
eidheim 7bf9752200 Added colors to terminal warnings and errors 5 years ago
eidheim 14b51ed173 Made use of thread pool in Directories instead of spawning threads, and replaced initialize_thread with thread_pool in language client" 6 years ago
eidheim 480430ed16 Renamed C++ header and source files to use proper C++ file extensions. 6 years ago
eidheim d819d2daba Removed unused variable 6 years ago
eidheim 29fc8c0a2c Fixes #426: added Close Folder and Close Project to File menu. Also moved Close Tab to File Menu as Close File 6 years ago
eidheim d5ac358ca5 Added filesystem::get_canonical_path instead of using boost::filesystem::canonical_path that always throws if boost::filesystem::current_path fails 6 years ago
eidheim 42341f98f3 Cleanup: added ec argument to filesystem calls, and added and made use of Project::get_view_folder and Project::get_directory_folder 6 years ago
eidheim 994306e26c Fixes #420: added Find Pattern to Source menu 6 years ago
eidheim 987fa174f0 Improved speed of directory view when opening folder containing a large number of files or directories 6 years ago
eidheim 92b09633bf Renamed enum class enumerators 6 years ago
eidheim 7cd178e2b2 Use lowercase instead of uppercase when sort naturally in directory view 7 years ago
eidheim d9e49d8ba2 Directories and files in directory view are now naturally sorted 7 years ago
eidheim 8b8f493780 Fixed sorting of filenames and directories in directory view 7 years ago
eidheim 97279b04dc Fixed directory git status for paths within a symbolic linked folder 7 years ago
eidheim bf984231d4 Formatted code with custom clang-format 8 years ago
eidheim 802060dc2f Extension is no longer selected when renaming files from directory view 8 years ago
eidheim 31b64848e3 Fixed most of clang-tidy's performance checks 8 years ago
eidheim 715b3a9051 Tooltips now have css properties border-radius and padding. Also moved CSS code to window.cc 8 years ago
eidheim bf798073c0 Added source.auto_reload_changed_files preference item, and support for prettier. Also made some various minor fixes 8 years ago
eidheim 014b29db4b Fixed unused-lambda-capture warnings 8 years ago
eidheim 5ad81c3d56 MacOS drag-and-drop has been fixed in latest gtk+ homebrew package. Workarounds removed. 8 years ago
eidheim 679282695b Fixed crash on MacOS by disabling drag-and-drop in directories view 8 years ago
eidheim d4dda4afaa No longer updates folders that are not shown when changes in filesystem is detected 8 years ago
eidheim 2fd1aefb98 Fixes crash that might happen when a new folder is created at the same time as one opens a subdirectory 8 years ago
eidheim ae1b183b87 Added current parameter completion that shows possible arguments. Also fixes some issues with non-interactive completion, optimizations to selection/completion dialogs, and some cleanup." 8 years ago
eidheim e3ef524f94 Added workaround for MacOS crash that might happen when moving paths in the directory view 8 years ago
eidheim d9ee4d97ce Cleanup: removed support for older libraries 8 years ago
eidheim b2378e2039 Fixes directory/file sorting in directory view on some specific locales 9 years ago
eidheim 2332ba7cb6 Fixes symbolic link issues (see #319) 9 years ago
eidheim 99d63ba477 Updated status bar, and cleanup of update signals affecting status bar and tab texts 9 years ago
eidheim 2322c3ad08 Fixes #266, now checks for glibmm 2.45 before using FILE_MONITOR_WATCH_MOVES when monitoring directories 9 years ago
Vipul S. Chawathe d9647e4b54 Broader BSD check 10 years ago
eidheim 5adfaae50f Minor cleanup: removed Directories::on_row_activated 10 years ago