summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM
AgeCommit message (Collapse)Author
2014-12-09code cleanup (by Mataes)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-09code cleanup over mir_sntprintf + small bug fixRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11295 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11285 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-04Db_autobackups: multiple changesRozhuk Ivan
+ varios fixs git-svn-id: http://svn.miranda-ng.org/main/trunk@11245 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-04- bin2hex() instead of manual loops;George Hazan
- change of icon packets git-svn-id: http://svn.miranda-ng.org/main/trunk@11239 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02more transparent implementation of AppendToBufferGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11222 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02fix for tab locations in Scriver & StdChatGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11216 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02mir_snprintf(..., "%s", ...) -> strncpy_s(...)Rozhuk Ivan
build fix to prevous commit git-svn-id: http://svn.miranda-ng.org/main/trunk@11212 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
fix some x64 ptr truncations git-svn-id: http://svn.miranda-ng.org/main/trunk@11211 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01static mir_tstrncpy replaced with direct _tcsncpy_s callsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11209 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01copyright updateGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11208 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01warning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11200 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01TabSRMM: Fix potential crash when setting statusbar text when TWindowData ↵Robert Pösel
doesn't exists yet git-svn-id: http://svn.miranda-ng.org/main/trunk@11197 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
small fixs cleanups git-svn-id: http://svn.miranda-ng.org/main/trunk@11188 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11184 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30new sorting functions appliedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30lstr* replacementsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30Fix buf size for Get/Set text, open/save file nameRozhuk Ivan
SMS: SIZE_T -> size_t MRA: small code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11175 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30Multiple fixes buff size for GetText and SetText.Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11165 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30code cleanup, x64 fixRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11163 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@11136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28crazy flag TTBST_RELEASED removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-26cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11097 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-26LoadIcon: wrong parameter typeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11095 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-26typo fix for themes.cppVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11087 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25TabSRMM fix after prev commit.Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11071 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11070 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11068 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25TabSRMM null ptr fixes and code cleanupRozhuk Ivan
require for review. git-svn-id: http://svn.miranda-ng.org/main/trunk@11065 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-18RichEd20.dll replaced with Msftedit.dllGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11011 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-13copyright year updateDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@10978 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-19variable name changeVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10833 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-19fix for wrongly written help for core variablesVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10828 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-07fix for setting both meta's & sub's status text at a timeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10726 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-04ancient junk removed from AVSGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-26- fix for the duplicated resource id;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@10599 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-22tabSRMM not to crash on non-existent contacts George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10560 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-16TabSRMM: Better default and minimum interval for send message timeoutRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@10476 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-15fix a multisend window resizer George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10456 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-15resources: comma in Conditional Clauses with "if":RMN
if the subordinate clause ("if clause") comes first, a comma should be used to separate it from the main clause, while no comma is needed if the "if clause" follows the main one. git-svn-id: http://svn.miranda-ng.org/main/trunk@10450 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-13code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10442 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-31double memory allocation revertedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10349 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-31code cleaning George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10348 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-29code cleaning towards smiley drawing George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10336 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-12more correct check for avatarsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10165 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-12fix for displaying avatars in tabSRMM when "Display avatars" option is ↵George Hazan
"always on" git-svn-id: http://svn.miranda-ng.org/main/trunk@10164 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-07TabSRMM: proper capitalizationDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@10121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-06- unused drawing code removed;George Hazan
- fixed some crazy nuances in the info panel avatar's resizer git-svn-id: http://svn.miranda-ng.org/main/trunk@10095 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-06Minor cleanup for tabsrmmTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@10094 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-05fix for a crash in tabSRMM after reloading langpackGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10083 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c