summaryrefslogtreecommitdiff
path: root/src/object_gui.cpp
AgeCommit message (Collapse)Author
2012-07-07(svn r24379) -Fix [FS#5218-ish]: Do not resize the object GUI when selecting ↵frosch
objects. Rather clip the object name.
2012-05-28(svn r24299) -Change [FS#5057]: Center object previews in 1- and 2-view ↵frosch
selectors based on the 4-view selector layout.
2012-04-24(svn r24178) -Fix [FS#5110]: The object name from property A was not ↵frosch
displayed in the object GUI.
2012-04-24(svn r24176) -Fix (r21772): The object GUI did not draw objects when all ↵frosch
objects of a class are disabled.
2012-04-24(svn r24175) -Fix (r24171): Make sure to select a object class with visible ↵frosch
objects when opening the object GUI.
2012-04-22(svn r24171) -Fix [FS#4967, FS#5120]: Hide object specs/classes from the ↵frosch
GUI, if they will never be available to the user.
2012-04-22(svn r24167) -Codechange: Rename NewGRFClass::GetCount() to ↵frosch
NewGRFClass::GetClassCount()
2012-04-22(svn r24166) -Codechange: Turn NewGRFClass::Get(Tid, uint) and GetCount(Tid) ↵frosch
into non-static members GetSpec(uint) and GetSpecCount().
2012-04-22(svn r24162) -Codechange: Remove NewGRFClass::GetName() and SetName() in ↵frosch
favour of using Get() and direct member access (which is needed anyway for GRF string resolving).
2012-04-22(svn r24159) -Fix: If you spent hard work on finding an available object ID, ↵frosch
you should probably also use it instead of always 0.
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 ↵frosch
returning D0xx texts.
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 ↵frosch
StartTextRefStackUsage() to make it more obvious that you must call StopTextRefStackUsage() at some point. Also extent the documentation.
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 ↵frosch
indices with the DOS palette indices.
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
2011-01-13(svn r21775) -Add: Allow vertical resizing of the newobject gui.alberth
2011-01-13(svn r21773) -Change: Remove the dropdown, and make BOW_OBJECT_LIST a list ↵alberth
of newobject classes.
2011-01-13(svn r21772) -Feature: Add a clickable display of the available objects in ↵alberth
the newobject gui.
2010-12-10(svn r21455) -Feature [NewGRF]: selecting of different views of an objectrubidium
2010-12-10(svn r21454) -Codechange: add support for object variable 48rubidium
2010-11-26(svn r21331) -Codechange: Make drawing the widgets default behaviour in ↵alberth
OnPaint().
2010-10-08(svn r20907) -Fix [FS#4156-ish]: callback 15C's string didn't actually get drawnrubidium
2010-08-28(svn r20671) -Add: feature F (not action F as written mistakenly in the ↵rubidium
previous message) support for the scenario editor
2010-08-28(svn r20670) -Add: support for action Frubidium
-Add: a window to select (NewGRF) objects