summaryrefslogtreecommitdiff
path: root/src/modules/skin
AgeCommit message (Collapse)Author
2014-12-13arg fixes for MS_UTILS_OPENURL serviceRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11362 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-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11184 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30warning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11181 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-30lstr* replacementsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-29-Fixed a bug in Ping and other small things reported in #837Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@11151 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25add null ptr checkRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11058 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-25more correct URLs for skinsVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10579 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-19more red icon for the fatal errorsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-19three standard icons added to the core: for a warning, error or notificationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9864 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-27minor code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8294 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-18old useless junk removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7731 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-16kernel chat engine, part 2 - scriverGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7676 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-01copyright update for year 2014George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7438 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-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-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-12de-capitalizationDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6878 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-30core: missing slashDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6702 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-28fix for keyboard idle state interruption George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6256 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-25valid options initializationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6225 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-21using Uxtheme in coreKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6158 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-21postfix for a icons' name patchGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6149 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-20translation fixes (patch by Wishmaster) Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@6142 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-19compilation fix Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@6132 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-18Translation fixes (patch from Wishmaster) Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@6128 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-03various cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5567 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-15hotkey modifiers' translationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5374 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-23same for some another pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5104 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-14Added auth icons into core. Used those for auth events (instead of miranda ↵Robert Pösel
logo icon). Also fixes #186 git-svn-id: http://svn.miranda-ng.org/main/trunk@4935 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-05- rest of menus cleared;George Hazan
- old database macroses wiped out from all plugins (left in m_database.h for compatibility) git-svn-id: http://svn.miranda-ng.org/main/trunk@4324 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-05core:Kirill Volinsky
added check on bass_interface loaded optins page moved to separate tab bass_interface: options page moved to Sounds git-svn-id: http://svn.miranda-ng.org/main/trunk@4314 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-04MS_SKIN_PLAYSOUNDFILE: extension of MS_SKIN_PLAYSOUND that plays almost any fileGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4304 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-12patch for langpackGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3983 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-04new subclassing functions applied to all pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-02rest of TCHAR_STR_PARAM replacedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-01service call replaced with helper: MS_UTILS_PATHTOABSOLUTEWGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3827 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-01service call replaced with helper: MS_UTILS_PATHTORELATIVEGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3826 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23bugfix: LoadSkinProtoIcon returns global icons when a protocol is not fully ↵George Hazan
created git-svn-id: http://svn.miranda-ng.org/main/trunk@3737 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-19- translation fixes (patch from Basil)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3640 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-11core: copyright update to year 2013George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3549 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-27all perversions will "core_main_*" icon names removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3302 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-26special icon for frames: SKINICON_OTHER_FRAMEGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-23replacement for SKIN_OTHER_MAINMENU: the triple bar iconGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3250 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c