Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-19 | langpacks/polish: if we need translate this, we can just add this to /english | dartraiden | |
2018-07-19 | langpacks/polish: this string already in /english | dartraiden | |
2018-07-19 | langpacks/english: update | dartraiden | |
2018-07-19 | Language pack loader to call GetLocaleInfo() only if language name is missing | George Hazan | |
2018-07-19 | LANGPACK_INFO: language to be untranslatable field on native language ↵ | George Hazan | |
(Deutsch, Српска etc) | |||
2018-07-19 | langpacks: it was a bad idea | dartraiden | |
2018-07-19 | StatusManager: per Settings | dartraiden | |
2018-07-19 | IRC: add BelarusIRC | dartraiden | |
2018-07-19 | Remove useless docs | dartraiden | |
2018-07-19 | BelarusIRC added to the IRC server list | George Hazan | |
2018-07-19 | fix for wrong assert in libmdbx | George Hazan | |
2018-07-18 | no need to crash inside assert in runtime | George Hazan | |
2018-07-18 | if there's no need, let's not call that hook | George Hazan | |
2018-07-18 | this flag isn't needed too | George Hazan | |
2018-07-18 | Weather: | George Hazan | |
- persistent connection removed due to memory corruption problems; - warning fixed; - version bump | |||
2018-07-18 | Tox: updated libtox to v0.2.3 | aunsane | |
2018-07-18 | updated libsodium | aunsane | |
2018-07-17 | minor code cleaning | George Hazan | |
2018-07-17 | AssocMgr: | George Hazan | |
- fixes #1506 (AssocMgr: some protocols have icon only if checked); - massive code cleaning; - version bump | |||
2018-07-17 | Fix regression introduced in e5e268f1267ac0a16303081f1532fa1597911887 | dartraiden | |
"View modes" string must be present in the language package | |||
2018-07-17 | added error logger for libmdbx | George Hazan | |
2018-07-16 | section name to be also translated | George Hazan | |
2018-07-16 | fix for buffer overrun | George Hazan | |
2018-07-16 | fixes #1497 (StartupStatus: add icon section name to langpack) | George Hazan | |
2018-07-16 | fixes #1493 (Miranda IRC protocol crash when checking channel modes) | George Hazan | |
2018-07-16 | fixes #1503 (Clist_blind: Main menu has gone) | George Hazan | |
2018-07-16 | code cleaning related to Nudge plugin | George Hazan | |
2018-07-16 | fixes #1505 (AssocMgr: cannot disable MSN integration) | George Hazan | |
2018-07-16 | AssocMgr: code cleaning | George Hazan | |
2018-07-16 | nope.. this code must be executed each time we create a menu | George Hazan | |
2018-07-16 | MirLua - fix for variables parser | George Hazan | |
2018-07-16 | Unify special keys names | dartraiden | |
2018-07-16 | Jabber: code cleaning | dartraiden | |
This should be spaces, not tabs | |||
2018-07-16 | Move some docs to wiki | dartraiden | |
AssocMgr and AutoShutdown docs moved to wiki. | |||
2018-07-16 | langpacks/russian: fix translation | dartraiden | |
2018-07-16 | WebView: resource cosmetic | dartraiden | |
2018-07-15 | MirLua: initial support of variables eval | aunsane | |
- added math functions | |||
2018-07-15 | langpacks/russian: partial fix for #1477 | dartraiden | |
2018-07-15 | MirLua: add Evaluate option page to test scripts | aunsane | |
2018-07-15 | Clist_Modern: fix for a background image | George Hazan | |
2018-07-15 | Amend template to work with current MsgExport header | LittleVulpix | |
There is an extra \s causing the regex to not match. | |||
2018-07-15 | fixes #1494 (Clist modern: cannot save "default" selection mode) | George Hazan | |
2018-07-15 | fixes #1495 (WebView: radioboxes behaviour) | George Hazan | |
2018-07-14 | in fact we need to do that only once, not during langpack reset | George Hazan | |
2018-07-14 | fix for the owner drawn menu bar | George Hazan | |
2018-07-14 | fixes #1496 (TabSRMM: crash when opening Settings > Message sessions > ↵ | George Hazan | |
Groupchats> Highlighting) | |||
2018-07-14 | fix for resetting menu in Clist_Modern | George Hazan | |
2018-07-14 | unused constant removed | George Hazan | |
2018-07-13 | fixes #1471 completely (Clist_nicer: some elements cannot be translated on ↵ | George Hazan | |
the fly) | |||
2018-07-13 | Contacts lists: | George Hazan | |
- duplicate IDR_CLISTMENU resources removed, the only copy remains in mir_app.dll; - local variable g_hMenuMain removed from Clist_Modern and replaced with g_clistApi.hMenuMain; - duplicate code removed from Clist_Modern (CLUI::CreateCluiFrames()) - fixes #1465 (StdClist: "Status" menu cannot change language on the fly); - fixes #1467 (Clist_blind: menu cannot change language on the fly); - fixes menu-related part in #1471 |