summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2014-12-02bugfix: last symbol got eatenGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11225 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02less warningsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11224 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02useless calls of mir_*strlen in DrawText replaced with -1George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11223 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-02minus one unneeded mir_tstrlenGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11219 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02fix for printing grouped messages' timestampGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11218 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02fix for logging unicode strings in ScriverGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11217 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-01cretinous PVS with its cretinous heuristicsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11207 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11204 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-01- more warning fixes;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@11191 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01webview build fixRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11189 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-01fix buf size for mir_sntprintf()Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11186 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01code cleanupRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11185 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-30mir_strcmp, mir_strcmpi, mir_wstrcmp, mir_wstrcmpiGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11179 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30FillMemory -> memsetRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11177 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-30icons in filters project files (by person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11172 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30safe lstr* replacements: mir_strlen, mir_wstrlen, mir_strcpy, mir_wstrcpy, George Hazan
mir_strncpy, mir_wstrncpy, mir_strcat, mir_wstrcat, mir_strncat, mir_wstrncat git-svn-id: http://svn.miranda-ng.org/main/trunk@11171 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30warning fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11170 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30icons in filters project file of historystats (by person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11167 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-29MirandaG15: code cleanup.Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11162 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-29webview: code cleanup + x64 fixRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11160 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-29Exchange: code refactoring. Review requred: suspect lost res free on errors.Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11159 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-29attempt to fix the endless recursion rebuilding the toolbar when AutoSize=1 George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11158 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-29code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-29finally catched wrong memory allocation in variablesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11156 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-29ConnectionNotify: code refactoring.Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11155 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-29Spamotron: code refactoring. Review and tests required.Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11153 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-29-Fixed a bug in Ping and other small things reported in #837Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@11151 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-29memory allocation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11149 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-29icon added tooVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11147 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-29CrashDumper: "Copy link to clipboard" item added (patch by person)Vadim Dashevskiy
- langpacks/english: update; - langpacks/russian: update; git-svn-id: http://svn.miranda-ng.org/main/trunk@11146 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28-Fix for some random bug with metacontacts (maybe #821), reported in #837Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@11145 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28-Fix for some random bug with metacontacts (maybe #821), reported in #837Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@11144 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28git-svn-id: http://svn.miranda-ng.org/main/trunk@11143 ↵George Hazan
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28git-svn-id: http://svn.miranda-ng.org/main/trunk@11142 ↵George Hazan
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28another compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11141 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c