summaryrefslogtreecommitdiff
path: root/src/textfile_gui.cpp
AgeCommit message (Collapse)Author
2015-08-10(svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing ↵michi_cc
conversions in initializer lists.
2014-10-23(svn r27035) -Feature: Support .txt.xz changelog, readme and license files ↵matthijs
in basesets, newgrfs, etc
2014-10-23(svn r27034) -Feature: Support .txt.gz changelog, readme and license files ↵matthijs
in basesets, newgrfs, etc
2014-10-23(svn r27033) -Codechange: Generalize GetTextfile for multiple extensionsmatthijs
- Instead of hardcoding the .txt extension in a printf string, it is now stored in an array of possible extensions. This array still only contains .txt, so behaviour is unchanged, but this makes it easier to add other extensions later.
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵rubidium
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
2013-10-28(svn r25925) -Fix: Textfile content was clipped incorrectly and was drawn ↵frosch
past the bottom end. (LordAro)
2013-10-06(svn r25816) -Add [FS#5748]: Toggle button for wrapping lines in the ↵frosch
textfile GUI (LordAro)
2013-06-23(svn r25437) -Codechange: rework the FreeTypeSettings structure to make it ↵rubidium
better grouped
2013-05-26(svn r25294) -Feature: Add another button to window title bars to resize the ↵frosch
window to its default size.
2013-05-26(svn r25290) -Add: Assign string names to notable windows.frosch
2013-05-26(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window ↵frosch
after construction.
2012-11-11(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.frosch
2012-08-13(svn r24467) -Codechange [FS#5236]: make textfile window class slightly more ↵yexo
general (LordAro)
2012-02-12(svn r23935) -Codechange: generalise GetTextfilerubidium
2012-02-12(svn r23932) -Codechange: split the NewGRF text window into its own source filesrubidium