Commit Graph

  • 14ef75db3b Info messages: need at least gtkmm version 3.18 eidheim 2016-05-10 15:55:20 +0200
  • 481ade8018 Merge https://github.com/cppit/jucipp eidheim 2016-05-10 15:42:11 +0200
  • 213e80f4c0 Added brief info messages to top right corner eidheim 2016-05-09 18:51:05 +0200
  • b986b38801 Fix for current Arch Linux boost link issue Ole Christian Eidheim 2016-05-10 14:59:28 +0200
  • e91930b33c Version set to 1.1.3-2 Mikhail Strelnikov 2016-05-10 08:07:24 +0300
  • befe223042 Don't draw any whitespaces by default Mikhail Strelnikov 2016-05-09 21:58:46 +0300
  • dcc9640c57 Add draw_spaces option Mikhail Strelnikov 2016-05-09 19:18:43 +0300
  • 74e53047a5 Minor boost::regex initialisation fix eidheim 2016-05-09 10:35:18 +0200
  • df3eba9473 boost::regex optimization (building regexes can be somewhat resource demanding) eidheim 2016-05-09 09:54:36 +0200
  • 60b5a2563c
    container based CI build milleniumbug 2016-05-08 19:13:37 +0200
  • 53c7926151 install.md: added missing pkg-config to archlinux (found out when trying to build juCi++ in archlinux docker image) eidheim 2016-05-08 15:42:45 +0200
  • d8a70cfdec Merge pull request #213 from eidheim/goto_impl Jørgen Lien Sellæg 2016-05-08 14:48:36 +0200
  • 068002f798 Now iterating clang_tokens vector reversed. Also now looks for function implementations eidheim 2016-05-08 13:23:23 +0200
  • d4b9498269 clang autocomplete: moved stream manipulator replacements to map eidheim 2016-05-08 11:23:36 +0200
  • 53cd93b0f0 Documentation fixes eidheim 2016-05-07 11:08:53 +0200
  • 9736a734f8 Added: Go to Implementation eidheim 2016-05-06 18:58:58 +0200
  • 605d33e6b3 Clang autocomplete: added fixes for common stream manipulators eidheim 2016-05-07 09:33:44 +0200
  • b26eacdc77 Minor fix of PR #214 eidheim 2016-05-06 20:05:26 +0200
  • cd320d3bd5 Merge branch 'breakpoints' of https://github.com/milleniumbug/jucipp eidheim 2016-05-06 20:01:05 +0200
  • b2be83e9d0
    Don't throw an exception on canonicalize milleniumbug 2016-05-06 19:54:23 +0200
  • 32c11e64cb
    fixed issue with removing breakpoints milleniumbug 2016-05-06 19:26:35 +0200
  • 77023ac5cb Merge pull request #209 from cppit/remove_old_files Jørgen Lien Sellæg 2016-05-05 14:13:53 +0200
  • 9034b37da7 Remove unused files Jørgen Lien Sellæg 2016-04-06 19:39:37 +0200
  • b80652a930 Add documentation generation using doxygen Goto40 2016-05-03 20:34:25 +0200
  • de553489c7
    first version of .travis.yml milleniumbug 2016-05-05 02:18:03 +0200
  • 6cf4d697ab added target doc; added demo documentation; added automatic plantuml detection (Download and install http://de.plantuml.com/). Goto40 2016-05-02 21:19:35 +0200
  • 6dac0b723b Removed myself from debian/copyright eidheim 2016-05-01 17:52:41 +0200
  • 7d5c02ce12 Merge branch 'master' of https://github.com/chybz/jucipp eidheim 2016-05-01 17:48:48 +0200
  • 46dee399b9 README and install.md: removed references to boost-system as this is a dependency of boost-filesystem eidheim 2016-05-01 17:31:25 +0200
  • f66e59ee9e SourceClang: moved retrieving diagnostics away from main thread, since large number of warnings (>100) would lead to temporary nonresponsive application eidheim 2016-04-30 14:56:48 +0200
  • 8825fd6099 Removed boost-log and boost-thread dependencies Ole Christian Eidheim 2016-04-29 10:32:46 +0200
  • bebab5d86e added basic debian packaging support Remy Chibois 2016-04-28 16:06:26 +0200
  • b142ee6af8 Version 1.1.3 v1.1.3 eidheim 2016-04-27 21:22:03 +0200
  • 086d88c507 README.md, features: added support for external libraries eidheim 2016-04-26 21:16:35 +0200
  • c576d3688a No longer shows tooltips when mouse pointer is right of a line ending with a type cursor eidheim 2016-04-25 13:35:56 +0200
  • 76f1965dbb Optimized Directories::select, making the function more responsive with large directories eidheim 2016-04-24 21:05:34 +0200
  • 09f38f5610 Preferences: updated gtk_theme.variant_comment eidheim 2016-04-24 12:04:29 +0200
  • 679bbf151a Use default system theme if none specified in preferences. Default system theme is now default in juCi++ eidheim 2016-04-24 11:03:07 +0200
  • c605dab165 Working directory for libclang set to default build path. Fixes relative include paths in compile_commands.json, see #177 Ole Christian Eidheim 2016-04-21 12:11:48 +0200
  • d2bb946a5d Merge pull request #196 from milleniumbug/master Ole Christian Eidheim 2016-04-20 08:27:19 +0200
  • 9c5f1bba63
    Fixed minor memory leak milleniumbug 2016-04-19 23:51:02 +0200
  • 09b93b33da CMakeLists.txt: added extra warning flags eidheim 2016-04-18 22:16:29 +0200
  • 0c7c5c33ad Updated submodules eidheim 2016-04-18 22:15:00 +0200
  • 4ce79bdfdc Merge pull request #194 from milleniumbug/new_main Ole Christian Eidheim 2016-04-15 17:48:10 +0200
  • dea65472ba
    changed main() created by "New C++ project" option milleniumbug 2016-04-05 12:48:55 +0200
  • 24e05e4907 New C++ project: update directories after build is created eidheim 2016-04-15 10:32:29 +0200
  • 8711563c74 New C++ project: added extra warning flags eidheim 2016-04-15 09:51:04 +0200
  • a3de0e0555 libclang: added support for the upcoming 3.8.1 and 3.9 releases eidheim 2016-04-15 07:54:32 +0200
  • 6a7cae37be Merge https://github.com/cppit/jucipp eidheim 2016-04-13 18:32:33 +0200
  • 85e6edaf10 install.md: fixes #193. Must use a MinGW Shell to build in MSYS2 Ole Christian Eidheim 2016-04-13 16:26:35 +0200
  • b50de001ba Source: added exception for html when finding tab char and size eidheim 2016-04-13 10:18:57 +0200
  • 0dacfdedaa Improved javascript support eidheim 2016-04-13 10:09:04 +0200
  • af41ea44f9 install.md: added Manjaro Linux Ole Christian Eidheim 2016-04-12 20:24:13 +0200
  • 139164dfd8 install.md: added Raspbian, and links to Arch Linux and MSYS2 issues Ole Christian Eidheim 2016-04-12 20:17:08 +0200
  • add8c875c7 Directories: added new folder in right click menus, and some cleanup eidheim 2016-04-12 11:15:14 +0200
  • eb2e191466 Directories: fixed tab tooltips after directory rename eidheim 2016-04-11 17:39:35 +0200
  • 5f623bc36f Directory: call Entry::hide only once when renaming file/directory. Fixes segmentation fault on OS X. eidheim 2016-04-11 17:23:16 +0200
  • 94ae9eaaa0 Minor cleanup: corrected indentation eidheim 2016-04-10 13:36:34 +0200
  • 19da4a189a Hide entry box on drag and drop to avoid complexity when for instance moving files while rename box is shown eidheim 2016-04-10 13:24:35 +0200
  • 7d10fa491b Cleanup of directory view right click menus. Also now checks if target path exists on rename eidheim 2016-04-10 13:15:19 +0200
  • d83a2ea358 Merge https://github.com/eidheim/jucipp eidheim 2016-04-10 11:42:22 +0200
  • ab904014e4 Merge pull request #189 from eidheim/print Ole Christian Eidheim 2016-04-10 11:41:56 +0200
  • 45b86c4816 Cleanup and improvements related to #187: right click menu operations in directory view eidheim 2016-04-10 11:39:24 +0200
  • d7ba933801 Merge branch 'new_file_here' of https://github.com/milleniumbug/jucipp eidheim 2016-04-10 10:32:12 +0200
  • 5f311bd9a0 Made creating files in root directory possible milleniumbug 2016-04-09 21:19:24 +0200
  • eb819d9e12 Minor cleanup of the printing feature eidheim 2016-04-09 11:23:42 +0200
  • fd516299d4 Added source printing/exporting to pdf eidheim 2016-04-09 11:11:23 +0200
  • d315fa0b31 Merge branch 'cleanup_cmakelists' of https://github.com/cppit/jucipp eidheim 2016-04-08 08:31:40 +0200
  • c1edb29d02 Further mutex cleanup eidheim 2016-04-07 20:51:23 +0200
  • 3175ac2d90 Merge branch 'improve_exception_safety' of https://github.com/milleniumbug/jucipp eidheim 2016-04-07 17:05:53 +0200
  • 9eb883b49b Version set to 1.1.2 v1.1.2 eidheim 2016-04-07 08:47:05 +0200
  • 9b48521595 Updated libclangmm submodule added eidheim 2016-04-07 08:32:01 +0200
  • 7489777729 Updated libclangmm submodule to v0.9.5 release eidheim 2016-04-07 08:27:01 +0200
  • 9cd138b541
    renamed the "Create new file here" to "Create file" milleniumbug 2016-04-06 20:54:08 +0200
  • 889a112df2
    added opening the file on using the "create new file here" option milleniumbug 2016-04-06 20:41:21 +0200
  • c0910d9e1e Cleanup of CMakeLists.txt Jørgen Lien Sellæg 2016-04-06 19:28:58 +0200
  • 47f9f4599c
    added new directory tree feature: create new file here milleniumbug 2016-04-06 19:58:18 +0200
  • 655f084d22 Fixed keeping the mutex while sleeping milleniumbug 2016-04-05 19:00:46 +0200
  • d1c91cc5d1 Merge pull request #185 from milleniumbug/new_distributions Ole Christian Eidheim 2016-04-05 17:11:05 +0200
  • 649647abc5 replaced direct lock()/unlock() calls to mutex with unique_lock milleniumbug 2016-04-05 15:14:48 +0200
  • 27dfdc0dac Fixed a minor memory leak in Terminal::InProgress shared_ptr destructor eidheim 2016-04-04 22:55:02 +0200
  • ab8294b556 added installation procedure for Mageia 5 milleniumbug 2016-04-04 16:11:53 +0200
  • 105678a7aa Merge pull request #180 from eidheim/suggestion-terminal-and-fonts Ole Christian Eidheim 2016-04-04 14:22:30 +0200
  • 9da69c8dc8 Added missing line eidheim 2016-04-04 09:38:55 +0200
  • a6702746b5 Fixes #179 eidheim 2016-04-04 09:02:22 +0200
  • 0a592c54ab Smaller terminal font size now correctly set. Related to #179 eidheim 2016-04-03 23:19:36 +0200
  • 6d0d832c83 Reverted last commit, problematic when size is equal to 0. See #179 eidheim 2016-04-03 22:55:44 +0200
  • 24575797b2 Made the terminal font size 95% of the source font size. See #179 eidheim 2016-04-03 22:33:16 +0200
  • 3aed1e2eea Reverted directories font change eidheim 2016-04-03 22:17:26 +0200
  • 670d4bba14 Suggestion to #179 eidheim 2016-04-03 21:48:49 +0200
  • 7a32375fa3 Improved notebook tab CSS eidheim 2016-04-03 16:42:47 +0200
  • 64dc982a68 Prettier tabs in gtk>=3.20 U-olece-PC\olece 2016-04-03 16:35:30 +0200
  • 85142cb257 Fixes #176 eidheim 2016-04-03 09:19:42 +0200
  • 28eae2a12a Additional checks to reopened folder and files at startup eidheim 2016-04-03 09:06:18 +0200
  • 844fef2e8c Fixes #178 eidheim 2016-04-03 08:58:45 +0200
  • c9d0d2a2c2 Fixes #177 eidheim 2016-04-03 08:52:28 +0200
  • 31343961da Fixed notebook CSS for gtk versions >= 3.20 U-ole-PC\ole 2016-04-01 18:53:05 +0200
  • b535cdcd02 Improved tab styles for MSYS2 especially eidheim 2016-04-01 17:46:29 +0200
  • 7f4d996d11 Updated libclangmm submodule eidheim 2016-04-01 14:01:36 +0200
  • 2c101714bb Updated libclangmm submodule link eidheim 2016-04-01 13:43:25 +0200