Age | Commit message (Expand) | Author |
2021-05-29 | Fix f6d5c01: Delay deletion when closing windows | glx22 |
2021-01-08 | Codechange: Remove min/max functions in favour of STL variants (#8502) | Charles Pigott |
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt |
2019-05-01 | Feature: Add NotRoadTypes (NRT) | peter1138 |
2019-04-13 | Codechange: use std::sort() in EngList_Sort[Partial]() | glx |
2019-03-28 | Fix: MSVC warnings (#7423) | glx22 |
2019-03-26 | Codechange: Replaced SmallVector::[Begin|End]() with std alternatives | Henry Wilson |
2019-03-26 | Codechange: Replaced SmallVector::Get(n) non-const with std::vector::data() + n | Henry Wilson |
2019-03-26 | Codechange: Replace SmallVector::Length() with std::vector::size() | Henry Wilson |
2019-03-24 | Codechange: Use override specifier in Window-derived classes. | peter1138 |
2019-01-29 | Fix #6584: text layout problem in engine preview dialog | Nikolas Nyby |
2017-08-13 | (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) | frosch |
2017-07-11 | (svn r27889) -Change: Do not cancel headquarter construction and engine-previ... | frosch |
2017-03-18 | (svn r27802) -Add: Display aircraft type in engine preview window (patch by S... | alberth |
2017-03-18 | (svn r27800) -Change: Rename long aircraft string names of the preview window | alberth |
2014-09-28 | (svn r26934) -Fix (r26933): Don't statically initialise non-static variables. | peter1138 |
2014-09-28 | (svn r26933) -Codechange: Resize engine preview window to fit vehicle sprite. | peter1138 |
2014-09-18 | (svn r26848) -Codechange: Unduplicate summing of cargo capacities in GetTotal... | alberth |
2014-04-23 | (svn r26482) -Codechange: add an include that allows us to undefine/redefine ... | rubidium |
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 af... | frosch |
2012-12-09 | (svn r24811) -Add: Close engine preview window when another client accepts it. | frosch |
2012-12-09 | (svn r24809) -Feature(ette) [FS#2632]: Consider engine preview windows always... | frosch |
2012-03-24 | (svn r24058) -Fix [FS#5124]: Wrong numbering of string parameters. | 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 un... | truebrain |
2011-12-15 | (svn r23528) -Codechange: move widget enums to widgets/NNN_type.h | truebrain |
2011-12-13 | (svn r23504) -Feature: Aircraft range. | michi_cc |
2011-11-01 | (svn r23080) -Feature: [NewGRF] Use variable 10 to enable vehicle GRFs to dra... | frosch |
2011-05-02 | (svn r22411) -Document: another bunch of bits | rubidium |
2010-11-26 | (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPai... | alberth |
2010-08-01 | (svn r20283) -Codechange: Unify start of doygen comments. | frosch |
2010-07-29 | (svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH). | terkhen |
2010-07-02 | (svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLin... | alberth |
2010-03-06 | (svn r19347) -Add: Vehicle GUI now shows power, weight and tractive effort fo... | terkhen |
2010-01-30 | (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param... | frosch |
2010-01-30 | (svn r18963) -Codechange: Give AccelerationModel a generical name. | terkhen |
2010-01-21 | (svn r18872) -Codechange: introduce PaletteID and use it | rubidium |
2010-01-15 | (svn r18818) -Fix [FS#3526] (r18766): some train acceleration type conversion... | rubidium |
2010-01-07 | (svn r18752) -Codechange: unduplify some code | rubidium |
2009-11-28 | (svn r18330) -Cleanup: remove some unneeded includes | rubidium |
2009-11-28 | (svn r18324) -Codechange: there's no need for a default size when the window ... | rubidium |
2009-11-28 | (svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam... | rubidium |
2009-11-24 | (svn r18280) -Codechange: remove widget indices that are not needed for custo... | rubidium |
2009-11-24 | (svn r18277) -Codechange: remove unneeded widget indices for close, resize an... | rubidium |
2009-11-24 | (svn r18274) -Codechange: remove the unused WDF flags | rubidium |
2009-11-22 | (svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWi... | alberth |
2009-11-22 | (svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool. | alberth |
2009-11-17 | (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes... | rubidium |
2009-11-16 | (svn r18121) -Codechange: pass the maximum left/right location to the Draw*En... | rubidium |