Vipul S. Chawathe
d9647e4b54
Broader BSD check
...
Detailed explanation at https://www.dragonflybsd.org/docs/howtos/howtoporttodragonfly/#index7h3
10 years ago
Vipul S. Chawathe
c143af279b
Checked for more BSDs
...
Explanation at https://www.dragonflybsd.org/docs/howtos/howtoporttodragonfly/#index7h3
10 years ago
eidheim
a702f3210e
Fixed libclang includes for latest llvm version on OS X
10 years ago
eidheim
1a14cd2206
GUI changes in preparation for additional debug information: terminal is now directly below notebook
10 years ago
eidheim
d3f605f9c7
Cuda is now considered a bracket language
10 years ago
eidheim
5adfaae50f
Minor cleanup: removed Directories::on_row_activated
10 years ago
eidheim
66e5122c6a
Minor cleanups: replaced iterating pending events with C++ functions, corrected return value in Notebook::size, and replaced NULL with nullptr in source_clang_test.cc
10 years ago
nshcat
da33a926a4
Replaced NULL with nullptr wherever applicable.
10 years ago
eidheim
7fa66b1816
Cleanup of the CMakeLists.txt files
10 years ago
Mohammad S. Babaei
3e146234e8
builds on FreeBSD. related to #253
10 years ago
eidheim
bbe13c186e
Reverted the gio check. GLIBMM_ is correct according to https://developer.gnome.org/glibmm/stable/group__giommEnums.html#ga469f795e9a4dddb2421c0e5568be6649
10 years ago
eidheim
5ab4032fa5
Fixed Giomm version check
10 years ago
eidheim
87108b26ba
Fixes related to #253 : FreeBSD build
10 years ago
eidheim
e4cff18db4
Added CPack to CMakeLists.txt, which can be used to build jucipp packages on various platforms
10 years ago
eidheim
70a1e106b1
Selecting variable in debug show variables now moves cursor to frame if no declaration was found
10 years ago
eidheim
1fc00a256d
Debug menu item Show Variables now shows all variables, including those without declaration found
10 years ago
eidheim
ccf7d3b9b2
Now compiles with c++14 instead of c++11, and some src/git.* cleanup
10 years ago
eidheim
9c3c6e955a
libclangmm cleanup
10 years ago
eidheim
7c145f2c17
Improved Ctags processing
10 years ago
eidheim
fca2642798
Improved false positives in Ctags::get_locations
10 years ago
eidheim
a2c4880429
Go to Implementation: now shows a selection dialog if more than one implementation was found
10 years ago
eidheim
18f6c98710
Go to Declaration should now always go to declaration
10 years ago
eidheim
df7ea719f0
Ctags fix for MSYS2
10 years ago
eidheim
b3ccd4bb89
Removed Ubuntu specific code, and fixed Ctags::get_result on older systems
10 years ago
Ben D
a491b9af91
extended fix to MSYS2's libclang to '-isystem'
10 years ago
eidheim
41dfc08585
Oldest supported gtk version is now gtk3.14 (debian stable)
10 years ago
eidheim
61319b9a6b
Replaced boost::regex with std::regex as Ubuntu 14 is no longer supported
10 years ago
eidheim
d09810f992
Improved Go to Implementation
10 years ago
eidheim
ac9cff4611
Removed unnecessary debug_start_mutex
10 years ago
eidheim
311f459650
Added Ctags fallback to Go to Implementation, and can now set breakpoints when compile is in progress
10 years ago
eidheim
b6e455fc0a
Ctags cleanup
10 years ago
eidheim
18994bfa98
Added Find Symbol through ctags
10 years ago
eidheim
a44ee6711d
Added default keys for show diff and implement method
10 years ago
eidheim
b868093ca8
Improved clang-format support: no longer scrolls window when using clang-format
10 years ago
eidheim
33273e9780
Set initial directory title to empty
10 years ago
eidheim
5b6a81ca65
Changed version to 1.2.0
10 years ago
eidheim
b27a4eb145
Removed unnecessary widgets from headers
10 years ago
eidheim
83919efd22
Slight cleanup: now uses get_iter_at_line_end instead of various implementations
10 years ago
eidheim
6095be64a1
Added option to turn off terminal progress, for instance when opening c/c++ files
10 years ago
Ole Christian Eidheim
ebf88fe404
Fix to directory view selection for themes that use background-image
10 years ago
eidheim
b3a577167c
Added option to turn off source background pattern
10 years ago
eidheim
abbd7ca459
Improved selection in directory, makes it possible to see the git status of current file for instance
10 years ago
eidheim
a7a620ca6a
Fixed diagnostic tooltips at special cases where libclang returned out of buffer positions
10 years ago
eidheim
356060289c
Additional improvements to directory color update
10 years ago
eidheim
0955c46516
Improvements to directory colors when new file is created
10 years ago
eidheim
8c1abc86a3
Rename directory bugfix for OS X
10 years ago
Ole Christian Eidheim
2bc5d65251
Git integration through libgit2 ( #244 )
...
* Git integration, fixes #63
* Fixed a crash when deleting directories, added libgit2 to MSYS2 CI, adjusted colors slightly
* Git integration now supports debian stable
* Fixed compilation error on MSYS2
* Added git_test
* git_test fix
* Git integration: now updates correct paths on source save. Also added slight delay to source diff git monitor change signal
* git_test fixed
* Now monitors .git directory instead. The .git/index file does not always update on for instance: git commit -m ...
* Directories cleanup
* Fixed git status update on rename refactoring, and some additional cleanup
* Added menu items: Go to Next Diff, and Show Diff
* Fixed Go to Next Diff and Show Diff keybindings
* Minor fixes to git integration
* Added: implement method
* Minor fixes to Implement Method
* Minor fixes to source_diff
* source_diff: optimisations added, as well as some minor improvements
* Fixed a crash when trying to show diff in a buffer not related to a diff repository
* Git integration: MSYS2 support
* source_diff: source should now refresh correctly when .git directory has changed
* directories.cc: stop updating parent path colors when path including .git directory/file is found
* Spellcheck underline no longer shows for for instance '\n'
* Made directory view's git status update async
* Use boost::filesystem::path in git.*
* Optimisation: now stores a cache of git status, which can be slow, that is used when possible
* Source view will now grab focus when a selection dialog is shown
* Source menu should now be correctly updated
* Implement Method: improved
* git.cc: minor fix
10 years ago
eidheim
cad7553a24
Fix related to #246 : corrected selection dialog position
10 years ago
eidheim
446b6f37ba
Fixes #246 : popups are now placed correctly on all platforms
10 years ago
eidheim
3b72481a96
Slightly larger delay on split view set position workaround
10 years ago