summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern
AgeCommit message (Collapse)Author
2014-12-03code cleaning using mir_cs*George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11227 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-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-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-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-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-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-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-28crazy flag TTBST_RELEASED removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-27Clist_modern: code cleanup, review requiredRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11113 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-29code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-17- MS_CLIST_REMOVECONTEXTFRAMEMENUITEM, MS_CLIST_REMOVESUBGROUPMENUITEM & ↵George Hazan
MS_CLIST_REMOVEGROUPMENUITEM removed; - minor code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@10496 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-17MS_CLIST_REMOVETRAYMENUITEM - never used at all. RIPGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10494 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-16MS_CLIST_REMOVEMAINMENUITEM also removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10480 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-14crash fix for bad skin imagesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10446 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-02Clist_modern: Naive workaround for drawing group counts with ellipsis when ↵Robert Pösel
there is still space git-svn-id: http://svn.miranda-ng.org/main/trunk@10356 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-20cosmeticsVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10241 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-05'xStatus' correctionDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@10071 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-02correct defaults restored for clist_modernGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10016 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-27rest of embedded clistsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9973 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-26- unified bkChanged processing;George Hazan
- clist background bitmap processing also moved to the core git-svn-id: http://svn.miranda-ng.org/main/trunk@9950 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-26all clists to inherit the kernel settings loading codeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9948 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-26same parameter for clist_modernGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9946 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-24also we don't have to react when a chat gets dropped George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9938 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-24we don't allow a groupchat to be drag-n-dropped on a contactGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9937 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-23direct access to META_PROTO removed from clist_modernGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9928 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-21ratings are also used now to calculate a sub's visibilityGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9909 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-21"Hide offline subcontacts" option removed, subs now inherit the display mode ↵George Hazan
of the usual contacts git-svn-id: http://svn.miranda-ng.org/main/trunk@9908 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-21clist_modern: mc icons should be used by default George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9907 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-18fix for a trash in clist_modern's tray icons' creationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9856 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-18clist_modern: typo (fixes #744)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@9841 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-17- manual critical section control replaced with mir_cslock;George Hazan
- unused variables removed; git-svn-id: http://svn.miranda-ng.org/main/trunk@9838 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-16in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to ↵George Hazan
be omitted if the size of first one is fixed (not to contaminate sources with the excessive code) git-svn-id: http://svn.miranda-ng.org/main/trunk@9829 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-04standardizing the control over checkboxes in clistGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-04clist_modern: toggle subs too in built-in clistsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9680 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-03Clist_modern: Remove unused text from optionsRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@9661 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-30Clist_modern: resource tweakDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@9631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-29- unused fields and functions removed;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@9623 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-25MetaContact -> metacontact; decapitalizationDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@9573 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-14code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9483 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-11unused module removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9434 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-09clist_modern project cleanup (by person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@9430 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-09icon's filename fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9429 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-08Clist_modern: add icons to menu itemsslotwin
add icons to IcoLib remove unused code proper capitalization git-svn-id: http://svn.miranda-ng.org/main/trunk@9425 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-31project cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@9380 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c