0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 3 hours ago.
Apr 20, 2023 — Apr 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #328 from Kolcha/code_cleanup More... over 7 years ago
-2 warnings about unused variables
Nick Korotysh
as Kolcha
More... over 7 years ago
Fix CI build on Appveyor More... almost 8 years ago
Replace #ifdefs with custom spellchecker.cpp for OSX More... about 8 years ago
Merge branch 'hotfix/v0.11.3' into develop More... about 8 years ago
Update WiX configuration for Qt 5.4 More... about 8 years ago
Update README for v0.11.3 More... about 8 years ago
Update Russian translations More... about 8 years ago
Merge pull request #299 from zx2c4/develop More... about 8 years ago
Bump version to v0.11.3 More... about 8 years ago
Merge pull request #301 from Kolcha/osx-fix-build More... about 8 years ago
fixed build
Nick Korotysh
as Kolcha
More... about 8 years ago
[#285] safely write files More... about 8 years ago
[#97] Use native line ending during file saving More... about 8 years ago
[#273] only initialize model if file explorer dock is visible More... about 8 years ago
Fix compile warnings by changing init order More... about 8 years ago
RecentFiles: Always use absolute path More... about 8 years ago
RecentFiles: Always use absolute path More... about 8 years ago
Merge pull request #295 from dbelyaev/feature/status-widget-and-ruler More... about 8 years ago
correct column position in multi-line (wrapped line) as suggested by cloose More... about 8 years ago
Qt coding style applied More... about 8 years ago
fixed typo More... about 8 years ago
removed redundant check for NULL while testing pointers More... about 8 years ago
using c++11 to iterate trought array instead of old foreach syntax More... about 8 years ago
returned back commit 37ecdbf by cloose More... about 8 years ago
Merge branch 'develop' of https://github.com/dbelyaev/CuteMarkEd into feature/status-widget-and-ruler More... about 8 years ago
merged ActionLabel class into ActiveLabel class More... about 8 years ago
Merge pull request #290 from dbelyaev/bugfix/pdfexport-loses-links More... about 8 years ago
changed vertical ruler opacity to 50% as it looks better when using dark themes More... about 8 years ago
moved editor's status bar into separate widget and called it StatusBarWidget added ActionLabel class (inherits from ActiveLabel) that is using QAction (useful to sync menu action and widgets in status bar) added Editor options to show\hide column\rows in status bar (save\load for them too) added Editor options to show\hide column\rows in status bar (save\load for them too) better look for current style and current "html source" switches in status bar added drawing vertical ruler in editor widget options to enable\desible vertical ruler drawing in editor window at defined column posiiton (save\load for them too) fixed layout for font\size settins a littl in options dialog to get rid of not flexible gaps More... about 8 years ago