| .. |
|
CMakeLists.txt
|
Fixes #251: Go to Usage and Rename now includes unopened files. Also includes various other cleanups related to this work.
|
8 years ago |
|
Doxyfile.in
|
Add documentation generation using doxygen
|
10 years ago |
|
autocomplete.h
|
Temporary fix for the "Only <gtksourceview/gtksource.h> can be included directly" warnings, added -Werror on travis, and removed -Wno-reorder
|
8 years ago |
|
cmake.cc
|
Improved search of executables in cmake projects
|
9 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 #251: Go to Usage and Rename now includes unopened files. Also includes various other cleanups related to this work.
|
8 years ago |
|
config.h
|
Fixes #251: Go to Usage and Rename now includes unopened files. Also includes various other cleanups related to this work.
|
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
|
Debug start/continue: implemented environment parsing on string set in Debug Set Run Arguments
|
8 years ago |
|
debug_lldb.h
|
Debug start/continue: implemented environment parsing on string set in Debug Set Run Arguments
|
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
|
Added workaround for MacOS crash that might happen when moving paths in the directory view
|
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
|
Further mutex cleanup
|
10 years ago |
|
dispatcher.h
|
Renamed Dispatcher::push to Dispatcher::post
|
10 years ago |
|
entrybox.cc
|
Cleanup: removed support for older libraries
|
8 years ago |
|
entrybox.h
|
Made EntryBox a singleton for use in Directories, and fixed some includes
|
10 years ago |
|
files.h
|
Fixes #251: Go to Usage and Rename now includes unopened files. Also includes various other cleanups related to this work.
|
8 years ago |
|
filesystem.cc
|
Fixes filesystem::get_short_path on MSYS2
|
8 years ago |
|
filesystem.h
|
Fixes #251: Go to Usage and Rename now includes unopened files. Also includes various other cleanups related to this work.
|
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
|
8 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
|
Improved search of executables in cmake projects
|
9 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
|
Now erases related caches when recreating C/C++ build
|
8 years ago |
|
project.h
|
Replaced deprecated VBox/HBox with Box, and HPaned/VPaned with Paned
|
9 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
|
Temporary fix for the "Only <gtksourceview/gtksource.h> can be included directly" warnings, added -Werror on travis, and removed -Wno-reorder
|
8 years ago |
|
selection_dialog.h
|
Autocomplete cleanup. Should now be easier to implement autocomplete for other languages
|
9 years ago |
|
source.cc
|
Added Shift+Enter buffer shortcut: move to end of line and enter
|
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
|
Changed --> to UTF-8 arrow with additional spaces in completion suggestions
|
8 years ago |
|
source_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 |
|
source_diff.cc
|
Cleanup: removed support for older libraries
|
8 years ago |
|
source_diff.h
|
Fixes symbolic link issues (see #319)
|
9 years ago |
|
source_spellcheck.cc
|
Fixed spellcheck error marking when writing for instance 'a' at the end of line comments
|
8 years ago |
|
source_spellcheck.h
|
Added style formatting for markdown and disables spellcheck in certain situations
|
9 years ago |
|
terminal.cc
|
Added workaround for MacOS crash that sometimes happen when using drag-and-drop on text in a Gtk::TextView widget
|
8 years ago |
|
terminal.h
|
Terminal links cleanup, and added links for a assert error messages. Also added terminal_test.cc
|
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
|
8 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
|
Usages::Clang: improved file changed check
|
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 #251: Go to Usage and Rename now includes unopened files. Also includes various other cleanups related to this work.
|
8 years ago |
|
window.h
|
Fixes to last commit, see #326
|
9 years ago |