412 Commits (0d96cd5ce1cac0471c9284ad9d114f2f7caeb6ce)
 

Author SHA1 Message Date
eidheim 9d3cda4199 More code cleanup: get_autocomplete_suggestions (previously GetAutoCompleteSuggestions) now only in Source::Parser class. 11 years ago
eidheim ef4f12469a sleep_for instead of yield reduces the cpu load. 11 years ago
eidheim 394d6284eb join the parse_thread only if its joinable (created in this case). 11 years ago
Ole Christian Eidheim 63dac5e737 Forgot to destroy thread in Source::Controller-destructor. 11 years ago
eidheim b7af345e84 Added const to controllers reference. 11 years ago
eidheim 81229a287c More code cleanup. Removed dependency notebook.h from the Source-classes. Support for other languages than C++ can soon be added by implementing an interface of Source::Parser, but this is not something I will prioritize. 11 years ago
eidheim 59449bfcb9 Added missing #include<atomic>. 11 years ago
Jørgen Lien Sellæg bca64014af Add mark of current search result, needs more work 11 years ago
Ole Christian Eidheim b2bf3b317b Merge pull request #4 from cppit/master 11 years ago
eidheim 0bd7470d28 Last crash when writing code hopefully fixed. Taking care now not to read from view-buffer in a thread (only do this in GTK-main-thread). 11 years ago
Jørgen Lien Sellæg 6adc240bb8 Merge branch 'master' into searchandreplace 11 years ago
Jørgen Lien Sellæg 53ac248664 Merge branch 'master' of https://github.com/cppit/jucipp 11 years ago
Jørgen Lien Sellæg 48d5e4a8fe Merge branch 'master' of https://github.com/cppit/jucipp into searchandreplace 11 years ago
Jørgen Lien Sellæg 5fffd044eb Update README.md 11 years ago
eidheim f5954ee786 is_saved and is_changed is set in source.h I saw now. 11 years ago
eidheim d324d99c05 Cleanup of Source::Model (renamed Source::Parser) and Source::Controller. 11 years ago
Ole Christian Eidheim 798280c418 Merge pull request #3 from cppit/master 11 years ago
Jørgen Lien Sellæg 07d7741928 Add wrapping search 11 years ago
Jørgen Lien Sellæg 6602bc58dd Scroll to on search now works 11 years ago
es 12797ad10b Merge branch 'master' into searchandreplace 11 years ago
es c2da91c978 Proof of concept 11 years ago
es 1b1878f5c0 Remove printlines 11 years ago
es d57b18c144 Add custom background color 11 years ago
Ole Christian Eidheim a1173b98c3 Merge pull request #2 from cppit/master 11 years ago
Jørgen Lien Sellæg 472a6d427d Minor change 11 years ago
Jørgen Lien Sellæg b72d067c83 Add more configurations. Font, background, show line numbers, highlight current line 11 years ago
eidheim 80cae66884 Yet another minor indentation fix. 11 years ago
eidheim 4a97b73cf3 minor fix to indentation. 11 years ago
eidheim bd32ff013d Indentation done I think. 11 years ago
eidheim a180682eb2 Now, undo does not go back to when textbuffer was empty. Fixed crash when closing tabs while processing source. 11 years ago
eidheim 88a0713128 Fixed crash. 11 years ago
eidheim 2f88e75581 Moved indenting to source.cc, added tab_size in config.json, some smaller bugfixes, Gsv::init is in juci.cc, right after Gtk::Application::create as in examples. Also some improvements to indenting. 11 years ago
Ole Christian Eidheim f6d9984d79 Merge pull request #1 from cppit/master 11 years ago
eidheim bd3f3739a4 Added Gsv::init(), and changed behaviour of home and end keys slightly. 11 years ago
Jørgen Lien Sellæg 496e962079 Fixes #3 Add undo and redo by hotkey 11 years ago
Jørgen Lien Sellæg 5c3877cd3c Merge pull request #2 from eidheim/master 11 years ago
eidheim 954ae00517 Removed previous linenumbering. Scrolling now works on both enter and paste text. 11 years ago
eidheim 689304712a Now using gtksourceviewmm. 11 years ago
eidheim fa1cce63ba Added some very basic indentation. Improvements needed. 11 years ago
eidheim 4e2200ea1b Works now without std::min(buffer->get_text.size(), raw_size) it seems. 11 years ago
eidheim 872a61beb7 Removed dangerous use of vector<const char*>. Opening files in a project now work every time. 11 years ago
eidheim e64fe65e09 OS X support almost done. Fixed a crash using Glib::Dispatcher, also resulted in simpler code in source.cc. 11 years ago
Jørgen Lien Sellæg c28b616d28 Update README.md 11 years ago
Jørgen Lien Sellæg f4591592bf Update README.md 11 years ago
Jørgen Lien Sellæg fcb1132f21 Update README.md 11 years ago
Jørgen Lien Sellæg 80ecca9d24 Remove comments 11 years ago
Jørgen Lien Sellæg 799715c6b1 Update README.md 11 years ago
Jørgen Lien Sellæg b4faeb527e Fix install 11 years ago
Jørgen Lien Sellæg 4a066bcb13 Remove couts 11 years ago
Jørgen Lien Sellæg bee11a2504 move lock 11 years ago