summaryrefslogtreecommitdiff
path: root/src/station_gui.cpp
AgeCommit message (Expand)Author
2009-03-15(svn r15726) -Codechange: unify coding style for const pointerssmatz
2009-03-15(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-02-09(svn r15427) -Codechange: give w->caption_color a more sensible name as it ho...rubidium
2009-02-09(svn r15423) -Codechange: split widget related types to their own header and ...rubidium
2009-02-08(svn r15413) -Fix [FS#2529/2533]: inconsistencies between station and bridge ...rubidium
2009-02-04(svn r15338) -Fix [FS#2598]: close all construction related windows whenever ...rubidium
2009-02-04(svn r15336) -Fix: do not use _current_company in the GUI as there are no gua...rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-29(svn r15291) -Cleanup: Move the station list widgets to their class from stat...Yexo
2009-01-13(svn r15072) -Fix (r14919): Distant-join search-area was determined inconsist...frosch
2009-01-13(svn r15069) -Change (r14919): Make distant-join less intelligent but more tr...frosch
2009-01-13(svn r15065) -Change (r14919): Allow to select a new station location by ctrl...frosch
2009-01-12(svn r15015) -Fix (r14919): Distant-join always failed for docks. Based on pa...frosch
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-08(svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus)rubidium
2009-01-04(svn r14822) -Change: save 'build station' settings in the config file, like ...rubidium
2009-01-02(svn r14785) -Fix [FS#2132]: vehicle list for station gets closed when statio...rubidium
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
2008-12-26(svn r14743) -Codechange: use INVALID_TILE to indicate station doesn't have q...smatz
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-23(svn r14390) -Codechange: replace magic constants with symbolic constants.rubidium
2008-09-15(svn r14334) -Feature: ability to reset name to default/automatic value (for ...smatz
2008-09-15(svn r14331) -Codechange: use an enum as additional parameter for ShowQuerySt...smatz
2008-09-13(svn r14306) -Codechange: unify the code to draw the vehicle list.rubidium
2008-08-27(svn r14180) -Fix (r8293): close all related vehicle lists when closing a sta...glx
2008-08-13(svn r14063) -Codechange: replace some "magic" constants with enumified const...rubidium
2008-07-31(svn r13900) -Codechange: Replace numbers with Colours enum on settings, smal...belugas
2008-07-18(svn r13731) -Codechange: make a pool of the array of players.rubidium
2008-07-17(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit...rubidium
2008-07-17(svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they ...rubidium
2008-06-23(svn r13617) -Codechange: calculate the diff in StationWaitingSorter directlyskidd13
2008-05-27(svn r13302) -Fix (r13301): GCC doesn't necessarily like what MSVC likes...rubidium
2008-05-27(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.rubidium
2008-05-27(svn r13299) -Fix (r13286): Stations sort type isn't updated correctlyskidd13
2008-05-27(svn r13292) -Fix (r13285): MSVC warningsglx
2008-05-27(svn r13286) -Codechange: GUIList Sort returns now if the list sequence has b...skidd13
2008-05-27(svn r13285) -Codechange: station sorting uses GUILists Sort() nowskidd13
2008-05-27(svn r13283) -Codechange: convert the inheritance of GUIList in PlayerStation...skidd13
2008-05-26(svn r13266) -Codechange: Use SmallVector in GUIListpeter1138
2008-05-23(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() f...peter1138
2008-05-19(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.rubidium
2008-05-18(svn r13165) -Codechange: replace some RebuildXXXList/ResortXXXList+Invalidat...rubidium
2008-05-17(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...rubidium
2008-05-13(svn r13080) -Fix: warning about unused variable when compiling without assertssmatz
2008-05-13(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer...rubidium
2008-05-11(svn r13054) -Codechange: make a class of the PlayerStationsWindow.rubidium
2008-05-11(svn r13053) -Codechange: station sorting used it's own implementation of GUI...rubidium
2008-05-11(svn r13048) -Codechange: make a class of the StationViewWindow.rubidium