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.
 
 
eidheim ce7eedc058 Added override to on_key_press_event and on_button_press_event in source.h 10 years ago
..
cmake/Modules Added clang version 3.7. 10 years ago
CMakeLists.txt Now using boost::regex instead of std::regex so that juci can compile with g++-4.8. Many systems use this old compiler and this makes juci compile on more platforms. Also, installation on Ubuntu 14 is simpler and do not require to tap the test repository. 10 years ago
api.cc Disabled plugins since it lead to a crash on Arch Linux. We most likely have to rewrite the plugin system. 10 years ago
api.h Cleanup: menu no longer singleton. 11 years ago
api_ext.cc Resolved conficts. 11 years ago
cmake.cc Fixed the hide override issue discussed in #91. We should also add override elsewhere when appropriate. 10 years ago
cmake.h Added run command, and kill process items in menu. Remember to delete ~/.juci. Also cleaned up use of std::string instead of boost::filesystem::path. 10 years ago
config.cc Added Go to Usage, and fixed #82 by removing the directory ignore option. This also makes implementing git integration easier. 10 years ago
config.h Added Go to Usage, and fixed #82 by removing the directory ignore option. This also makes implementing git integration easier. 10 years ago
dialogs.cc Removed iostream and std namespace from dialogs.cc. 10 years ago
dialogs.h Dialog::message is now Gtk::MessageDialog. 10 years ago
dialogs_unix.cc Added message on screen when creating compile_commands.json. 10 years ago
dialogs_win.cc Added error_code to boost::filesystem::current_path. 10 years ago
directories.cc Directories now derive from Gtk::TreeView instead of Gtk::ScrolledWindow. 10 years ago
directories.h Directories now derive from Gtk::TreeView instead of Gtk::ScrolledWindow. 10 years ago
entrybox.cc Resolved conflicts in #68. 10 years ago
entrybox.h Resolved conflicts in #68. 10 years ago
files.h add include guard 10 years ago
filesystem.cc Better lookup of home directory, fixing rest of paths that were concatinated incorrectly, removal of singletons that aren't singletons 10 years ago
filesystem.h Fixed the hide override issue discussed in #91. We should also add override elsewhere when appropriate. 10 years ago
juci.cc Fixed selected text on Gtk::MessageDialog using gtkmm instead. 10 years ago
juci.h override virtual functions from gtk::Application 10 years ago
logging.h Rename logging function due to namespace conflict 10 years ago
menu.cc Added Go to Usage, and fixed #82 by removing the directory ignore option. This also makes implementing git integration easier. 10 years ago
menu.h Singletong and config cleanup. Got rid of most if not all circular includes. 10 years ago
notebook.cc Cleanup of soft_reparse uses, and fixed a bug where implementation files were not correctly reparsed after using rename that included a header file. 10 years ago
notebook.h Cleanup of soft_reparse uses, and fixed a bug where implementation files were not correctly reparsed after using rename that included a header file. 10 years ago
selectiondialog.cc list_view_text.hide() now only called once. 10 years ago
selectiondialog.h Minor cleanups. Added override keywords in some header files. 10 years ago
singletons.cc Singletong and config cleanup. Got rid of most if not all circular includes. 10 years ago
singletons.h Singletong and config cleanup. Got rid of most if not all circular includes. 10 years ago
source.cc Tiny cleanup. 10 years ago
source.h Added override to on_key_press_event and on_button_press_event in source.h 10 years ago
source_clang.cc Cleanup of soft_reparse uses, and fixed a bug where implementation files were not correctly reparsed after using rename that included a header file. 10 years ago
source_clang.h Major cleanup of autocomplete, and a couple of minor fixes. 10 years ago
terminal.h Singletong and config cleanup. Got rid of most if not all circular includes. 10 years ago
terminal_unix.cc Added message on screen when creating compile_commands.json. 10 years ago
terminal_win.cc Can now create files from command line arguments (juci . new_file.py), and error messages in terminal are set to bold. 10 years ago
tooltips.cc Singletong and config cleanup. Got rid of most if not all circular includes. 10 years ago
tooltips.h Added spellcheck suggestions through tooltips. 10 years ago
window.cc Directories now derive from Gtk::TreeView instead of Gtk::ScrolledWindow. 10 years ago
window.h Directories now derive from Gtk::TreeView instead of Gtk::ScrolledWindow. 10 years ago