summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-02-08low-level database access functions rewritten to MCONTACT instead of HANDLE ↵George Hazan
hContact git-svn-id: http://svn.miranda-ng.org/main/trunk@8067 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-03- new helpers for reading db strings into static buffers;George Hazan
- MS_DB_CONTACT_GETSETTINGSTATIC died; - DBCONTACTGETSETTING is detouched from all services; - these service calls are rewritten using parameters git-svn-id: http://svn.miranda-ng.org/main/trunk@8035 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-02switch to modern helpersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8018 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-02m_database.h is not needed in many casesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8017 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-01unused file deletedTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@7983 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-01missing checks addedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7982 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-31debug print added for the threads being forcibly killedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7977 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-31minor text change to simplify translationTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@7974 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-29small cosmetic changeVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@7948 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-29Core: decapitalizationDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7939 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-28fix for the default font settings for StdClistGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7931 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-28minor code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7928 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-27StcChat: "Show status changes" option disabled for a whileGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7918 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-26db3x marked is obsoletedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7903 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-25end of version zooGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-24fix to allow translations with the leading [George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7867 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-24oops... forgotten that shitty pascal still cannot export variablesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7858 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-24this explicit destroy() is needed for the dynamic langpack reloadGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7855 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-23fix for chat logs & FoldersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7845 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-23dbx_mmap to verify password before checking fileGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7835 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-22one more checkGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7834 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-22huh-huh... still need a check for wrong parameters passed (from borkra, ↵George Hazan
zihrono levraha) git-svn-id: http://svn.miranda-ng.org/main/trunk@7833 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-22crash in StdChat on reloading font/color settingsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-21- new typed helper, WindowList_Create, to create a window listGeorge Hazan
- new service, WindowList_Destroy, to destroy a window list - internal windowlist.cpp implementation rewritten to LIST<> git-svn-id: http://svn.miranda-ng.org/main/trunk@7823 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-21fix for crash in StdMsg dynamic unloadGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7822 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-21minor code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7820 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-21a copy of log style manager removed from tabSRMMGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7819 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-21- OnSessionCreate was called too early;George Hazan
- function names normalization git-svn-id: http://svn.miranda-ng.org/main/trunk@7818 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-21small adjustmentVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@7813 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-21"userlist", "user list", "nicklist" -> "nick list"Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7812 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-21fix for window flashing in StdChat & ScriverGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7809 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-21same story with the parameres' order in wildcmptGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7808 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-20- MessageBoxFont setting moved from kernel to StdChat;George Hazan
- tabSRMM default settings restored git-svn-id: http://svn.miranda-ng.org/main/trunk@7807 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-20- retrieving default font name from Windows themes;George Hazan
- set Webdings as the default font name for tabSRMM font #17; git-svn-id: http://svn.miranda-ng.org/main/trunk@7806 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-20fixes $531 (ability to highlight messages by a role)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7803 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-20fix for a crash when Miranda cannot be started normallyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7788 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-19- chat log background color setting merged with kernel chats;George Hazan
- constants for chat modules git-svn-id: http://svn.miranda-ng.org/main/trunk@7780 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-19forgotten icons' headers recalculationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7779 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-19spelling correctionDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7774 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-19very tricky way to shot a leg...George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7773 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-19- in tabSRMM the small icon's size is 12, not 10;George Hazan
- fix for log icons in StdChat git-svn-id: http://svn.miranda-ng.org/main/trunk@7765 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-19fix for log icons sizeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7764 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-19fix for the log icons' backgroundGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7762 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-19chat log icons are backGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7761 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-19stdmsg outgoing icon flipped (thx person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@7760 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-19fix for dynamic fonts registeringGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-19boolean field names normalizationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-19StdChat to close all windows on exitGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7750 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-19fix against loosing chat sessions during chat plugin's unloadGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7746 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-19fix for rereading nicklist colors in tabSRMMGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7744 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c