1248 Commits (18748aed2414ca664f137121e88302f0ee3aaf7e)
 

Author SHA1 Message Date
eidheim 578de1a83f Cleaned up go to usage abit. 10 years ago
U-olece-PC\olece 9f03520586 list_view_text.hide() now only called once. 10 years ago
eidheim 0466a0eeaf Now clears list store on hide. 10 years ago
eidheim 73d4889b68 Tokens are now bold when using go to usage and go to methods. 10 years ago
eidheim 5347673461 Removed iostream and std namespace from dialogs.cc. 10 years ago
eidheim 09499c4c03 Hopefully the last paste-bug-fix. 10 years ago
eidheim d1f50f4346 Fixed another paste crash. 10 years ago
eidheim 4af4189657 Rename entry does not show anymore when no token is found. 10 years ago
eidheim f7345110cb Added error_code to boost::filesystem::current_path. 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 f77e7723ba Spellcheck encoding is now always utf-8. 10 years ago
eidheim d378051ea7 No longer crashes when doing spell check buffer with missing spell check language. 10 years ago
Jørgen Lien Sellæg ad5528c5b2 Merge pull request #87 from eidheim/master 10 years ago
Jørgen Lien Sellæg 5f9033da3c Remove gtkmm3 as dependency 10 years ago
Jørgen Lien Sellæg cbae7f7a13 Add arch install instructions 10 years ago
eidheim a8bc78d4d2 Fixes to the .desktop file. 10 years ago
Ole Christian Eidheim e0536ef652 More approriate cmake function for the debian stable bug workaround. 10 years ago
Ole Christian Eidheim a4ede4d93f Merge pull request #18 from zalox/dirfix 10 years ago
Jørgen Lien Sellæg 2ff983119d Add more mimetypes and correct execute 10 years ago
Jørgen Lien Sellæg 1e7995f5b7 Fix to broken debian stable package xdg-desktop-menu 10 years ago
eidheim 3339ecbc86 Minor readability fix. 10 years ago
Ole 807606696e 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
eidheim fe8ffbc030 Added Categories to juci.desktop (see #86) 10 years ago
eidheim 56b6b823a0 Added deactivate/activate to Go to Usage menu item. 10 years ago
eidheim 30a9a226fb No longer shows tooltip right after going to a usage. 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
eidheim df09dcbce7 Source::Token cleanup in preparation for Find Usages. 10 years ago
Ole Christian Eidheim f0591f077f Merge pull request #86 from eidheim/master 10 years ago
Ole b97adca947 Fixed Exec in juci.desktop. 10 years ago
Ole 8c7ccf6562 Fixed name in juci.desktop. 10 years ago
Ole d49e6fe040 Added .desktop file. Ubuntu menues should work decently now, although key-bindings are not updated from within juci (Ubuntu bug). 10 years ago
Jørgen Lien Sellæg 3aedffb708 Merge pull request #85 from eidheim/master 10 years ago
Ole Christian Eidheim b03382f3ad Fixed selected text on Gtk::MessageDialog using gtkmm instead. 10 years ago
Ole Christian Eidheim c6857421a9 Fixed selected text on Gtk::MessageDialog. 10 years ago
Ole Christian Eidheim 5ad3f43850 Fixed minor bug on Debian, where text was selected in Dialog::Message. 10 years ago
Ole Christian Eidheim 819d3ffaf6 Fixed Dialog::Message for Linux. 10 years ago
eidheim 2968da7a54 Dialog::message is now Gtk::MessageDialog. 10 years ago
eidheim 0cb2c6cf2f Simplified installation and integration of clang-format. 10 years ago
eidheim 85d66b8f2d Replaced old gtk_main_iteration with newer g_main_context_iteration. 10 years ago
eidheim a8c77d09cf Now compiles on older versions of gtk. 10 years ago
eidheim 086972d3c6 Dialogs now is centered with respect to the juci application. 10 years ago
eidheim a8367e3cb3 Using newer main iteration code in dialogs.cc 10 years ago
eidheim 2e54d69c69 Now again uses pango_context instead of depricated override_font. 10 years ago
U-ole-PC\ole 43a740a03b Now sets font correctly. 10 years ago
U-ole-PC\ole 20bdb25599 Fixed missing include in dialogs_win. 10 years ago
eidheim 92489acfe1 Added message on screen when creating compile_commands.json. 10 years ago
eidheim b373cbef55 Have tried precompiled headers, but its leading to less responsive clang-processing. Reverting back to prior clang-processing. 10 years ago
eidheim 914ed4b45a Now tries to compile/compile and run even without files if a directory is open. 10 years ago
eidheim 50d221c3cb Now again waits with the reparse until buffer is changed, leading to faster file open, meaning less resources used, and avoiding a minor bug introduced in last commit. This should conclude the work preparing to use precompiled headers acrossed files. 10 years ago