summaryrefslogtreecommitdiff
path: root/src/fios_gui.cpp
AgeCommit message (Expand)Author
2021-06-17Cleanup: simplify some boolean expressionsRubidium
2021-05-29Codechange: Rename window related DeleteXXX to match new behaviourglx22
2021-05-29Fix f6d5c01: Delay deletion when closing windowsglx22
2021-05-13Codechange: move passwords in settings to std::stringrubidium42
2021-05-06Codechange: add SetDParamStr that accepts std::string&rubidium42
2021-04-29Cleanup: Remove old FiosList helper methods. (#9139)PeterN
2020-12-30Fix: Assert fail when using restart command after opening save/load GUIJonathan G Rennison
2020-12-27Codechange: Convert some more FIO functions to take std::string.Michael Lutz
2020-12-27Codechange: Use std::string in FIO search path handling.Michael Lutz
2020-12-27Codechange: Stringify config file paths.Michael Lutz
2020-05-21Codechange: Use std::string for most of the user-settable custom names.Michael Lutz
2020-01-05Add: Highlight item under mouse in file browserNiels Martin Hansen
2020-01-05Doc: Missing member descriptionNiels Martin Hansen
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-08-17Codechange: Reduced indentation in SaveLoadWindow::OnClickJuriy Petrochenkov
2019-04-13Codechange: use std::sort() to sort file listsglx
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-28Fix: MSVC warnings (#7423)glx22
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replace SmallVector::Clear() with std::vector::clear()Henry Wilson
2019-03-26Codechange: [core] Implement SmallVector using std::vectorHenry Wilson
2019-03-24Codechange: Use override specifier in Window-derived classes.peter1138
2019-03-23Fix: Filtered file list did not scroll properly. (#7402)PeterN
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-02-22Fix: Resorting file list did not update filtered rows.peter1138
2019-02-01Add: Warn before overwriting an existing save fileNiels Martin Hansen
2018-11-25Add: Filter box to the save and load windows (#6974)damfr
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2017-08-13(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)frosch
2016-09-04(svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOp...alberth
2016-09-04(svn r27651) -Codechange: Introduce methods for setting the name and title of...alberth
2016-09-04(svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and Detaile...alberth
2016-09-04(svn r27649) -Codechange: Introduce detailed file type enum, rebuild FiosType...alberth
2016-09-04(svn r27648) -Codechange: Remove remaining _saveload_mode usage.alberth
2016-09-04(svn r27647) -Codechange: Introduce file operations, and use it to replace mo...alberth
2016-09-04(svn r27646) -Codechange: Move _fios_items variable into the SaveLoadWindow c...alberth
2016-09-04(svn r27644) -Codechange: Split GetFiosItem into BuildFileList and FindItem, ...alberth
2016-09-04(svn r27642) -Codechange: FiosGet* file query functions take a destination fi...alberth
2016-09-04(svn r27641) -Codechange: Fold the _fios_items file list vector into its own ...alberth
2016-09-04(svn r27638) -Codechange: Move FiosType enum, move and rename SetFiosType fun...alberth
2016-09-04(svn r27636) -Codechange: Rename FileType to AbstractFileType.alberth
2016-09-04(svn r27633) -Codechange: Extract _saveload_mode use from BuildFileListalberth
2014-10-05(svn r26960) -Codechange: Draw sort button symbols as sprites, and pad sort b...peter1138
2014-06-08(svn r26634) -Fix: 'Load' button was not properly enabled/disabled for old sa...frosch
2014-04-23(svn r26489) -Codechange: properly account for the end of buffers in the file...rubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-03-25(svn r26428) -Add [FS#5953]: Load button for heightmap listplanetmaker
2013-08-05(svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of jus...michi_cc
2013-05-26(svn r25294) -Feature: Add another button to window title bars to resize the ...frosch
2013-05-26(svn r25290) -Add: Assign string names to notable windows.frosch