summaryrefslogtreecommitdiff
path: root/src/object_gui.cpp
AgeCommit message (Expand)Author
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2015-11-07(svn r27438) -Fix (r27346) [FS#6387]: The build object hotkey no longer check...frosch
2015-07-28(svn r27346) -Feature: Make the object placement gui an independent window.alberth
2015-07-28(svn r27345) -Fix-ish: Hide selected view if no object selected.alberth
2015-02-01(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and Sca...frosch
2014-10-04(svn r26950) -Codechange: GUI-scale dancing for NewGRF objects window.peter1138
2014-06-10(svn r26640) -Cleanup: Remove some pointless STR_JUST_STRING detours.frosch
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-01-12(svn r26241) -Codechange: Remember the GRFFile which filled the TextRefStack ...frosch
2013-10-12(svn r25830) -Fix [FS#5742] (r25540): In BuildObjectWindow, ensure the object...frosch
2013-08-18(svn r25726) -Fix: Right side of object class string was misaligned. (sbr)frosch
2013-06-30(svn r25543) -Cleanup: Make the bridge and object picker not restore their pr...frosch
2013-06-30(svn r25540) -Fix: Unify selecting a new object class in the object GUI. (sbr)frosch
2013-06-30(svn r25539) -Codechange: Setup object GUI matrix before restoring selected o...frosch
2013-06-30(svn r25538) -Fix [FS#5567] (r25283): Use the UI index of the selected object...frosch
2013-06-30(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of ro...frosch
2013-06-30(svn r25534) -Codechange: FinishInitNested calls OnResize, no need to setup s...frosch
2013-06-30(svn r25532) -Fix: Do not make the minimal size of matrix or panel widgets de...frosch
2013-06-30(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX wid...frosch
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
2013-05-26(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af...frosch
2013-05-24(svn r25284) -Feature: When opening the object-build window, restore the obje...alberth
2013-05-24(svn r25283) -Add: When opening the object-build window, make the selected ob...alberth
2013-05-24(svn r25282) -Add: When opening the object-build window, try to restore the l...alberth
2013-05-24(svn r25281) -Add: When opening the object-build window, make the last select...alberth
2013-05-20(svn r25274) -Cleanup: remove unused class instance variablesrubidium
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-07-07(svn r24379) -Fix [FS#5218-ish]: Do not resize the object GUI when selecting ...frosch
2012-05-28(svn r24299) -Change [FS#5057]: Center object previews in 1- and 2-view selec...frosch
2012-04-24(svn r24178) -Fix [FS#5110]: The object name from property A was not displaye...frosch
2012-04-24(svn r24176) -Fix (r21772): The object GUI did not draw objects when all obje...frosch
2012-04-24(svn r24175) -Fix (r24171): Make sure to select a object class with visible o...frosch
2012-04-22(svn r24171) -Fix [FS#4967, FS#5120]: Hide object specs/classes from the GUI,...frosch
2012-04-22(svn r24167) -Codechange: Rename NewGRFClass::GetCount() to NewGRFClass::GetC...frosch
2012-04-22(svn r24166) -Codechange: Turn NewGRFClass::Get(Tid, uint) and GetCount(Tid) ...frosch
2012-04-22(svn r24162) -Codechange: Remove NewGRFClass::GetName() and SetName() in favo...frosch
2012-04-22(svn r24159) -Fix: If you spent hard work on finding an available object ID, ...frosch
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-12-16(svn r23545) -Codechange: Consistently name widgets in build object windowplanetmaker
2011-12-15(svn r23528) -Codechange: move widget enums to widgets/NNN_type.htruebrain
2011-11-08(svn r23142) -Change: [NewGRF v8] Unify the return values of callbacks return...frosch
2011-08-06(svn r22725) -Fix: Always draw NewGRF supplied texts with a default colour.frosch
2011-07-03(svn r22627) -Codechange: Rename PrepareTextRefStackUsage() to StartTextRefSt...frosch
2011-05-14(svn r22459) -Doc: Typo fixes and doxygen markup improvements.alberth
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-03-10(svn r22231) -Feature(ette): [NewGRF] Make var 0x48 available in CB 0x15C.frosch
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2011-01-15(svn r21801) -Fix (r21772): Attach scrollbar to select matrix in object gui.alberth