Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-23 | MetaContacts are always enabled | George Hazan | |
2018-03-23 | forgotten service MS_PROTO_CREATEACCOUNT replaced with Proto_CreateAccount() ↵ | George Hazan | |
call | |||
2018-03-22 | mir_app: massive fix for account processing in service mode | George Hazan | |
2018-03-22 | code cleaning | George Hazan | |
2018-03-22 | SetServiceModePlugin - core functionality exported from mir_app | George Hazan | |
2018-03-21 | DATABASELINK::Unload method replaced with the virtual destructor of ↵ | George Hazan | |
MDatabaseCommon | |||
2018-03-16 | entities' names to be started with capital letters | George Hazan | |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan | |
2018-03-16 | chat api: | George Hazan | |
- useless locks removed, because SM_FindSession already does locking; - lock added to SM_FindSessionByIndex because it's really needed | |||
2018-03-16 | LIST<>::indexOf(T**) - fast index calculation for direct iterators | George Hazan | |
2018-03-15 | more intelligent solution for #1186 (Hide DbChecker from VersionInfo) | George Hazan | |
2018-03-15 | LIST<> iterators: | George Hazan | |
- new method LIST::removeItem added to save a pointer to removed record; - code cleaning related to the fact that LIST::remove() shall be the last operation inside an iterator, because otherwise the reference to it will point to a record next to deleted one; - a few remaining cycles converted to iterators | |||
2018-03-15 | last item shall be nullified anyway, even if we're removing last element | George Hazan | |
2018-03-15 | warning fixes | George Hazan | |
2018-03-15 | MUCH more effective way of removing records from iterators | George Hazan | |
2018-03-15 | code cleaning | George Hazan | |
2018-03-15 | warning fix | George Hazan | |
2018-03-14 | reverse iterators for LIST<> | George Hazan | |
2018-03-14 | fix for clist events sorting order, manual sorting disabled | George Hazan | |
2018-03-14 | minor code cleaning | George Hazan | |
2018-03-13 | old hotkey saving code restored | George Hazan | |
2018-03-13 | chat engine: | George Hazan | |
- fixes #1174 (Group chat icons became "blank exe" icons if role cound exceeds 10); - unused chat api members removed; | |||
2018-03-12 | code cleaning | George Hazan | |
2018-03-12 | old manual array replaced with OBJLIST | George Hazan | |
2018-03-12 | cycle optimization | George Hazan | |
2018-03-10 | this nasty clutch isn't needed for a long time | George Hazan | |
2018-03-10 | GetDatabasePlugin(pszDriverName) - new function to retrieve a database link ↵ | George Hazan | |
by its short name | |||
2018-03-09 | more cleaning | George Hazan | |
2018-03-09 | more loop-related code cleaning | George Hazan | |
2018-03-09 | FreeImage: initialization order of internal plugins MUST pe same order as ↵ | aunsane | |
used in FREE_IMAGE_FORMAT enum (fixed #1177) | |||
2018-03-09 | more correct variant | George Hazan | |
2018-03-09 | fix for another over-optimiized loop | George Hazan | |
2018-03-08 | IMGL_WCHAR removed, all paths are in Unicode now | George Hazan | |
2018-03-08 | some old advaimg related code removed | George Hazan | |
2018-03-07 | old AdvaImg services converted into Image_* functions | George Hazan | |
2018-03-07 | bye-bye, Advaimg, you served us well for 15 years... | George Hazan | |
2018-03-07 | old C-style code is obsolete now because of MDatabaseCommon existence | George Hazan | |
2018-03-07 | some fixes | Kirill Volinsky | |
2018-03-06 | code cleaning | George Hazan | |
2018-03-06 | static buffers are evil | George Hazan | |
2018-03-06 | grrm... | George Hazan | |
2018-03-06 | PSN_WIZFINISH: new WM_NOTIFY event to be called when one of the options tabs ↵ | George Hazan | |
is changed | |||
2018-03-05 | switch to the locking schema of db3x_mmap, it's safer | George Hazan | |
2018-02-28 | bye-bye, windows heap. C++ runtime does it better | George Hazan | |
2018-02-25 | code cleaning | George Hazan | |
2018-02-25 | core: added CCtrlLabel for static text | aunsane | |
2018-02-25 | core: added OnClick event to CCtrlListView | aunsane | |
2018-02-24 | guard headers | Goraf | |
2018-02-23 | core: gui | aunsane | |
- new method IsChecked for CCtrlCheck - new methods GetUrl and SetUrl for CCtrlHypelink - new event OnClick for CCtrlHypelink - CCtrlSpin inherits from CCtrlData | |||
2018-02-23 | thy shall not call remove() inside iterators, or break a loop immediately | George Hazan | |