summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2016-05-27MirLua: fix MT::Set methodAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16875 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-27- fixes #1242 (for subgroups)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16874 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-26MirLua: m_schedule moved to separate moduleAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16871 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-24group processing code standardizationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-24MirLua: fix Every function in m_scheduleAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16868 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-24the old code wasn't wiped out completelyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16867 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-23MirLua: added ConfigureMenuItem into m_genmenuAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-23fix for wrongly named variablesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16865 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-23Scriver: fix for printing own nicks (patch from mkvreak)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16864 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-23- optimization in cli_SaveStateAndRebuildList applied to all clists ↵George Hazan
(bLockScrollbar); - boolean variables were made bool; git-svn-id: http://svn.miranda-ng.org/main/trunk@16863 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-23- we don't drop data cache upon the embedded clists rebuild;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16862 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-23fix for a typoGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16860 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-20fixes #1242 (Clist_modern's cache changes related bugs)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16857 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-20MirLua: fixed GetContactInfo functionAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16856 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-19we don't try to cache NULL contactGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16854 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-19- unused functions removed;George Hazan
- cliFreeCacheItem & cliCheckCacheItem functions are teached to call basic core functions git-svn-id: http://svn.miranda-ng.org/main/trunk@16852 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-19MirLua:Alexander Lantsev
- CONTACTINFO metatable replaced with GetContactInfo function from m_database module - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@16851 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-18these tons of code aren't needed anymore...George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16850 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-18MirLua: added ability to hide received message in filterAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16849 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-18unused proprietary services removed from UserInfoExGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16848 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-18code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16847 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-18fix for printing own nicks in ScriverGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16846 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-18fixes #733: (MsgExport : write JabberID to exported history log as UIN ↵George Hazan
field, for example) git-svn-id: http://svn.miranda-ng.org/main/trunk@16845 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-18unneeded check removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16844 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-17Scriver:George Hazan
- fix for toolbar icons; - horror with buffers replaced with CMString; - unused code removed; git-svn-id: http://svn.miranda-ng.org/main/trunk@16839 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-17MirLua: attempt to fix MT field readingAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16838 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-17resource cosmeticsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16836 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-16plugins:Alexander Gluzsky
new_gpg: added another LANG* environment variable (required for gpg2) disabled return code checking (sometimes return error while operation finished succesfully), please do not touch and not remove commented out code. git-svn-id: http://svn.miranda-ng.org/main/trunk@16835 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-15MessageState: fix(?) extra icons errorMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16833 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-13code cleaning George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16830 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-13SpellChecker: Updated hunspell to 1.4.1Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@16828 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-13memory leak in CB moduleGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16827 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-13code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16825 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-13missing window unsubclassingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-12memleak fixedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16821 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-11smiley button also removed from chat window in ScriverGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16819 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-11Scriver: duplicate smiley add icon removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16818 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-11MessageState: small fix MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16817 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-07dbx_lmdb: optimizationMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16813 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-07fix for the auto-height calculation in clist_modernGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16812 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-07Tipper: - Fixed memory leakTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@16811 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-06SimpleStatusMsg: -some cleanupTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@16810 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-06clist_modern:George Hazan
- functions ContactToHItem & ContactToItemHandle replaced with their kernel implementations; - dat->row_heights array isn't used when the row height is constant; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16809 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-06code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16806 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-03SmileyAdd: Fixed Apply button activation in optionsTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@16798 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-30code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16795 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-28we don't need that FindItem's implementation in nicer+ anymore, it's already ↵George Hazan
in the core git-svn-id: http://svn.miranda-ng.org/main/trunk@16791 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-28code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-28strange unused groups' cache. removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16786 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-28- 2nd & 3rd lines handling unification;George Hazan
- no need to copy data to make async calls; - no need to launch a thread to save a couple of msecs on a very large roster; - unused code & params cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c