6 Commits (44e31bc0c4aac713bd69cd4aac39e3f82e3448a3)

Author SHA1 Message Date
eidheim 4525a596e5 Added Toggle Status to Window menu 4 years ago
eidheim 0cefe148fa Made use of the nlohmann/json library due to lacking JSON capabilities in Boost::PropertyTree 5 years ago
eidheim 50299e7b08 Renamed SearchView to CommonView 5 years ago
eidheim 11a5368ea4 Renamed instances in get() functions to instance 5 years ago
eidheim bd3dfab765 Added Zen mode 5 years ago
eidheim 480430ed16 Renamed C++ header and source files to use proper C++ file extensions. 6 years ago
eidheim a4adb778dc Can now search in terminal 6 years ago
eidheim 994306e26c Fixes #420: added Find Pattern to Source menu 6 years ago
eidheim 53eac52d9e Removed uses of deprecated override_font 6 years ago
eidheim 6eca4d6555 Added possibility to override theme font 7 years ago
eidheim bf984231d4 Formatted code with custom clang-format 8 years ago
eidheim 5d78509239 Tooltip background is now set through css instead of using deprecated functions 8 years ago
eidheim 1a6e40de9d Language protocol: tag tokens and open/close buffer now async, and fixed minor tooltip placement bug. Also now autocompletes after " and ' characters 8 years ago
eidheim 8a4cab0415 Additional information is stored and used between juCi++ sessions: line offsets of buffers, window size, run arguments, and debug run arguments, including remote debug settings. 8 years ago
eidheim 4d6a222b27 Replaced include guards with #pragma once 8 years ago
eidheim 39d977ce97 Fixes to last commit, see #326 9 years ago
Ingmar Lehmann 918bbba8c0 Implemented full screen feature 9 years ago
eidheim b54774748b Cleanup of menu item activations 9 years ago
eidheim 1a14cd2206 GUI changes in preparation for additional debug information: terminal is now directly below notebook 10 years ago
eidheim b27a4eb145 Removed unnecessary widgets from headers 10 years ago
Ole Christian Eidheim 2bc5d65251 Git integration through libgit2 (#244) 10 years ago
eidheim d18e8bef2c Added split window, fixes #235 10 years ago
eidheim d60dc40fed Overlay fix: drag and drop should now work again 10 years ago
eidheim 14ef75db3b Info messages: need at least gtkmm version 3.18 10 years ago
eidheim 213e80f4c0 Added brief info messages to top right corner 10 years ago
eidheim 679bbf151a Use default system theme if none specified in preferences. Default system theme is now default in juCi++ 10 years ago
eidheim 6aae196472 Made EntryBox a singleton for use in Directories, and fixed some includes 10 years ago
eidheim 9c69f18f18 Major project cleanup. Fixes #97 making it possible to support other build tools 10 years ago
eidheim 701f22c4cb Removed unneeded cmake-include in window.h 10 years ago
eidheim a717fe7b39 Removed hard DebugClang dependency in Terminal 10 years ago
eidheim e9cc73471d More project cleanup, getting there, soon done 10 years ago
eidheim da0dde1d6f Slight cleanup of project 10 years ago
eidheim 35ab881071 Finished project cleanup 10 years ago
eidheim 07a43c6bd8 WIP: project cleanup, added project classes so that the hard dependency towards clang is removed in Window. In this way, one can add run commands for other project and file types. 10 years ago
eidheim 97da5bd74b Minor cleanup 10 years ago
Ole Christian Eidheim bc7fcdf01d Added Show Variables in Debug menu 10 years ago
eidheim 19734953c2 Fixed crash when quitting juci in the middle of starting debug 10 years ago
eidheim d19fbd9cc7 Executable path escaping improvement 10 years ago
eidheim d131c7936f Added escaping of executables and cmake paths 10 years ago
eidheim 3d74cbba50 Added Project Set Run Arguments 10 years ago
eidheim 293d8bb35f Should now compile on Ubuntu 14 10 years ago
eidheim ba7c44d7f8 Fixes to debugging 10 years ago
eidheim 0843bff569 Thread safe debug implementation, and can now go to debug stop 10 years ago
eidheim e941b563d9 Added run debug command, and various fixes including more thread safe debug commands 10 years ago
eidheim 8905f8fc75 Added debug status and now shows the line where the debug process is stopped 10 years ago
eidheim 3244ec68f7 Debug variables now in tooltips, still some work left before creating the debug integration branch though 10 years ago
eidheim 1675305884 New singleton system without a singleton container class. 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 44091f86b6 Directories now derive from Gtk::TreeView instead of Gtk::ScrolledWindow. 10 years ago
eidheim 1221fe1529 Fixed the hide override issue discussed in #91. We should also add override elsewhere when appropriate. 10 years ago