summaryrefslogtreecommitdiff
path: root/src/timetable_gui.cpp
AgeCommit message (Collapse)Author
2007-11-04(svn r11374) -Codechange: Give meaning to the magical number that specifies ↵belugas
the color of the text in a DrawString call. Patch heavily based on BiBB's work (FS#1383)
2007-07-27(svn r10704) -Codechange: provide an infrastructure to have resizable ↵rubidium
windows that are smaller than the default window size.
2007-07-23(svn r10664) -Codechange: simplify a small piece of code (skidd13)truelight
2007-07-16(svn r10587) -Codechange: move the string/dparam related stuff from ↵rubidium
variables.h to strings.h
2007-06-26(svn r10338) -Codechange: Show the total time that the timetable will take.maedhros
2007-06-25(svn r10331) -Feature: Add the possibility of automatically filling in ↵maedhros
timetables based on the times from the first (or subsequent) run-throughs.
2007-06-25(svn r10322) -Codechange: Make the timetable window smaller by default so it ↵maedhros
doesn't take up so much space on small resolutions.
2007-06-24(svn r10314) -Codechange: Refer to vehicle names by indexpeter1138
2007-06-20(svn r10239) -Fix (r10236): The pin button didn't move when resizing the ↵maedhros
timetable gui.
2007-06-20(svn r10238) -Fix (r10236): Resizing the timetable window caused it to think ↵maedhros
it could only show one line at a time.
2007-06-20(svn r10237) -Fix (r10236): It helps if you use svn add with new files...maedhros