summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-05-03code cleaningGeorge Hazan
2018-05-03StdMsg to update status line when focus moves to a windowGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-30fixes #1285 (current tab is not updated on end resize)George Hazan
2018-04-29fixes #1270 (separate message area font color for chats & groupchats)George Hazan
2018-04-25unused WM_GETMINMAXINFO handlers moved to the containerGeorge Hazan
2018-04-25fixes #1302 (multiple problems with StdMsg window resizer)George Hazan
2018-04-25the less flicker the betterGeorge Hazan
2018-04-25fixes #1301George Hazan
2018-04-20fix for setting container's nameGeorge Hazan
2018-04-20fix for closing all another tabs but the current oneGeorge Hazan
2018-04-20StdMsg: fixes #1286 (wrong double click behavior for groupchats)George Hazan
2018-04-20fix for wrong options' default valuesGeorge Hazan
2018-04-20Windows resources are in deep shit (fixes #1289)George Hazan
2018-04-20StdMsg: fixes #1291 (rclick -> Close tab doesn't close a tab)George Hazan
2018-04-20StdMsg: code cleaningGeorge Hazan
2018-04-20fixes #1288George Hazan
2018-04-20code cleaningGeorge Hazan
2018-04-20fixes #1290George Hazan
2018-04-20StdMsg: tab processing unificationGeorge Hazan
2018-04-19fixes #1283 completelyGeorge Hazan
2018-04-19StdMsg: middle click on tabs doesn't really closes windowGeorge Hazan
2018-04-15suddenly chkCtrlSupport lost a link with g_dat.bCtrlSupport in StdMsg's optionsGeorge Hazan
2018-04-08stupid option removed from group chats according to results of votingGeorge Hazan
2018-04-07Proto_GetStatus is used everywhere instead of PS_GETSTATUSGeorge Hazan
2018-04-07status caching moved from MenuItem to PROTOACCOUNT - this is very effectiveGeorge Hazan
2018-04-07Clist_GetRealStatus & Clist_GetGeneralizedStatus: common code moved to mir_appGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnClcOptionsChanged => Clist_ClcOptionsChangedGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnGetGroupCountsText => Clist_GetGroupCountsTextGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnClcStatusToPf2 => Clist_ClcStatusToPf2George Hazan
2018-04-06CLIST_INTERFACE::pfnGetDefaultExStyle => Clist_GetDefaultExStyleGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnGetFontSetting => Clist_GetFontSettingGeorge Hazan
2018-04-06code cleaningGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-04-05bunch of obsoleted CLIST_INTERFACE::Tray* methods removed or moved to Clist_T...George Hazan
2018-04-05CLIST_INTERFACE::pfnLoadContactTree => Clist_LoadContactTreeGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescriptionGeorge Hazan
2018-04-03unneeded size fields removedGeorge Hazan
2018-04-03Accounts() : iterator for accountsGeorge Hazan
2018-04-03code cleaning: old unions replaced with MAllStrings & MAllStringsArrayGeorge Hazan
2018-04-03CLIST_INTERFACE:George Hazan
2018-03-26code cleaningGeorge Hazan
2018-03-16entities' names to be started with capital lettersGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-03-15LIST<> iterators:George Hazan
2018-03-15MUCH more effective way of removing records from iteratorsGeorge Hazan
2018-03-14reverse iterators for LIST<>George Hazan
2018-03-09more loop-related code cleaningGeorge Hazan
2018-02-24guard headersGoraf
2018-02-21StdMsg: C++'11 iteratorsGeorge Hazan