summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Collapse)Author
2014-01-03this array requires an icolib and must be destroyed manuallyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7476 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-02added destructor LIST::~LIST, that calls destroy() automatically.George Hazan
thus manual call of destroy() might be removed from: - class destructors; - Unload() plugin's functions (for global data); - local (auto) variables in functions finalizations git-svn-id: http://svn.miranda-ng.org/main/trunk@7467 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-02huh... no STL in the core at allGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7465 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-02minus std::string & 3 std::vectorsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7461 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-02name conflict resolutionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7454 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-02git-svn-id: http://svn.miranda-ng.org/main/trunk@7452 ↵George Hazan
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-02various garbage cleaning in extra iconsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7451 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-01patch not to destroy managed status line icons George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7441 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-01copyright update for year 2014George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-31crash fix for reading old file transfer eventsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7437 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-30fix for options dialog: current options tree item might not be visible after ↵George Hazan
opening git-svn-id: http://svn.miranda-ng.org/main/trunk@7433 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-30code cleaning and reorderingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7432 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-30if a database driver already printed an error, there's no need to do that twiceGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7431 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-30code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7424 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-29when mmap_sa opens a database, it must decrypt it, change signature to mmap ↵George Hazan
and die git-svn-id: http://svn.miranda-ng.org/main/trunk@7416 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-28Find/Add user dialog optimization: manually drawn bitmaps replaced with ↵George Hazan
Windows native git-svn-id: http://svn.miranda-ng.org/main/trunk@7404 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-27clist -> contact listDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-27old nasty perversion EVENTTYPE_STATUSCHANGE removed foreverGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7396 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-27fix for EVENTTYPE_ADDED formattingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7392 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-22massive garbage removal from extra icons moduleGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7340 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-21fixes ticket #485: Not possible to leave the advanced search dialog with ↵George Hazan
keyboard git-svn-id: http://svn.miranda-ng.org/main/trunk@7317 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-19minor contacts processing improvementsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7291 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-19core processing of EVENTTYPE_CONTACTSGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7290 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-16also there's no need to free non-allocated memoryGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7252 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-16no need to translate the same string twiceGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7251 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-16- new menu object helpers (MO_CreateMenuObject, MO_SetMenuObjectParam);George Hazan
- menu item display names are now translatable; - old nasty pieces of junk removed in CLUIFrames/cluiframes.cpp git-svn-id: http://svn.miranda-ng.org/main/trunk@7247 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-14m/M - memo values in utf8 were added to ini filesGeorge Hazan
memo lasts until the first char in line is space/tab/crlf or empty note: this first char gets eaten, it's not added to a memo git-svn-id: http://svn.miranda-ng.org/main/trunk@7217 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-14translation fixTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@7211 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-14oops... this line should be translatableGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7210 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-14- another atavism (DBVTF_DENYUNICODE) removed;George Hazan
- default text formatter for EVENTTYPE_AUTHREQUEST added git-svn-id: http://svn.miranda-ng.org/main/trunk@7208 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-14atavism removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7205 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-13fix for cleaning menus (causes rare crashes on exit)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7191 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-13country names tuningDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7175 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-12core: country namesDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7139 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-11country names fixed (thanks to RMN)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7130 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-10git-svn-id: http://svn.miranda-ng.org/main/trunk@7116 ↵Dart Raiden
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-08core: Russian Federation -> Russia (as all other countries)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7083 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-07another portion of decapitalization in the core (6/5) :) that's all!Dart Raiden
Bass_interface: small decapitalization git-svn-id: http://svn.miranda-ng.org/main/trunk@7078 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-03another portion of decapitalization in the core (5/5)Dart Raiden
langpacks/russian: update git-svn-id: http://svn.miranda-ng.org/main/trunk@7045 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-02unneded space removalVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@7043 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-02another portion of decapitalization in the core (4/5)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7030 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-29another portion of decapitalization in the core (2/5)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7014 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-28another portion of decapitalization in the coreDart Raiden
langpacks/russian: update git-svn-id: http://svn.miranda-ng.org/main/trunk@7008 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-28Core: some decapitalizationDart Raiden
langpacks/russian: update git-svn-id: http://svn.miranda-ng.org/main/trunk@7003 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-28[User Details] -> [User details]Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7001 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-21timer for clearing plugin's name filterGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6956 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-20more correct beep George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6951 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-20fix for bug #189 (incremental search in plugins list doesn't work)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6950 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-19preparing to the transparent cyphering: end of ↵George Hazan
MS_DB_CRYPT_ENCODESTRING/MS_DB_CRYPT_DECODESTRING git-svn-id: http://svn.miranda-ng.org/main/trunk@6938 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-14Encryption: gathering all things together, part IGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6910 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c