105 Commits (0c7dbecb0d3b470efaf7d363edb9fb458bdd74f3)

Author SHA1 Message Date
eidheim bf984231d4 Formatted code with custom clang-format 8 years ago
eidheim 802060dc2f Extension is no longer selected when renaming files from directory view 8 years ago
eidheim 31b64848e3 Fixed most of clang-tidy's performance checks 8 years ago
eidheim 715b3a9051 Tooltips now have css properties border-radius and padding. Also moved CSS code to window.cc 8 years ago
eidheim bf798073c0 Added source.auto_reload_changed_files preference item, and support for prettier. Also made some various minor fixes 8 years ago
eidheim 014b29db4b Fixed unused-lambda-capture warnings 8 years ago
eidheim 5ad81c3d56 MacOS drag-and-drop has been fixed in latest gtk+ homebrew package. Workarounds removed. 8 years ago
eidheim 679282695b Fixed crash on MacOS by disabling drag-and-drop in directories view 8 years ago
eidheim d4dda4afaa No longer updates folders that are not shown when changes in filesystem is detected 8 years ago
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 9 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) 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 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) 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