676 Commits (93b226c64241b7a38f93226ab1fc628bdfed746b)

Author SHA1 Message Date
eidheim da62ee9bd6 Fixes #130, but need some testing before merge 10 years ago
eidheim cda802676e Work in progress related to #130 10 years ago
eidheim 80d4a84961 Fixes #128 10 years ago
eidheim 1da102a8ab Now setting PROJECT_NAME correctly even when using variables within project, and if these variables change after using the project function 10 years ago
eidheim c52e6b9cf1 Fixes #124 10 years ago
Akshay Shekhervoldyman666@gmail.com 168698fae4 Removed and as per the TODO's 10 years ago
Ole Christian Eidheim d542a91c1f Changed default next and previous tab keys to ctrl-tab and ctrl-shift-tab 10 years ago
Ole Christian Eidheim 6b40e0e0ec Added correct next/previous tab keys for Linux (as in Chromium). Previous default keys did not work for me at least. 10 years ago
eidheim a136eed3cb Fixed autocomplete error handling 10 years ago
eidheim d4964f41cd Changed to version 1.0.0 10 years ago
U-olece-PC\olece a77da5e0be Fixed directory tree focus by comparing boost::filesystem instead of std::string 10 years ago
U-ole-PC\ole 61b2af3a38 All MSYS2 paths should now be ok 10 years ago
U-olece-PC\olece 490a09812c Fixed file paths for MSYS2 on new file and open actions 10 years ago
eidheim 291c0509bd Better find tab char and size function 10 years ago
eidheim 1675305884 New singleton system without a singleton container class. 10 years ago
eidheim e5b6ccb1e7 Now uses files from eidheim/tiny-process-library 10 years ago
U-olece-PC\olece a237d776c3 Removed unused include 10 years ago
U-olece-PC\olece b76a2f1c64 process cleanup. 10 years ago
eidheim 509891270f Notebook labels are now slightly smaller in height 10 years ago
eidheim b2fa9d1bba Focus fix for notebook tabs 10 years ago
eidheim 2b953d6d03 Minor comment changes in the process files. 10 years ago
eidheim 0f61427b7d Minor rename 10 years ago
U-olece-PC\olece 1723e5f05f Fixed a memory leak and updated a comment 10 years ago
U-olece-PC\olece aff1640691 Fixed use of backslash in process commands. 10 years ago
eidheim ffc6c3819b More robust process functions. 10 years ago
U-ole-PC\ole bd1be79697 Fixes #100 10 years ago
Jørgen Lien Sellæg 06cc6590e5 #100 Revert sh until fixed 10 years ago
eidheim 104cff4674 Minor name change in include guard of process.hpp 10 years ago
eidheim c38e3dc7af Minor cleanup of process class and functions. 10 years ago
eidheim e2c501db17 Minor cleanup of process* 10 years ago
eidheim 800ab3486c A minor fix to process comments. 10 years ago
eidheim a1e529aab0 Fixed a bug in tab labels that lead to wrong labels being marked as changed if a reordering of the tabs had been done. 10 years ago
eidheim 29f2cc2f55 Some cleanups to process* 10 years ago
eidheim d7a48e30fe Fixed some issues with the new terminal/process source 10 years ago
eidheim 1a7c0831be Renamed MSYS2_PROCESS_USE_SH to MSYS_PROCESS_USE_SH 10 years ago
U-olece-PC\olece 2b8e729447 Fixes to windows processing and some general processing issues. 10 years ago
U-olece-PC\olece e7c70ac1be Added Windows process support. Also temporarily using dialogs_unix on Windows because of missing function in MSYS2. 10 years ago
eidheim ccd0251179 Added missing include in process_unix.cc 10 years ago
eidheim 18ead2f820 Terminal and process cleanup. Added Process class with unix implementation, Windows implementation coming soon. 10 years ago
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 307f6b4be6 Tiny style fix to #96 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 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