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 8ba888bf98 Now specify where to read the configs instead of letting it happen in constructors. A stored object of MainConfig is not needed either. 11 years ago
..
cmake/Modules Added llvm version 3.6.1. 11 years ago
plugins fixed compile_command cp to source folder 11 years ago
CMakeLists.txt The entrybox is remade to be more general and easy to use. Search code to new entrybox will be finished next commit. 11 years ago
api.cc Further cleanup of window.* and notebook.*. Also now using gtksourceview to identify c/c++/objc files. 11 years ago
api.h Cleanup of window.* and notebook.*, work still in progress. Also fixed save as and some smaller issues. 11 years ago
api_ext.cc added custom keyindings where stock gtk bindings were used. 11 years ago
config.cc Further cleanup of window.* and notebook.*. Also now using gtksourceview to identify c/c++/objc files. 11 years ago
config.h Cleanup of menu and keybindings. 11 years ago
config.json Further cleanup of window.* and notebook.*. Also now using gtksourceview to identify c/c++/objc files. 11 years ago
directories.cc Largeer cleanup in preparation to refactoring implementation. Also some smaller fixes. 11 years ago
directories.h Largeer cleanup in preparation to refactoring implementation. Also some smaller fixes. 11 years ago
entrybox.cc Gtk::Stock is depricated, so removed these. Cut/Paste/Copy now also works in entries. Redo now has key binding shift-control-z, which is most common. Also keys now use <primary> instead of <control> and thus is more platform independent. 11 years ago
entrybox.h Gtk::Stock is depricated, so removed these. Cut/Paste/Copy now also works in entries. Redo now has key binding shift-control-z, which is most common. Also keys now use <primary> instead of <control> and thus is more platform independent. 11 years ago
juci.cc Further cleanup of window.* and notebook.*. Also now using gtksourceview to identify c/c++/objc files. 11 years ago
juci.h Now specify where to read the configs instead of letting it happen in constructors. A stored object of MainConfig is not needed either. 11 years ago
logging.h Add flushing of log file 11 years ago
menu.cc Cleanup of window.* and notebook.* mostly done. Some minor fixes. 11 years ago
menu.h Cleanup of window.* and notebook.* mostly done. Some minor fixes. 11 years ago
menu.xml Fixed crash introduced in last commit, moved compile and compile and run to keybindings control(shift) enter instead of r. Using control-r for rename refactoring. 11 years ago
notebook.cc Cleanup of window.* and notebook.* mostly done. Some minor fixes. 11 years ago
notebook.h Further cleanup of window.* and notebook.*. Also now using gtksourceview to identify c/c++/objc files. 11 years ago
plugins.py moved python module to /lib and executable to /bin, updated plugins.py 11 years ago
selectiondialog.cc The entrybox is remade to be more general and easy to use. Search code to new entrybox will be finished next commit. 11 years ago
selectiondialog.h Fixes to selectiondialog.*. 11 years ago
singletons.cc Cleanup of window.* and notebook.*, work still in progress. Also fixed save as and some smaller issues. 11 years ago
singletons.h Cleanup of window.* and notebook.*, work still in progress. Also fixed save as and some smaller issues. 11 years ago
source.cc Further cleanup of window.* and notebook.*. Also now using gtksourceview to identify c/c++/objc files. 11 years ago
source.h Further cleanup of window.* and notebook.*. Also now using gtksourceview to identify c/c++/objc files. 11 years ago
sourcefile.cc Add syntax highlighting 11 years ago
sourcefile.h Go to declaration implemented. Also some smaller fixes, including going to tab if opening an already open file. Scroll to iterator/cursor/insert/mark/whatever is bugged in GTK it seems, need a better workaround here. 11 years ago
terminal.cc Solved the scroll_to issue. 11 years ago
terminal.h Largeer cleanup in preparation to refactoring implementation. Also some smaller fixes. 11 years ago
tooltips.cc Largeer cleanup in preparation to refactoring implementation. Also some smaller fixes. 11 years ago
tooltips.h Cleanup of ClangView mostly to work with the libclangmm cleanup. 11 years ago
window.cc Now specify where to read the configs instead of letting it happen in constructors. A stored object of MainConfig is not needed either. 11 years ago
window.h Cleanup of window.* and notebook.* mostly done. Some minor fixes. 11 years ago