You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jørgen Lien Sellæg a2e4868893 Merge branch 'master' into python-refactor 7 months ago
..
CMakeLists.txt Merge branch 'master' into python-refactor 7 months ago
Doxyfile.in Add documentation generation using doxygen 10 years ago
autocomplete.cpp Fixed autocomplete initialization on text removal 3 years ago
autocomplete.hpp Language protocol: no longer show tooltips when no completion is selected 4 years ago
cmake.cpp Merge branch 'master' into python-refactor 7 months ago
cmake.hpp Merge branch 'master' into python-refactor 7 months ago
commands.cpp Added possibility to label run commands in the commands.json 2 years ago
commands.hpp Added possibility to label run commands in the commands.json 2 years ago
compile_commands.cpp Merge branch 'master' into python-refactor 7 months ago
compile_commands.hpp Merge branch 'master' into python-refactor 7 months ago
config.cpp Merge branch 'master' into python-refactor 7 months ago
config.hpp Merge branch 'master' into python-refactor 7 months ago
config_module.cc Compiling again 5 years ago
ctags.cpp Merge branch 'master' into python-refactor 7 months ago
ctags.hpp move binding code to respective files 5 years ago
debug_lldb.cpp Merge branch 'master' into python-refactor 7 months ago
debug_lldb.hpp Merge branch 'master' into python-refactor 7 months ago
dialog.cpp Merge branch 'master' into python-refactor 7 months ago
dialog.hpp Merge branch 'master' into python-refactor 7 months ago
directories.cpp Fixed control-click to run source files on Linux 1 year ago
directories.hpp 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
dispatcher.cpp Add files 5 years ago
dispatcher.hpp move binding code to respective files 5 years ago
documentation.cpp bind cppreference 5 years ago
documentation.hpp bind cppreference 5 years ago
entrybox.cpp Search entry histories are now updated correctly 2 years ago
entrybox.hpp Search entry histories are now updated correctly 2 years ago
files.hpp Added version_compare and adds parallel to default value in preference item project.cmake.compile_command 4 years ago
filesystem.cpp Fixed rust-analyzer installation 3 years ago
filesystem.hpp Fixed rust-analyzer installation 3 years ago
git.cpp Merge branch 'master' into python-refactor 7 months ago
git.hpp Merge branch 'master' into python-refactor 7 months ago
grep.cpp Added cancel dialog if grep or ctags processes exceed 10 seconds 5 years ago
grep.hpp Replaced type Gtk::TextBuffer::iterator with Gtk::TextIter 6 years ago
info.cpp use space before comment 4 years ago
info.hpp Renamed C++ header and source files to use proper C++ file extensions. 6 years ago
json.cpp Made use of the nlohmann/json library due to lacking JSON capabilities in Boost::PropertyTree 4 years ago
json.hpp Made use of the nlohmann/json library due to lacking JSON capabilities in Boost::PropertyTree 4 years ago
juci.cpp Merge branch 'master' into python-refactor 7 months ago
juci.hpp load plugins before application, we might want to do changes before the application starts 5 years ago
menu.cpp Merge branch 'master' into python-refactor 7 months ago
menu.hpp Merge branch 'master' into python-refactor 7 months ago
meson.cpp Fixed CMake and Meson project detection for dos newlines 2 years ago
meson.hpp Renamed C++ header and source files to use proper C++ file extensions. 6 years ago
mutex.hpp Renamed C++ header and source files to use proper C++ file extensions. 6 years ago
notebook.cpp Cleanup of clang language server commits 1 year ago
notebook.hpp use space before comment 4 years ago
plugins.cc hook into juci after window has been loaded 5 years ago
plugins.h hook into juci after window has been loaded 5 years ago
project.cpp Can now use control/command click to run source files directly from the directory view 1 year ago
project.hpp Can now use control/command click to run source files directly from the directory view 1 year ago
project_build.cpp Added support for compile_commands.json file in project root folder 3 years ago
project_build.hpp Added support for compile_commands.json file in project root folder 3 years ago
python_bind.h bind terminal and add type caster for filesystem path 5 years ago
python_module.cc bind up tiny process lib and add test should also fix terminal warnings 5 years ago
python_module.h refactor test suite to make room for tests of all bindings 5 years ago
python_type_casters.h fix reference count bug in type caster 5 years ago
selection_dialog.cpp Fixed scrolling to selected element in selection dialogs 3 years ago
selection_dialog.hpp Cleanup of GTK_VERSION_GT_MICRO replacement macro 3 years ago
snippets.cpp Made use of the nlohmann/json library due to lacking JSON capabilities in Boost::PropertyTree 4 years ago
snippets.hpp Renamed instances in get() functions to instance 5 years ago
source.cpp Added comment char for prolog 9 months ago
source.hpp Added support for new space drawer in gtksourceview 1 year ago
source_base.cpp Select all now works in terminal as well 8 months ago
source_base.hpp Select all now works in terminal as well 8 months ago
source_clang.cpp Cleanup of clang language server commits 1 year ago
source_clang.hpp Cleanup of clang language server commits 1 year ago
source_diff.cpp 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
source_diff.hpp 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
source_generic.cpp Language client: now adds diagnostics to codeAction requests, and supports adding configuration responses. Also now uses buffer completions when completion is not provided by server. 3 years ago
source_generic.hpp Language client: now adds diagnostics to codeAction requests, and supports adding configuration responses. Also now uses buffer completions when completion is not provided by server. 3 years ago
source_language_protocol.cpp Language protocol: added sorting for rename items in case server does not return sorted changes 2 years ago
source_language_protocol.hpp 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
source_spellcheck.cpp No longer considers keys pressed with control/command active as keyvals 2 years ago
source_spellcheck.hpp Cleanup of spellcheck_all boolean used to activate spellchecking on for instance markdown text 4 years ago
terminal.cpp Merge branch 'master' into python-refactor 7 months ago
terminal.hpp Merge branch 'master' into python-refactor 7 months ago
tiny_process_module.cpp bind up tiny process lib and add test should also fix terminal warnings 5 years ago
tiny_process_module.hpp bind up tiny process lib and add test should also fix terminal warnings 5 years ago
tooltips.cpp Minor addition to source.tooltip_top_offset setting 2 years ago
tooltips.hpp Tooltips: now adds scrolling to all tooltip windows that are placed partially outside of screen 4 years ago
usages_clang.cpp Fixed C++20 ambiguous operator overload warning 1 year ago
usages_clang.hpp Fixed C++20 ambiguous operator overload warning 1 year ago
utility.cpp Slight improvement of Natural::compare, for instance: t1.txt now comes after t.txt 3 years ago
utility.hpp Cleanup of GTK_VERSION_GT_MICRO replacement macro 3 years ago
window.cpp Merge branch 'master' into python-refactor 7 months ago
window.hpp Merge branch 'master' into python-refactor 7 months ago
window_macos.hpp Renamed C++ header and source files to use proper C++ file extensions. 6 years ago
window_macos.m Made it possible to enable dark MacOS titlebar through the C definition MACOS_DARK_TITLEBAR 3 years ago
workers.cpp 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
workers.hpp 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