aboutsummaryrefslogtreecommitdiff
path: root/src/guiPasswordChange.cpp
AgeCommit message (Collapse)Author
2017-11-08Move files to subdirectories (#6599)Vitaliy
* Move files around
2017-08-20Modernize code: very last fixes (#6290)Loïc Blot
Last modernization fixes
2017-08-16Cleanup various headers to reduce compilation times (#6255)Loïc Blot
* Cleanup various headers to reduce compilation times
2017-06-17Cpp11 initializers 2 (#5999)Loïc Blot
* C++11 patchset 10: continue cleanup on constructors * Drop obsolete bool MainMenuData::enable_public (setting is called with cURL in server loop) * More classes cleanup * More classes cleanup + change NULL tests to boolean tests
2017-05-20Improve password change menu (#5757)red-001
- Fix the GUI getting messed up when resizing - Save the input when resizing
2017-05-09Add cancel button to password change menu. (#5720)red-001
* Add cancel button to password change menu.
2015-07-08Use UTF-8 instead of narrowest31
Use wide_to_utf8 and utf8_to_wide instead of wide_to_narrow and narrow_to_wide at almost all places. Only exceptions: test functions for narrow conversion, and chat, which is done in a separate commit.
2015-04-17Refactor around translatePasswordest31
Change types for passed password from wstring to string, which removes converting back and forth in most cases. Move the narrow_to_wide conversion, where its neccessary, closer to irrlicht. Remove trailing spaces in guiPasswordChange.cpp. Make parameters for translatePassword passed as const reference.
2015-02-12Minor fixes in translationsngosang
2015-02-05Reduce gettext wide/narrow and string/char* conversionsShadowNinja
2013-11-11Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier
2013-05-19Fix nearly all warningskwolekr
2013-04-07fix memory leaks introduced by invalid gettext usagesapier
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2011-10-12Header file tweaking; mainly for speedPerttu Ahola
2011-08-02Use wgettextGiuseppe Bilotta
2011-07-30set locales to C because en_US not installed on some systems, only UTF-8 ↵Constantin Wenger
version and en_US.UTF-8 does not work.
2011-07-30fixed displaying "umlauts" (deutsch umlaute) and hopefully other non ASCII ↵Constantin Wenger
chars, too
2011-07-22changed some lines to fit the 80chars limitConstantin Wenger
2011-07-20added gettext supportConstantin Wenger
german translation file and bashscript to update translations
2011-05-31Updated licenses of CiaranG's contributions to be in line with the new ↵celeron55
contribution policy and added a TODO note to server.cpp
2011-05-22Added the ability to change your password (via pause menu)Ciaran Gultnieks
--HG-- extra : rebase_source : e8ec407f60711d42d33be4811b2880088f617b5b