1247 Commits (b17a2c6163f06c49ad84dc95fcf764e8b1a2c193)
 

Author SHA1 Message Date
eidheim d8ab25db47 Renamed a few variables to more appropriate names 10 years ago
eidheim af62c9a3f7 Cleanup of the code around while(g_main_context_pending(NULL)) loops 10 years ago
eidheim a665752e3b Fixed crash that happened when going to a declaration in an unopened file, and then right after closing the new file. 10 years ago
eidheim d4f72430cb Fixed a crash when pressing enter at the first line when having a space at the end. Also a minor fix if one press enter at the last line. 10 years ago
eidheim e842470871 Improved feature list 10 years ago
Ole Christian Eidheim 5634390dde Merge pull request #21 from cppit/master 10 years ago
eidheim 307f6b4be6 Tiny style fix to #96 10 years ago
eidheim 277c4b5665 Merge branch 'VadimGit-little_fixes' 10 years ago
Vadim 4d271d1513 remove iterator 10 years ago
Vadim 7a75c8f90f make tooltips class safety 10 years ago
eidheim 5ed9b6eb72 Added close symbol on tabs. 10 years ago
eidheim 63f93d3aeb Minor update of features in README.md 10 years ago
eidheim b11a757615 Spelling fix in README.md 10 years ago
eidheim 4dc55579a1 Moved on_key_press_event and on_button_press_event to protected as in the Gtkmm classes. 10 years ago
eidheim ce7eedc058 Added override to on_key_press_event and on_button_press_event in source.h 10 years ago
eidheim 44091f86b6 Directories now derive from Gtk::TreeView instead of Gtk::ScrolledWindow. 10 years ago
eidheim 7e598ae91a 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
eidheim 18c34be06d Tiny cleanup. 10 years ago
eidheim fd4668bfe4 Major cleanup of autocomplete, and a couple of minor fixes. 10 years ago
eidheim 01ae71eb81 Another minor extra cleanup to parsing. 10 years ago
eidheim 9f3ffcef56 Minor extra cleanup to parsing. 10 years ago
eidheim 7b78a6aea9 Clang parse cleanup, at least somewhat more understandable now. Also more robust. 10 years ago
Vadim 71792fc145 remove redundant classname 10 years ago
eidheim ac213ebc44 Updated libclangmm link. 10 years ago
eidheim fdede18bd8 Now possible to perform clang processing without copy of buffer from Glib::ustring. 10 years ago
Jørgen Lien Sellæg 4eedbca28d Merge pull request #93 from eidheim/master 10 years ago
eidheim 81f50bef10 Minor cleanups. Added override keywords in some header files. 10 years ago
Ole Christian Eidheim 00a0e358f4 Merge pull request #20 from cppit/master 10 years ago
eidheim 1221fe1529 Fixed the hide override issue discussed in #91. We should also add override elsewhere when appropriate. 10 years ago
eidheim 81d7383a58 Merge branch 'VadimGit-little_fixes' 10 years ago
eidheim 0d58580b33 Merge branch 'little_fixes' of https://github.com/VadimGit/jucipp into VadimGit-little_fixes 10 years ago
eidheim c3ea4c722b Fixes #92, and some cleanup of the reparse functions and variables. 10 years ago
eidheim 22cb10eea3 Fixed use of ' in spellcheck. 10 years ago
Ole Christian Eidheim f3b31b4aa9 Merge pull request #19 from cppit/master 10 years ago
eidheim 9fbfeab25e mingw-w64-x86_64-gtkmm3 is still needed in MSYS2, but we can remove it when gtksourceviewmm3/PKGBUILD gets a new pkgrel I think (a new package is then built). 10 years ago
Ole Christian Eidheim 1a7144e216 Merge pull request #88 from cppit/update_docs 10 years ago
Jørgen Lien Sellæg 837b1abe43 Merge with master 10 years ago
Jørgen Lien Sellæg 5b3ed9ad8a Small fix for arch instructions 10 years ago
Vadim 0117ab4696 restore Window::hide 10 years ago
Vadim 1c4454b6ea Merge remote-tracking branch 'origin/master' into little_fixes 10 years ago
Ole Christian Eidheim cbe1f14607 Merge pull request #89 from eidheim/master 10 years ago
Vadim 8ee7865924 restore boost::regex 10 years ago
Vadim 9734ea89fc don't hide gtkmm interfaces! (gtkmm doc) 10 years ago
Vadim 03ae90b411 override virtual functions from gtk::Application 10 years ago
Vadim fe143399ea add include guard 10 years ago
Vadim 6dd5bf8bde use std::rgex instead boost::regex 10 years ago
Vadim 9ca0945d8f fix access to data member through pointer 10 years ago
eidheim d56b484235 Added line numbers to goto method, and at the same time got rid of duplicate rows if declaration and implementation is in the same file. 10 years ago
eidheim f4c9fa3780 More correct bold use in goto method. 10 years ago
eidheim 578de1a83f Cleaned up go to usage abit. 10 years ago