summaryrefslogtreecommitdiff
path: root/plugins/TranslitSwitcher/src/Layoutproc.cpp
AgeCommit message (Collapse)Author
2023-09-25SmileyAdd: fix for the obsolete quirks in SmaileyAdd APIGeorge Hazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2019-09-18m_ieview.h: code cleaningGeorge Hazan
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2018-12-08db_get_sa / db_get_wsa to receive the default value, massive code simplificationGeorge Hazan
2018-05-22m_langpack.h unbound from hLangpackGeorge Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-04-05two remaining crutches removedGeorge Hazan
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-19TranslitSwitcher: crash fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@15395 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-01TranslitSwitcher: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14793 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-14- all icolib services removed;George Hazan
- IcoLib_* functions are bound directly to the code git-svn-id: http://svn.miranda-ng.org/main/trunk@14161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-23more changes for string functionsKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13048 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-22crash fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13039 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-14SendMessage(.... WM_SETTEXT...) -> SetWindowText(...)Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11392 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-14SendMessage(... WM_GETTEXT ...) -> GetWindowText(...)Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11389 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-12TranslitSwitcher: warning fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11353 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-12TranslitSwitcher: changed warning lavel to w4Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11351 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02more code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11226 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02bugfix: last symbol got eatenGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11225 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-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-26TranslitSwitcher: code cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11099 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-20fix after richedit updateKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11029 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-19"PopUp" everywhere was replaced to "Popup"Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@4730 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-03-15unused m_popup2.h include George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4048 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-21fixed translationKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@2775 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-02final switch to the typed icolib apiGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2152 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-08-01folders renamesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@1300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c