summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2016-04-18useless function cli_ChangeContactIcon removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16716 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-18MirLua: returned some lua types support as lparam/wparamAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16715 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-18empty services removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16714 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-18code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16712 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17oops MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16709 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17AuthState: options -> core uiMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16708 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17MirLua: added function interpolate into string module: ↵Alexander Lantsev
print(string.interpolate('some {1} string', 'cool')) git-svn-id: http://svn.miranda-ng.org/main/trunk@16704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17MirLua: fix for number table key in string interpolation: print('some {1} ↵Alexander Lantsev
string' % { 'cool' }) git-svn-id: http://svn.miranda-ng.org/main/trunk@16700 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17MirLua:Alexander Lantsev
- added string interpolation: print('some {val} string' % { val = 'cool' }) - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@16699 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17MirLua:Alexander Lantsev
- added function topointer into _G - overrided tonumber to support pointers - api methods is only support light userdata as wparam/lparam git-svn-id: http://svn.miranda-ng.org/main/trunk@16697 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-16clist_modern: copy-paste bug MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16677 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-16PluginUpdater:Tobias Weimer
- Fixed resetting database entry git-svn-id: http://svn.miranda-ng.org/main/trunk@16676 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-16PluginUpdater:Tobias Weimer
- more fixes for the options dialog - Added feature to install a list of predefined item: In module PluginUpdaterNewFiles, create a BYTE entry for each item you want to install (Name as in the options dialog, BYTE value 1) When you open "Available components list", those entries will be preselected. git-svn-id: http://svn.miranda-ng.org/main/trunk@16675 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-16Clist_modern: fix sorting by statusMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16674 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15PluginUpdater:Tobias Weimer
- Fixed plugin renaming - Disabled platform change until it will be fixed: To reproduce it: with x64 version, Go to PluginUpdater Options, change x64 to x32 and back, It'll stay grayed out, even after a complete restart. In fact, there is no way to change that setting back, except deleting it in database and a full Miranda restart. git-svn-id: http://svn.miranda-ng.org/main/trunk@16669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15clists code cleaning & optimizationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16668 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15correct path in update windowKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@16667 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15PluginUpdater:Tobias Weimer
- Fixed updating git-svn-id: http://svn.miranda-ng.org/main/trunk@16666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15PluginUpdater: platform change fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@16665 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15PluginUpdater: platform change fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@16663 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15PluginUpdater: added ability to change platform. Note: old miranda*.exe you ↵Kirill Volinsky
should delete manually git-svn-id: http://svn.miranda-ng.org/main/trunk@16660 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15contact list groups:George Hazan
- finally database is not used anymore (only as a settings' storage); - MGROUP type introduced to replace HANDLE for group ids; - MS_CLIST_GROUP* services became Clist_Group* functions; - CLIST_INTERFACE members pfnGetGroupName & pfnRenameGroup also transformed into static Clist_Group* functions git-svn-id: http://svn.miranda-ng.org/main/trunk@16659 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-14code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16653 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-14Tipper: date without year is validMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16652 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-14Weather: some wrongly used sizeof replaced with _countofTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@16651 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-13another attempt to read groups directly removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16648 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-13various old / unused junkGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16647 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-13BuddyExperator: last seen timeMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16646 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-13no more direct write access to CListGroupsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16645 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-10more accurate way to prevent Chinese in db_get_tstaticGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16622 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-10Weather code cleaning fix reappliedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16621 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-10nasty crutch to allow db_get_tstatic to work correctlyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16620 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-09partly reverted last commitKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@16618 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-08code clesningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16615 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-08more shit cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-08Variables:George Hazan
- massive code simplification; - old shit removed and replaced with lists; - version bump. git-svn-id: http://svn.miranda-ng.org/main/trunk@16613 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-07MimCmd: compilation warning fixedTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@16603 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-06let's separate flies from cutlets, finallyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16599 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-06fix for metacontacts statuses in clistGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16598 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-06oopsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16597 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-06clist_modern:George Hazan
- fix for a nightmare with contsct renaming; - end of a crutch with caching 'Unknown contact'; - cache control over the contact's name went to the core; - code cleaning; - version bump; git-svn-id: http://svn.miranda-ng.org/main/trunk@16596 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-06mirlua: compilation fix MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16591 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-05Weather: - cleanupTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@16589 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-04new_gpg:Alexander Gluzsky
additional sanity check in protoack git-svn-id: http://svn.miranda-ng.org/main/trunk@16588 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-04MirLua: added MT::Index as fallback on missed key in metatableAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16585 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-04MirLua:Alexander Lantsev
- no need to copy pointer data in MT - project cleanup - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@16584 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-04MirLua: m_toptoolbar moved to separate projectAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16583 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-02KeyboardNotify: -Use mir_alloc instead of mallocTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@16580 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-02KeyboardNotify: -Use mir_alloc instead of mallocTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@16579 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-02OpenSSL: code cleanupMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16575 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c