| .. |
|
CMakeLists.txt
|
Updated submodules and modernized cmake files
|
8 years ago |
|
Doxyfile.in
|
Add documentation generation using doxygen
|
10 years ago |
|
autocomplete.cc
|
Implemented go to declaration/implementation on autocomplete row.
|
8 years ago |
|
autocomplete.h
|
Implemented go to declaration/implementation on autocomplete row.
|
8 years ago |
|
cmake.cc
|
CMake and Meson regexes now works on files with Windows newlines
|
8 years ago |
|
cmake.h
|
Improved search of executables in cmake projects
|
9 years ago |
|
compile_commands.cc
|
Cleanup of CompileCommands::get_arguments and disables more outside header warnings for header files
|
8 years ago |
|
compile_commands.h
|
Std headers are now parsed. Also moved Source::ClangViewParse::get_compilation_commands to CompileCommands::get_arguments and some cleanup."
|
8 years ago |
|
config.cc
|
Fixes crash that could happen when performing compile and run and start debug at approximately the same time. Project objects are now kept alive for as long as they are needed. Also removed Terminal::InProgress since it could lead to unsafe code in the future.
|
8 years ago |
|
config.h
|
Fixes crash that could happen when performing compile and run and start debug at approximately the same time. Project objects are now kept alive for as long as they are needed. Also removed Terminal::InProgress since it could lead to unsafe code in the future.
|
8 years ago |
|
ctags.cc
|
Std headers are now parsed. Also moved Source::ClangViewParse::get_compilation_commands to CompileCommands::get_arguments and some cleanup."
|
8 years ago |
|
ctags.h
|
Improved Ctags processing
|
10 years ago |
|
debug_lldb.cc
|
Further cleanup of debug lldb events
|
8 years ago |
|
debug_lldb.h
|
Further cleanup of debug lldb events
|
8 years ago |
|
dialogs.cc
|
Fixes #259: crash in MacOS when filtering files in gtk file/folder dialog
|
8 years ago |
|
dialogs.h
|
Fixes #251: Go to Usage and Rename now includes unopened files. Also includes various other cleanups related to this work.
|
8 years ago |
|
dialogs_unix.cc
|
Cleanup: removed notebook and window dependencies in dialogs
|
10 years ago |
|
dialogs_win.cc
|
Added error_code to boost::filesystem::current_path.
|
10 years ago |
|
directories.cc
|
No longer updates folders that are not shown when changes in filesystem is detected
|
8 years ago |
|
directories.h
|
Added workaround for MacOS crash that might happen when moving paths in the directory view
|
8 years ago |
|
dispatcher.cc
|
Minor optimization of Dispatcher::dispatcher handler
|
8 years ago |
|
dispatcher.h
|
Optimisation of Dispatcher class
|
8 years ago |
|
entrybox.cc
|
Cleanup: removed support for older libraries
|
9 years ago |
|
entrybox.h
|
Made EntryBox a singleton for use in Directories, and fixed some includes
|
10 years ago |
|
files.h
|
Fixes crash that could happen when performing compile and run and start debug at approximately the same time. Project objects are now kept alive for as long as they are needed. Also removed Terminal::InProgress since it could lead to unsafe code in the future.
|
8 years ago |
|
filesystem.cc
|
Related to #352: more general way of finding version specific clang-format and lldb-server executables
|
8 years ago |
|
filesystem.h
|
Related to #352: more general way of finding version specific clang-format and lldb-server executables
|
8 years ago |
|
git.cc
|
Fixes #343: segfault when opening bare git repository
|
8 years ago |
|
git.h
|
Updated status bar, and cleanup of update signals affecting status bar and tab texts
|
9 years ago |
|
info.cc
|
Cleanup: removed support for older libraries
|
9 years ago |
|
info.h
|
Cleanup of refactoring methods
|
10 years ago |
|
juci.cc
|
Fixes symbolic link issues (see #319)
|
9 years ago |
|
juci.h
|
Added split window, fixes #235
|
10 years ago |
|
menu.cc
|
address review comments
|
9 years ago |
|
menu.h
|
Minor improvements to the source right click commit
|
9 years ago |
|
meson.cc
|
CMake and Meson regexes now works on files with Windows newlines
|
8 years ago |
|
meson.h
|
Added support for the Meson Build System
|
9 years ago |
|
notebook.cc
|
Fixes #251: Go to Usage and Rename now includes unopened files. Also includes various other cleanups related to this work.
|
8 years ago |
|
notebook.h
|
Fixes to #320: increased juci minute version and removed unneeded tabs_visible flag
|
9 years ago |
|
project.cc
|
Fixes crash that could happen when performing compile and run and start debug at approximately the same time. Project objects are now kept alive for as long as they are needed. Also removed Terminal::InProgress since it could lead to unsafe code in the future.
|
8 years ago |
|
project.h
|
Fixes crash that could happen when performing compile and run and start debug at approximately the same time. Project objects are now kept alive for as long as they are needed. Also removed Terminal::InProgress since it could lead to unsafe code in the future.
|
8 years ago |
|
project_build.cc
|
Fixes symbolic link issues (see #319)
|
9 years ago |
|
project_build.h
|
Added support for the Meson Build System
|
9 years ago |
|
selection_dialog.cc
|
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 |
|
selection_dialog.h
|
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 |
|
source.cc
|
Fixes style search path for MSYS2
|
8 years ago |
|
source.h
|
Added workaround for MacOS crash that sometimes happen when using drag-and-drop on text in a Gtk::TextView widget
|
8 years ago |
|
source_clang.cc
|
Implemented go to declaration/implementation on autocomplete row.
|
8 years ago |
|
source_clang.h
|
Implemented go to declaration/implementation on autocomplete row.
|
8 years ago |
|
source_diff.cc
|
Fixed potential race condition
|
8 years ago |
|
source_diff.h
|
Fixes symbolic link issues (see #319)
|
9 years ago |
|
source_spellcheck.cc
|
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 |
|
source_spellcheck.h
|
Added style formatting for markdown and disables spellcheck in certain situations
|
9 years ago |
|
terminal.cc
|
Fixes crash that could happen when performing compile and run and start debug at approximately the same time. Project objects are now kept alive for as long as they are needed. Also removed Terminal::InProgress since it could lead to unsafe code in the future.
|
8 years ago |
|
terminal.h
|
Fixes crash that could happen when performing compile and run and start debug at approximately the same time. Project objects are now kept alive for as long as they are needed. Also removed Terminal::InProgress since it could lead to unsafe code in the future.
|
8 years ago |
|
tooltips.cc
|
Temporary fix for the "Only <gtksourceview/gtksource.h> can be included directly" warnings, added -Werror on travis, and removed -Wno-reorder
|
9 years ago |
|
tooltips.h
|
Improvement of selection and completion dialogs and tooltips. Can now open selection dialogs (Find Symbol (Ctags), Backtrace, Show Variables) without an opened buffer.
|
9 years ago |
|
usages_clang.cc
|
Minor cleanup of Usages::Clang::write_cache
|
8 years ago |
|
usages_clang.h
|
Fixes #251: Go to Usage and Rename now includes unopened files. Also includes various other cleanups related to this work.
|
8 years ago |
|
window.cc
|
Fixes #354: resets Project::current when closing juci. Also now runs exit code when application is closed by desktop environment
|
8 years ago |
|
window.h
|
Fixes to last commit, see #326
|
9 years ago |