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 )
...
Symbolic paths are now treated like regular paths, but canonical paths are used when looking for already opened files.
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
...
Detailed explanation at https://www.dragonflybsd.org/docs/howtos/howtoporttodragonfly/#index7h3
10 years ago
eidheim
5adfaae50f
Minor cleanup: removed Directories::on_row_activated
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
ccf7d3b9b2
Now compiles with c++14 instead of c++11, and some src/git.* cleanup
10 years ago
eidheim
33273e9780
Set initial directory title to empty
10 years ago
Ole Christian Eidheim
ebf88fe404
Fix to directory view selection for themes that use background-image
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
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
d18e8bef2c
Added split window, fixes #235
10 years ago
eidheim
a30ff38f9a
Remove C-style casts
10 years ago
Ole Christian Eidheim
8825fd6099
Removed boost-log and boost-thread dependencies
10 years ago
eidheim
76f1965dbb
Optimized Directories::select, making the function more responsive with large directories
10 years ago
eidheim
add8c875c7
Directories: added new folder in right click menus, and some cleanup
10 years ago
eidheim
eb2e191466
Directories: fixed tab tooltips after directory rename
10 years ago
eidheim
5f623bc36f
Directory: call Entry::hide only once when renaming file/directory. Fixes segmentation fault on OS X.
10 years ago
eidheim
94ae9eaaa0
Minor cleanup: corrected indentation
10 years ago
eidheim
19da4a189a
Hide entry box on drag and drop to avoid complexity when for instance moving files while rename box is shown
10 years ago
eidheim
7d10fa491b
Cleanup of directory view right click menus. Also now checks if target path exists on rename
10 years ago
eidheim
45b86c4816
Cleanup and improvements related to #187 : right click menu operations in directory view
10 years ago
milleniumbug
5f311bd9a0
Made creating files in root directory possible
10 years ago
milleniumbug
9cd138b541
renamed the "Create new file here" to "Create file"
10 years ago
milleniumbug
889a112df2
added opening the file on using the "create new file here" option
10 years ago
milleniumbug
47f9f4599c
added new directory tree feature: create new file here
10 years ago
milleniumbug
649647abc5
replaced direct lock()/unlock() calls to mutex with unique_lock
10 years ago
eidheim
31d54f0b3c
Added tooltips with file path to tabs
10 years ago
eidheim
54dc293177
Fixes to last commit
10 years ago
eidheim
38867c081d
Added a slight delay to directory view update to avoid missing directory changes
10 years ago
eidheim
c31f595f90
Minor directories update thread cleanup
10 years ago
eidheim
d901cca611
Removed Notebook::set_tab_label and used g_signal_emit instead for updating notebook tab labels
10 years ago
eidheim
073584dd8b
Minor cleanup of directories
10 years ago
eidheim
ef54c0a52c
Fixes to directory right click methods
10 years ago
eidheim
2f705d2ee7
Fixes #6 , added right-click rename file in directory view
10 years ago
eidheim
6784597dac
Added right click delete in directory view
10 years ago
eidheim
9c69f18f18
Major project cleanup. Fixes #97 making it possible to support other build tools
10 years ago
eidheim
33794a95b5
Added drag-and-drop in directory view, and WiP right click
10 years ago
eidheim
90b7f364c6
Renamed Dispatcher::push to Dispatcher::post
10 years ago