Commit Graph

  • 443e08e86c bugfix: fixes segmentation fault on very long lines Jørgen Lien Sellæg 2016-09-01 00:44:52 +0200
  • 6a46babfab Now clears spellcheck errors first when using spellcheck in menu eidheim 2016-08-31 14:48:52 +0200
  • 8b7004065c Fixed position of text after { when pressing Enter after { eidheim 2016-08-31 14:47:25 +0200
  • 3721b6cd79 Updated tiny-process-library submodule eidheim 2016-08-30 19:27:00 +0200
  • b8bfeea26b Added Toggle Comments for various languages, and updated bracket language check eidheim 2016-08-28 11:00:23 +0200
  • 0b88072209 Added New Project->C to File menu eidheim 2016-08-26 14:13:36 +0200
  • 30b7305e77 Fixed visualisation of tabs on OS X eidheim 2016-08-25 12:36:37 +0200
  • 2322c3ad08 Fixes #266, now checks for glibmm 2.45 before using FILE_MONITOR_WATCH_MOVES when monitoring directories eidheim 2016-08-19 10:32:53 +0200
  • b47ddae801 Implement method and goto method now also includes regular functions eidheim 2016-08-12 09:35:31 +0200
  • 6d56df787e Simplified Git::get_repository eidheim 2016-08-09 21:48:08 +0200
  • eded154ed7 Merge pull request #262 from eidheim/gui Jørgen Lien Sellæg 2016-08-01 11:10:33 +0200
  • 6b4c814478 Minor fix to tooltip positioning eidheim 2016-07-27 09:12:13 +0200
  • d9647e4b54 Broader BSD check Vipul S. Chawathe 2016-07-23 20:37:59 +0000
  • c143af279b Checked for more BSDs Vipul S. Chawathe 2016-07-23 20:35:13 +0000
  • b6d8bcbba1 Accomodate *BSD Vipul S. Chawathe 2016-07-23 19:37:34 +0000
  • a702f3210e Fixed libclang includes for latest llvm version on OS X eidheim 2016-07-24 11:35:10 +0200
  • 1a14cd2206 GUI changes in preparation for additional debug information: terminal is now directly below notebook eidheim 2016-07-21 09:27:01 +0200
  • d3f605f9c7 Cuda is now considered a bracket language eidheim 2016-07-21 09:31:36 +0200
  • f544401cf5 Added LLVM version 3.8.0 installed by brew in OS X (#258) pamarcos 2016-07-17 12:54:40 +0100
  • 5adfaae50f Minor cleanup: removed Directories::on_row_activated eidheim 2016-07-12 08:04:11 +0200
  • 66e5122c6a Minor cleanups: replaced iterating pending events with C++ functions, corrected return value in Notebook::size, and replaced NULL with nullptr in source_clang_test.cc eidheim 2016-07-12 07:33:55 +0200
  • da33a926a4 Replaced NULL with nullptr wherever applicable. nshcat 2016-07-12 03:41:42 +0200
  • 7fa66b1816 Cleanup of the CMakeLists.txt files eidheim 2016-07-11 13:11:54 +0200
  • 3e146234e8 builds on FreeBSD. related to #253 Mohammad S. Babaei 2016-07-11 15:13:45 +0430
  • 7fd2d60099 Changed the libclang search order for FreeBSD. Related to #253 eidheim 2016-07-11 11:11:35 +0200
  • bbe13c186e Reverted the gio check. GLIBMM_ is correct according to https://developer.gnome.org/glibmm/stable/group__giommEnums.html#ga469f795e9a4dddb2421c0e5568be6649 eidheim 2016-07-11 11:04:43 +0200
  • 5ab4032fa5 Fixed Giomm version check eidheim 2016-07-11 10:33:20 +0200
  • ad568f734e Version 1.2.1 v1.2.1 eidheim 2016-07-11 09:01:26 +0200
  • 87108b26ba Fixes related to #253: FreeBSD build eidheim 2016-07-10 14:10:23 +0200
  • e4cff18db4 Added CPack to CMakeLists.txt, which can be used to build jucipp packages on various platforms eidheim 2016-07-08 10:46:08 +0200
  • 351b0f48ca Slight update to README.me features eidheim 2016-07-07 12:59:00 +0200
  • 70a1e106b1 Selecting variable in debug show variables now moves cursor to frame if no declaration was found eidheim 2016-07-06 22:39:44 +0200
  • 1fc00a256d Debug menu item Show Variables now shows all variables, including those without declaration found eidheim 2016-07-06 19:02:03 +0200
  • ccf7d3b9b2 Now compiles with c++14 instead of c++11, and some src/git.* cleanup eidheim 2016-07-06 14:53:18 +0200
  • 9c3c6e955a libclangmm cleanup eidheim 2016-07-06 11:03:52 +0200
  • 7c145f2c17 Improved Ctags processing eidheim 2016-07-05 17:50:42 +0200
  • fca2642798 Improved false positives in Ctags::get_locations eidheim 2016-07-05 13:49:54 +0200
  • a2c4880429 Go to Implementation: now shows a selection dialog if more than one implementation was found eidheim 2016-07-05 12:29:23 +0200
  • 18f6c98710 Go to Declaration should now always go to declaration eidheim 2016-07-04 23:43:17 +0200
  • df7ea719f0 Ctags fix for MSYS2 eidheim 2016-07-04 17:36:15 +0200
  • a3f46c73c6 Merge branch 'master' of https://github.com/donbcd/jucipp eidheim 2016-07-04 16:55:10 +0200
  • b3ccd4bb89 Removed Ubuntu specific code, and fixed Ctags::get_result on older systems eidheim 2016-07-04 11:20:22 +0200
  • a491b9af91 extended fix to MSYS2's libclang to '-isystem' Ben D 2016-07-04 14:33:47 +0200
  • 41dfc08585 Oldest supported gtk version is now gtk3.14 (debian stable) eidheim 2016-07-04 11:04:25 +0200
  • 61319b9a6b Replaced boost::regex with std::regex as Ubuntu 14 is no longer supported eidheim 2016-07-04 10:38:27 +0200
  • d09810f992 Improved Go to Implementation eidheim 2016-07-04 00:40:34 +0200
  • ac9cff4611 Removed unnecessary debug_start_mutex eidheim 2016-07-03 23:21:31 +0200
  • 311f459650 Added Ctags fallback to Go to Implementation, and can now set breakpoints when compile is in progress eidheim 2016-07-03 09:18:47 +0200
  • b6e455fc0a Ctags cleanup eidheim 2016-07-02 19:31:55 +0200
  • 18994bfa98 Added Find Symbol through ctags eidheim 2016-07-02 10:44:14 +0200
  • 7f008f60c6 Updated libclangmm submodule eidheim 2016-07-01 09:09:40 +0200
  • a44ee6711d Added default keys for show diff and implement method eidheim 2016-07-01 09:02:52 +0200
  • b868093ca8 Improved clang-format support: no longer scrolls window when using clang-format eidheim 2016-06-29 14:01:14 +0200
  • 33273e9780 Set initial directory title to empty eidheim 2016-06-29 12:17:08 +0200
  • 5b6a81ca65 Changed version to 1.2.0 v1.2.0 eidheim 2016-06-29 10:50:30 +0200
  • 87da0f81f1 Updated submodules eidheim 2016-06-28 07:49:24 +0200
  • b27a4eb145 Removed unnecessary widgets from headers eidheim 2016-06-27 14:31:07 +0200
  • 83919efd22 Slight cleanup: now uses get_iter_at_line_end instead of various implementations eidheim 2016-06-27 14:09:33 +0200
  • 6095be64a1 Added option to turn off terminal progress, for instance when opening c/c++ files eidheim 2016-06-27 13:41:09 +0200
  • ebf88fe404 Fix to directory view selection for themes that use background-image Ole Christian Eidheim 2016-06-23 18:35:25 +0200
  • b3a577167c Added option to turn off source background pattern eidheim 2016-06-23 16:43:31 +0200
  • abbd7ca459 Improved selection in directory, makes it possible to see the git status of current file for instance eidheim 2016-06-23 16:33:12 +0200
  • a7a620ca6a Fixed diagnostic tooltips at special cases where libclang returned out of buffer positions eidheim 2016-06-23 10:20:58 +0200
  • 356060289c Additional improvements to directory color update eidheim 2016-06-22 21:54:48 +0200
  • 0955c46516 Improvements to directory colors when new file is created eidheim 2016-06-22 20:53:13 +0200
  • 8c1abc86a3 Rename directory bugfix for OS X eidheim 2016-06-22 18:06:07 +0200
  • 2bc5d65251 Git integration through libgit2 (#244) Ole Christian Eidheim 2016-06-22 14:01:10 +0200
  • cad7553a24 Fix related to #246: corrected selection dialog position eidheim 2016-06-19 08:40:02 +0200
  • 446b6f37ba Fixes #246: popups are now placed correctly on all platforms eidheim 2016-06-18 11:12:32 +0200
  • 3b72481a96 Slightly larger delay on split view set position workaround eidheim 2016-06-16 17:42:36 +0200
  • 0406b7c1c3 Workaround for split window positioning eidheim 2016-06-14 14:05:50 +0200
  • 94ddcf56b6 Fixed freeze that sometimes happened at least on OS X eidheim 2016-06-14 12:04:26 +0200
  • 7e71b3af36 Fixed: tooltips were not showed if mouse cursor were positioned at where the tooltip would be shown Ole Christian Eidheim 2016-06-10 13:03:48 +0200
  • 2b11c4c69c Added environment variable check on MSYS2 in case MSYS2 makes changes to this in the future Ole Christian Eidheim 2016-06-10 12:02:19 +0200
  • 3467c152c3 Debug cleanup eidheim 2016-06-10 10:09:15 +0200
  • 9ceb83c7bf Remote debugging: correct parameters used eidheim 2016-06-09 14:53:43 +0200
  • 3f35d73d0f Remote debugging: now only shows host and remote-gdb-server in the option popover eidheim 2016-06-09 14:06:48 +0200
  • a787e1422c Remote debugging working with lldb-gdbserver at least. Fixes #238 eidheim 2016-06-09 13:45:15 +0200
  • 1638f8044b Fixes to remote debugging Ole Christian Eidheim 2016-06-09 12:22:46 +0200
  • 2de9932835 Added remote debugging, and some minor cleanup eidheim 2016-06-09 10:04:57 +0200
  • eba80e9a79 Cross compiling: platform spesific fixes eidheim 2016-06-09 01:00:13 +0200
  • 1f01cea347 Cross compiling: fixed compilation for older gtkmm versions eidheim 2016-06-08 22:45:26 +0200
  • 8efb735f78 Mostly finished with cross compiling options popover (#238) eidheim 2016-06-08 22:40:34 +0200
  • 6c4b3366e7 Added debug options popover to Debug Set Run Arguments menu item. Related to #238 Ole Christian Eidheim 2016-06-08 14:25:07 +0200
  • 817e863895 Cleanup of source_clang's async_delete and full_reparse eidheim 2016-06-08 08:49:34 +0200
  • 16315b5a25 Fixed multiple inheritance in source_clang, making refactor and autocomplete classes testable if needed in the future eidheim 2016-06-07 20:33:47 +0200
  • fed28ce3e2 Cleanup: added multiple inheritance to ClangView eidheim 2016-06-07 20:13:49 +0200
  • 4d3fc990e0 Disabled lldb_test on debian stable eidheim 2016-06-07 13:57:24 +0200
  • bab5422e90 Merge https://github.com/cppit/jucipp eidheim 2016-06-07 12:50:55 +0200
  • a521c2aae2 MSYS2: path to mingw install now set correctly for newly upgraded MSYS2 system U-ole-PC\ole 2016-06-07 12:49:52 +0200
  • a1a523d684 Optimized ClangView's update_syntax and fixed source_clang_test eidheim 2016-06-07 11:33:15 +0200
  • 29fc893a10 Offset cleanup eidheim 2016-06-07 10:59:34 +0200
  • 0298881c4c Added initial selection to debug backtrace and goto method eidheim 2016-06-07 01:42:04 +0200
  • 631125c256 Ninja: warnings and errors from debug build is now clickable eidheim 2016-06-06 21:05:32 +0200
  • 6fddc80c95 source_spellcheck: fixed lambda support for signals on older platforms eidheim 2016-06-06 20:50:10 +0200
  • d850042ddf Platform spesific fixes to selection dialogs eidheim 2016-06-06 20:15:50 +0200
  • 3ecac6d4cc Hide tooltips when selectiondialogs are shown Ole Christian Eidheim 2016-06-06 13:24:57 +0200
  • a896ab7e3e SelectionDialogs: improved search entry Ole Christian Eidheim 2016-06-06 12:37:11 +0200
  • 0cbc14d7e8 Source::View cleanup: moved spellchecking to source_spellcheck.* eidheim 2016-06-06 10:22:59 +0200
  • 0a25b68e9b Wayland: now correctly position selection dialogs. Ninja: fixed lldb paths eidheim 2016-06-04 21:40:08 +0200