67 Commits (94ae9eaaa08c98217aa6cd9fd1717259935f8569)

Author SHA1 Message Date
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
eidheim 7e34cebded Revert "CMake cleanup" 10 years ago
eidheim 3ed9daccf3 CMake cleanup 10 years ago
eidheim 140068f740 Added tree lines to directory view 10 years ago
eidheim 26b5cab268 Dispatcher cleanup 10 years ago
eidheim 7722e7eee5 Dispatcher cleanup 10 years ago
eidheim 2b2bfe76cf Fixed crash on debug show variables when variable name was empty 10 years ago
eidheim 6276976f88 Project title in directories should now correctly contain _ if any 10 years ago
eidheim 25da8e59f1 Fixes to cmake builds 10 years ago
eidheim 0e5568351c Now correctly removes opened subdirectories when closing a directory. This fixes a crash when changes happened in a subdirectory that had one of its parent/grandparent/etc closed 10 years ago
U-olece-PC\olece a77da5e0be Fixed directory tree focus by comparing boost::filesystem instead of std::string 10 years ago
eidheim 1675305884 New singleton system without a singleton container class. 10 years ago
eidheim 44091f86b6 Directories now derive from Gtk::TreeView instead of Gtk::ScrolledWindow. 10 years ago
Vadim 9ca0945d8f fix access to data member through pointer 10 years ago
eidheim 6ca8fd6146 Simplified boost::filesystem::last_write_time check. 10 years ago
eidheim 9d5ab766f6 Fixed crashes related to boost::filesystem::exists and ::last_write_time. 10 years ago
eidheim 3339ecbc86 Minor readability fix. 10 years ago
eidheim eb13a7e81f Added Go to Usage, and fixed #82 by removing the directory ignore option. This also makes implementing git integration easier. 10 years ago
U-ole-PC\ole ec4fc631ba Cleanup of dialogs, as well as fixing a couple of crashes. 10 years ago
eidheim dbb7d053e6 Removed debugging from singleton constructor. 10 years ago
eidheim 626d347387 Singletong and config cleanup. Got rid of most if not all circular includes. 10 years ago
Jørgen Lien Sellæg 94bc501ab6 Remove the rest of the references to the removed singletons and adding main config as singleton 10 years ago
Jørgen Lien Sellæg 5fb5f26bce Rename sourcefile to filesystem 10 years ago
eidheim 4321febd41 More robust directory/file code, fixed at least one infinite loop. 10 years ago
Jørgen Lien Sellæg 2ea1e1821a Rename logging function due to namespace conflict 10 years ago
Jørgen Lien Sellæg 317e5a8528 Rename logging function due to namespace conflict 10 years ago
eidheim 4cd5654252 Filenames without language support are now gray in the directory window. 10 years ago
eidheim 242a6ca963 Fixed crash when closing a tab real quick after moving cursor. 10 years ago
U-olece-PC\olece 6e69cb17c4 The SIGC weirdness should now work on all platforms. 10 years ago
U-olece-PC\olece 909ce772c0 Now compiles on MSYS2 again. 10 years ago