aboutsummaryrefslogtreecommitdiff
path: root/src/guiPasswordChange.cpp
Commit message (Expand)AuthorAge
* Use UTF-8 instead of narrowest312015-07-08
* Refactor around translatePasswordest312015-04-17
* Minor fixes in translationsngosang2015-02-12
* Reduce gettext wide/narrow and string/char* conversionsShadowNinja2015-02-05
* Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier2013-11-11
* Fix nearly all warningskwolekr2013-05-19
* fix memory leaks introduced by invalid gettext usagesapier2013-04-07
* Update Copyright YearsSfan52013-02-24
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
* Header file tweaking; mainly for speedPerttu Ahola2011-10-12
* Use wgettextGiuseppe Bilotta2011-08-02
* set locales to C because en_US not installed on some systems, only UTF-8 vers...Constantin Wenger2011-07-30
* fixed displaying "umlauts" (deutsch umlaute) and hopefully other non ASCII ch...Constantin Wenger2011-07-30
* changed some lines to fit the 80chars limitConstantin Wenger2011-07-22
* added gettext supportConstantin Wenger2011-07-20
* Updated licenses of CiaranG's contributions to be in line with the new contri...celeron552011-05-31
* Added the ability to change your password (via pause menu)Ciaran Gultnieks2011-05-22
initializePathsAndroid(); /** * use java function to copy media from assets to external storage */ void copyAssets(); /** * show text input dialog in java * @param acceptButton text to display on accept button * @param hint hint to show * @param current initial value to display * @param editType type of texfield * (1==multiline text input; 2==single line text input; 3=password field) */ void showInputDialog(const std::string& acceptButton, const std::string& hint, const std::string& current, int editType); /** * WORKAROUND for not working callbacks from java -> c++ * get current state of input dialog */ int getInputDialogState(); /** * WORKAROUND for not working callbacks from java -> c++ * get text in current input dialog */ std::string getInputDialogValue(); } #endif