summaryrefslogtreecommitdiff
path: root/src/fios_gui.cpp
AgeCommit message (Expand)Author
2012-11-14(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings...frosch
2012-11-14(svn r24740) -Codechange: Remove duplicate members from QueryStringBaseWindow...frosch
2012-11-14(svn r24739) -Codechange: Simplify some code by using Textbuf::Assign.frosch
2012-11-14(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.frosch
2012-11-13(svn r24733) -Codechange: Move handling of editbox keys to window class.frosch
2012-11-13(svn r24732) -Codechange: Unify handling of OK and CANCEL actions for editboxes.frosch
2012-11-13(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.frosch
2012-11-13(svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code.frosch
2012-11-11(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.frosch
2012-06-04(svn r24324) -Codechange: Turn functions dealing with Textbufs into member fu...frosch
2012-02-05(svn r23901) -Fix: memory leak everytime one clicked a savegame in the load GUIsmatz
2011-12-16(svn r23531) -Codechange: document and rename widgets to be consistent and un...truebrain
2011-12-15(svn r23528) -Codechange: move widget enums to widgets/NNN_type.htruebrain
2011-12-10(svn r23475) -Codechange: queue critical error messages, so when multiple hap...rubidium
2011-12-10(svn r23474) -Codechange: move the declaration error related functions to err...rubidium
2011-12-09(svn r23465) -Feature [FS#4827]: add 'find missing content online' button to ...yexo
2011-10-30(svn r23065) -Add: -q option to read a savegame, write some general info and ...yexo
2011-05-28(svn r22513) -Add: Allow for saving a heightmap from the file dialogue window.alberth
2011-05-28(svn r22512) -Add: Save heightmap.alberth
2011-05-27(svn r22500) -Doc: Fix and add fios doxygen documentation.alberth
2011-05-15(svn r22463) -Fix [FS#4615]: Update the fios GUI immediatelly after scanning ...frosch
2011-05-06(svn r22429) -Add: some constants for specific palette colours used in the GUI.frosch
2011-05-04(svn r22421) -Fix: Replace various references to Windows palette greyscale in...frosch
2011-04-17(svn r22345) -Change: Remove pixel limiter for text buffers.terkhen
2011-03-13(svn r22249) -Codechange: Process some more invalidation of IDs during comman...frosch
2011-03-13(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidate...frosch
2011-01-22(svn r21895) -Cleanup: get rid of the unused SLD_NEW_GAMErubidium
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2010-12-05(svn r21406) -Codechange: rename some textbuf related names to make them a bi...rubidium
2010-11-12(svn r21151) -Fix [FS#4221]: Sort arrow wasn't accounted for in two windows c...rubidium
2010-11-07(svn r21116) -Add [FS#3012]: Reduce the chances to accidentially break savega...planetmaker
2010-08-12(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROL...frosch
2010-08-12(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ...frosch
2010-08-12(svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate s...frosch
2010-08-01(svn r20289) -Codechange: Unify fall through coding style.terkhen
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-26(svn r20223) -Codechange: Replace scrolled row calculations by a call to GetS...alberth
2010-07-02(svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLin...alberth
2010-06-13(svn r19984) -Feature: Show some savegame details when selecting items in sav...frosch
2010-06-13(svn r19983) -Add: Separate nested widget array for load heightmap GUI.frosch
2010-06-13(svn r19982) -Codechange: Shuffle some widget positions in saveload GUIs.frosch
2010-06-13(svn r19981) -Add: Read NewGRF configuration during SL_LOAD_CHECK.frosch
2010-06-13(svn r19980) -Add: Load some general data from savegames on SL_LOAD_CHECK.frosch
2010-06-13(svn r19978) -Add: Read settings during SL_LOAD_CHECK.frosch
2010-06-13(svn r19977) -Add: Read current date during SL_LOAD_CHECK.frosch
2010-06-13(svn r19976) -Add: Read mapsize during SL_LOAD_CHECK.frosch
2010-06-13(svn r19975) -Add: SL_LOAD_CHECK mode for partial reading of savegames.frosch
2010-06-12(svn r19966) -Codechange: Use InvalidateData() in saveload GUI when appropiate.frosch