summaryrefslogtreecommitdiff
path: root/src/widgets
AgeCommit message (Collapse)Author
2011-12-19(svn r23600) -Codechange: link WC+number to a Widget, and the Widget to a ↵truebrain
Window class
2011-12-19(svn r23595) -Codechange: add comma after last enum to get a more uniform ↵rubidium
coding style
2011-12-16(svn r23562) -Codechange: don't be lazy with the spacebartruebrain
2011-12-16(svn r23561) -Codechange: forgot to document 1 widget enumtruebrain
2011-12-16(svn r23560) -Codechange: final pieces of consistency through widgetstruebrain
2011-12-16(svn r23559) -Codechange: Document and name consistently road build widgetsplanetmaker
2011-12-16(svn r23558) -Fix (r23556): ctrl-z too few ;)rubidium
2011-12-16(svn r23556) -Codechange: unify rail widget naming and document themrubidium
2011-12-16(svn r23555) -Fix (r23554): save before committruebrain
2011-12-16(svn r23554) -Codechange: some minor consistency fixestruebrain
2011-12-16(svn r23553) -Fix: avoid naming conflict in widget enumstruebrain
2011-12-16(svn r23552) -Codechange: unify naming of the news widgetstruebrain
2011-12-16(svn r23551) -Codechange: document and rename widgets to be consistent and ↵truebrain
understandable
2011-12-16(svn r23550) -Codechange: unify naming of the on screen keyboard widgetsrubidium
2011-12-16(svn r23549) -Codechange: Document and consistently name widgets of order GUIplanetmaker
2011-12-16(svn r23548) -Codechange: unify and document toolbar widgetsrubidium
2011-12-16(svn r23547) -Codechange: document and rename widgets to be consistent and ↵truebrain
understandable
2011-12-16(svn r23546) -Codechange: document and rename widgets to be consistent and ↵truebrain
understandable
2011-12-16(svn r23545) -Codechange: Consistently name widgets in build object windowplanetmaker
2011-12-16(svn r23544) -Codechange: document and rename widgets to be consistent and ↵truebrain
understandable
2011-12-16(svn r23543) -Codechange: Document and name consistently widgets of NewGRF ↵planetmaker
window
2011-12-16(svn r23542) -Codechange: unify and document town related widgetsrubidium
2011-12-16(svn r23541) -Codechange: Consistent naming of widgets in NewGRF debug windowplanetmaker
2011-12-16(svn r23540) -Codechange: unify and document vehicle widgetsrubidium
2011-12-16(svn r23539) -Codechange: prevent conflict between widget naming of ↵rubidium
(vehicle) depots and vehicle details
2011-12-16(svn r23538) -Codechange: Consistent naming of widgets in tree plant guiplanetmaker
2011-12-16(svn r23537) -Fix (r23529): typo in the word 'because' (tnx to Alberth for ↵truebrain
noticing)
2011-12-16(svn r23536) -Codechange: document and rename widgets to be consistent and ↵truebrain
understandable
2011-12-16(svn r23535) -Codechange: unify widget naming of transparency toolbarplanetmaker
2011-12-16(svn r23534) -Codechange: document and rename widgets to be consistent and ↵truebrain
understandable
2011-12-16(svn r23533) -Codechange: document and rename widgets to be consistent and ↵truebrain
understandable
2011-12-16(svn r23532) -Codechange: unify widget naming of (extra) viewportrubidium
2011-12-16(svn r23531) -Codechange: document and rename widgets to be consistent and ↵truebrain
understandable
2011-12-16(svn r23530) -Codechange: begin unify the naming of widgets and add comments ↵rubidium
to them, in this case the waypoint view widgets
2011-12-16(svn r23529) -Codechange: make all widget enum values unique and make them ↵truebrain
include the files they need to compile
2011-12-15(svn r23528) -Codechange: move widget enums to widgets/NNN_type.htruebrain
2011-12-15(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, ↵truebrain
with only values known in WindowFlags (and move out 2 timers to their own variable) -Codechange: rename Window::flags4 to Window::flags -Codechange: move some non-inline functions from .hpp to .cpp
2011-10-11(svn r23018) -Fix (r14004): Pass bottom of dropdown item rather than bottom ↵peter1138
of dropdown window.
2011-10-11(svn r23017) -Codechange: Add support for resized scrollbars.peter1138
2011-09-15(svn r22932) -Fix [FS#4766]: disable the white border on window creation for ↵yexo
several windows (based on patch by monoid)
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-04-30(svn r22385) -Fix [FS#4603]: strnatcmp is in string.cpp, so it ought to be ↵rubidium
declared in string_func.h.
2011-04-10(svn r22311) -Add: DropDownListStringItem::NatSortFunc() which can be used ↵frosch
as comparator function in DropDownList::sort().
2011-04-10(svn r22310) -Codechange: Derive DropDownListCharStringItem from ↵frosch
DropDownListStringItem.
2010-11-26(svn r21331) -Codechange: Make drawing the widgets default behaviour in ↵alberth
OnPaint().
2010-11-13(svn r21157) -Codechange: remove information about the text direction out of ↵rubidium
the language "list"
2010-10-24(svn r21031) -Fix (r19883): Dropdown menu glitched in small screenshots, ↵frosch
when issueing them from the menu.
2010-08-12(svn r20466) -Codechange: USe NWID_SELECTION to hide the scrollbar in dropdowns.frosch
2010-08-12(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and ↵frosch
WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR.