index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
date_gui.cpp
Age
Commit message (
Collapse
)
Author
2013-11-24
(svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for ↵
rubidium
dropdowns
2013-06-09
(svn r25377) -Feature: timetable spreading of vehicles by Ctrl+Click when ↵
rubidium
setting a start date
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-12-08
(svn r24801) -Codechange: Add functions to set integral DParams to suitable ↵
frosch
values for size computations.
2012-11-11
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
frosch
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-12-16
(svn r23531) -Codechange: document and rename widgets to be consistent and ↵
truebrain
understandable
2011-12-15
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
truebrain
2011-05-02
(svn r22411) -Document: another bunch of bits
rubidium
2010-11-26
(svn r21331) -Codechange: Make drawing the widgets default behaviour in ↵
alberth
OnPaint().
2010-01-30
(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a ↵
frosch
parameter for OnClick().
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵
rubidium
if a header require a header make it include that header
2009-11-28
(svn r18330) -Cleanup: remove some unneeded includes
rubidium
2009-11-28
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the ↵
rubidium
same twice.
2009-11-25
(svn r18293) -Codechange: add a window to set the date. Based on work by ↵
rubidium
PhilSophus and Maedhros.