summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM
AgeCommit message (Collapse)Author
2018-04-11TabSRMM: fix for the correct default value of TaskbarSmallIconsGeorge Hazan
2018-04-11compilation fixGeorge Hazan
2018-04-11TabSRMM:George Hazan
- one shall not mix width & height; - CSkin::ResizeBitmap became completely useless after linking FreeImage in
2018-04-11if a user's avatar was changed, redraw it and all related objects (including ↵George Hazan
thumb window in a taskbar) fixes #1249
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-06code cleaningGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescriptionGeorge Hazan
2018-04-04code cleaningGeorge Hazan
2018-04-04TabSRMM: very complicated & non-linear dependency between BBCodes & toolbar ↵George Hazan
buttons visibility removed
2018-04-03TabSRMM: Chat filter works only after click #1242aunsane
2018-04-03unneeded size fields removedGeorge 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-16fix for writing "Chat/FilterEnabled" BYTE=1 into the databaseGeorge Hazan
2018-03-15MUCH more effective way of removing records from iteratorsGeorge Hazan
2018-03-15TabSRMM: fixed rss protocol nameKirill Volinsky
2018-03-14reverse iterators for LIST<>George Hazan
2018-03-13chat engine:George Hazan
- fixes #1174 (Group chat icons became "blank exe" icons if role cound exceeds 10); - unused chat api members removed;
2018-03-11fixes #1181 (TabSRMM: bug with event handling)George Hazan
2018-03-09more loop-related code cleaningGeorge Hazan
2018-03-08IMGL_WCHAR removed, all paths are in Unicode nowGeorge Hazan
2018-03-08remove Advaimg from installersdartraiden
2018-03-07old AdvaImg services converted into Image_* functionsGeorge Hazan
2018-03-06PSN_WIZFINISH: new WM_NOTIFY event to be called when one of the options tabs ↵George Hazan
is changed
2018-02-24more nullptrGoraf
2018-02-24guard headersGoraf
2018-02-22fixes #1115 (Enable sound effects option bug)armen
2018-02-21tabsrmm: C++'11 iteratorsGeorge Hazan
2018-02-15no need to do the same job twiceGeorge Hazan
2018-02-15fixes #1152 (TabSRMM: container settings use non-standard back color)George Hazan
2018-02-12useless CCtrlEdit removedGeorge Hazan
2018-02-04the error code of db_event_get() should be checkedGeorge Hazan
2018-02-04old code reverted to use the loop counter correctlyGeorge Hazan
2018-01-26code optimizationGeorge Hazan
2018-01-26MS_IMG_LOAD replaced with Bitmap_Load where possibleGeorge Hazan
2018-01-26AdvaImg:George Hazan
- freeimage extracted to the separate library; - FI_INTERFACE removed, all references to it are replaced with direct calls of FreeImage_* functions; - unified project for AdvaImg
2018-01-22tabSRMM: empty highlight list isn't stored in profileGeorge Hazan
2018-01-19tabSRMM: it should be possible to set default style for the message input ↵George Hazan
area's font
2018-01-17TabSRMM:George Hazan
- fixed: status icons in group chats aren't changed when needed - the status bar redraw procedure seriously optimized
2018-01-01massive copyright updatedartraiden
2017-12-27obsolete structure ADDCONTACTSTRUCT, service MS_ADDCONTACT_SHOW and whole ↵George Hazan
m_addcontact.h removed and replaced with Contact_Add* functions
2017-12-26standard color table exported from coreGeorge Hazan
2017-12-26TabSRMM:George Hazan
- custom color chooser removed; - unused menu items removed; - version bump
2017-12-20fix for a quirk in a group chat entry fieldGeorge Hazan
2017-12-13tabSrmm: resource code cleaningGeorge 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-06fixes #1049 (memset cannot be used to scrub memory)George Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)