Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-23 | db_event_edit - new stub for editing messages | George Hazan | |
2018-09-21 | old crutch removed: error messages to go in Unicode | George Hazan | |
2018-09-20 | creepy crutch removed that was adding message ids after the binary zero in ↵ | George Hazan | |
message text | |||
2018-09-20 | fix for the proper return type of PROTO<>::RecvMsg | George Hazan | |
2018-09-19 | GetEventById & SetEventId - two new methods to operate with events by their ↵ | George Hazan | |
server ids | |||
2018-09-18 | warning fix + code cleanig | George Hazan | |
2018-09-18 | code cleaning | George Hazan | |
2018-09-16 | crash fix for setting unused OLE properties | George Hazan | |
2018-09-05 | no need to destroy non-existing icon | George Hazan | |
2018-09-04 | fixes #1581 (Bug with metacontact creating) | George Hazan | |
2018-09-02 | 30 chars aren't enough for long date representation | George Hazan | |
2018-09-02 | fixes #1574 (newly activated account's options aren't displayed when you ↵ | George Hazan | |
click on a checkbox in the Account Manager) | |||
2018-08-30 | fix of wrong status change processing, caused by a patch for #1304 | George Hazan | |
fixes #1321 (When connecting to only some protocols, the notification area icon shows offline icon) | |||
2018-08-29 | fixes #1555 (Import shouldn't import .bak second time in service mode) | George Hazan | |
2018-08-29 | ImportTXT blocked in the core & PluginUpdater | George Hazan | |
2018-08-29 | fix for more friendly conversion of file transfer events into text | George Hazan | |
2018-08-27 | these manual mir_free calls aren't needed anymore | George Hazan | |
2018-08-27 | fixes #1547 (Miranda crashes on import from mmap profile when VK plugin is ↵ | George Hazan | |
disabled) | |||
2018-08-27 | CMPlugin resource cleaning moved to the destructor of CMPluginBase | George Hazan | |
2018-08-18 | fixes #1463 (old behavior of smart profile opening must be returned) | George Hazan | |
2018-08-16 | forgoten reference to a tree event | George Hazan | |
2018-08-15 | duplicate function removed | George Hazan | |
2018-08-14 | fix for CreatePathToFileW prototype (missing const specifier) | George Hazan | |
2018-08-07 | missing method added | George Hazan | |
2018-08-07 | MDatabaseReadonly - base class for all read-only database drivers | George Hazan | |
2018-08-05 | Sounds: | George Hazan | |
- options dialog rewritten to UI classes; - fixes #1504 (Nudge cannot add sounds to Sounds page until reopen Settings) | |||
2018-08-02 | Miranda_WaitOnHandleEx - advanced wait function with pInfo parameter | George Hazan | |
2018-08-01 | fixes #1463 (Miranda asks to create database if already opened) | George Hazan | |
2018-08-01 | fixes #1530 (fake dummy account types shall not be available for addition) | George Hazan | |
2018-07-29 | unloaded plugin should be removed from servicePlugins too | George Hazan | |
2018-07-29 | Ini file shall be loaded immediately after database creation | George Hazan | |
2018-07-27 | Plugin options dialog: | George Hazan | |
- fixes #1514 (Miranda doesn't treat h++ as a history manager); - icons are now drawn automatically, when plugin gets loaded / unloaded | |||
2018-07-26 | unused variable removed | George Hazan | |
2018-07-25 | major code cleaning of all font-related structures | George Hazan | |
2018-07-25 | fixes #1524 (Options module in DB) | George Hazan | |
2018-07-24 | database: | George Hazan | |
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s. | |||
2018-07-23 | fixes #1510 (The import feature sometimes converts fields from unicode to ↵ | George Hazan | |
string, losing information) | |||
2018-07-20 | we don't need two name sets for the same array of functions | George Hazan | |
2018-07-19 | LANGPACK_INFO: language to be untranslatable field on native language ↵ | George Hazan | |
(Deutsch, Српска etc) | |||
2018-07-18 | if there's no need, let's not call that hook | 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 | nope.. this code must be executed each time we create a menu | 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 | fix for resetting menu in Clist_Modern | George Hazan | |
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 | |||
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-07-11 | fixes #1475 (langIds should be recalculated on langpack change) | George Hazan | |
2018-07-11 | GUI change: | George Hazan | |
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name) |