Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-21 | SM: C++'11 iterators | George Hazan | |
2018-02-13 | StatusManager: profile addition dialog => UI classes | George Hazan | |
2018-02-13 | StatusManager: | George Hazan | |
- minor code cleaning; - version bump | |||
2018-02-13 | fixes #1145 (StartupStatus: crash in CMDL options) | George Hazan | |
strong type check rulez | |||
2018-02-09 | fix #1141 (Bug with KeepStatus options) | Goraf | |
2018-02-02 | fixes #1132 (KeepStatus doesn't work) | George Hazan | |
2018-02-02 | StatusManager: | George Hazan | |
- fixes #1129 (Status Manager broked. When I change profile - not happend) - all standard memory allocation routines replaced with mir_* (more effective) - classes used to allocate memory instead of manual code | |||
2018-01-29 | StatusManager: | George Hazan | |
- all protocol data really merged together; - duplicated settings arrays removed; - stupid protoList removed; - fixed #1119; - version bump | |||
2018-01-29 | unused code cleaned | George Hazan | |
2018-01-26 | code optimization | George Hazan | |
2018-01-05 | various cosmetic fixes for Russian langpack | dartraiden | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-13 | minor code cleaning | George Hazan | |
2017-12-13 | fixes #1065 (StartupStatus cannot apply changes) | George Hazan | |
2017-12-10 | - remove emails (if author retired - it's useless to write to him; if author ↵ | dartraiden | |
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure | |||
2017-12-06 | fixes #1054 (StatusManager cannot enable/disable modules "on the fly") | George Hazan | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | all rc files reverted to utf-8 | Kirill Volinsky | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-12-06 | fix after files conversation | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-27 | slightly optimized way of getting menu item's module name | George Hazan | |
2017-11-27 | add module name (part 1) | Kirill Volinsky | |
2017-11-23 | database enumerators => void* instead of LPARAM | George Hazan | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-10-24 | unified version resource with explicitly stated language & code page | George Hazan | |
2017-10-23 | Renamed readme.txt | Tobias Weimer | |
2017-10-18 | KeepStatus: fix for initial status assignment | George Hazan | |
2017-10-17 | fixes #999 (global variable leads to duplicate profiles) | George Hazan | |
2017-10-16 | fixes #999 (StartupStatus doesn't flush options if there were no profiles in ↵ | George Hazan | |
the database) | |||
2017-10-16 | StatusManager: atavism (manual options tab) in options removed | George Hazan | |
2017-10-15 | StatusManager: code cleaning | George Hazan | |
2017-10-15 | unused service removed | George Hazan | |
2017-10-14 | StatusManager to use the common hLangpack variable instead of dealing with ↵ | George Hazan | |
separate variables which refer to the same value anyway | |||
2017-10-12 | convert to ANSI (#990 related) | dartraiden | |
2017-10-09 | StatusManager: | George Hazan | |
- fix for the 'Ignore locked account statuses' checkbox behaviour; - massive code cleaning; - version bump | |||
2017-10-09 | MS_CLIST_SETSTATUSMODE => Clist_SetStatusMode() | George Hazan | |
dunno how I could miss it | |||
2017-09-18 | unneeded calls of DestroyServiceFunction() removed | George Hazan | |
2017-08-06 | Update all other files in repository to use https links for Miranda NG website | Robert Pösel | |
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel | |
2017-02-14 | fix for include duplicates & recursions | George Hazan | |
2017-02-10 | StatusManager: text tuning | dartraiden | |
2017-02-07 | warning fixes | George Hazan | |
2017-01-13 | unused function removed | George Hazan | |
2017-01-07 | StatusManager: Rework options to be more informative | Robert Pösel | |
2017-01-07 | StatusManager: Allow translation of subplugins' checkboxes | Robert Pösel | |
2017-01-07 | StatusManager: Move options to subpage | Robert Pösel | |
2017-01-07 | StatusManager: Respect if subplugin was disabled as dll previously | Robert Pösel | |
This makes a bit better update experience for users that used and disabled one of subplugins in the past, because they will be disabled by default after update to StatusManager. | |||
2017-01-06 | double memory freeing | George Hazan | |
2017-01-06 | StatusManager: | aunsane | |
- fixed translation - attempt to fix build on vs 2010 |