Commit Graph

95 Commits (caa73efe93ac754cdf409aa8a28f6edcbb188299)

Author SHA1 Message Date
alberth caa73efe93 (svn r18605) -Codechange: Coding style fixes, prevent useless calls to UpdateWidgetSize(). 15 years ago
alberth 0e9dac92d2 (svn r18588) -Feature [FS#2943]: Add shading and unshading of windows. 15 years ago
rubidium 32b86b23b5 (svn r18447) -Change: make some more windows (e.g. graphs, company view) stickyable 15 years ago
alberth e1e86b872c (svn r18346) -Codechange: Compute size of face part display buttons only once in face window. 15 years ago
alberth 8ce12572a8 (svn r18337) -Codechange: Remove 2x2 {SKIP} in the company finances window + strings. 15 years ago
rubidium da30e736ca (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
rubidium 21f2acfd01 (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 15 years ago
rubidium 45eb0be570 (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. 15 years ago
alberth ea6e621024 (svn r18317) -Codechange: Merge both face windows into a single window description and widget parts array. 15 years ago
alberth 87b9be8ef4 (svn r18316) -Codechange: Introduce selection widgets to enable turning parts of the face window on and off. 15 years ago
alberth f7b6e99800 (svn r18315) -Codechange: Remove fixed minimal sizes of the other widgets in both face windows. 15 years ago
alberth b20b135581 (svn r18313) -Codechange: Decide the size of the widgets displaying values of parts in the advanced face window dynamically. 15 years ago
alberth e86cfa5ed8 (svn r18312) -Codechange: Simplify the nested widget part arrays of both face windows, and move a bit towards merging. 15 years ago
rubidium 74b737f958 (svn r18311) -Codechange: no need to hardcode locations of some 'random' windows 15 years ago
alberth 4cdf3189f8 (svn r18310) -Codechange: Introduce widgets for the names of the parts in the advanced face editing window, 15 years ago
rubidium ab417c6c06 (svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input 15 years ago
rubidium 50359b2d08 (svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions 15 years ago
rubidium f8b79068e6 (svn r18274) -Codechange: remove the unused WDF flags 15 years ago
rubidium bc48c70c46 (svn r18265) -Codechange: make the finance overview window big font aware 15 years ago
alberth 5bee09c924 (svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize(). 15 years ago
alberth 18b33fde83 (svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool. 15 years ago
alberth 8139a8d96f (svn r18220) -Codechange: Reduce number of nested widget dynamic casts. 15 years ago
rubidium b8ba46de0e (svn r18217) -Codechange: make the livery window big font aware 15 years ago
rubidium c145a3a9e0 (svn r18215) -Codechange: make the simple face window big font aware 15 years ago
rubidium f106bbbe5c (svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, WWT_CLOSEBOX and WWT_STICKYBOX in the nested widget arrays 15 years ago
rubidium c862b7060f (svn r18199) -Codechange: make the company view window RTL aware and somewhat big font aware 15 years ago
rubidium 646757adee (svn r18187) -Codechange: make the advanced face selection, custom currency, difficulty, news settings, signal, sign and vehicle details window RTL aware (use the arrow widget) 15 years ago
rubidium 32859c193c (svn r18166) -Codechange: make the livery colour window RTL aware 15 years ago
rubidium 8e11cd3a42 (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 15 years ago
smatz ce6e15ee11 (svn r18102) -Codechange: simplify Company::Get(this->window_number)->index to just this->window_number 15 years ago
alberth 1c29698eed (svn r18091) -Codechange: CompanyWindow uses pure nested widgets. 15 years ago
rubidium b01251092e (svn r18086) -Codechange: remove 'widget' from WindowDesc 15 years ago
alberth 67c90594d5 (svn r18085) -Codechange: Make the company face window use nested widgets. 15 years ago
rubidium 4fd93aecd2 (svn r18078) -Codechange: remove some duplicate (non translatable) strings 15 years ago
alberth eb8560c9f0 (svn r18077) -Codechange: Make the livery window use pure nested widgets. 15 years ago
rubidium cf5dbddede (svn r18018) -Codechange: make the 'buy company' window nested 15 years ago
alberth 5a97b64d73 (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string.
Gentlemen, swap your string parameters.
15 years ago
alberth 16bc6380a8 (svn r17756) -Codechange: Company finances window uses pure nested widgets. 15 years ago
alberth 67f2a3cead (svn r17754) -Codechange: Make ExpensesList::GetHeight() return a uint. 15 years ago
alberth 2f6eb6fdfd (svn r17753) -Fix (r17750): Expenses amounts were printed two pixels too low. 15 years ago
alberth 18bcbd08ef (svn r17750) -Codechange: Financial expenses panel handles different font size, replaced magic numbers by constants. 15 years ago
alberth 2145e02fde (svn r17740) -Codechange: Extract financial expenses drawing routines. 15 years ago
alberth b6efdf108e (svn r17724) -Codechange: Merge magic height values toghether in finances window. 15 years ago
rubidium 982b8ee5fc (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
alberth 4ff755ac90 (svn r17573) -Codechange: NWID_SELECTION containers have a selected widget-plane, and optionally an index in the nested_array. 15 years ago
rubidium 310465da07 (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos 15 years ago
frosch 0e36260337 (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability. 15 years ago
rubidium d4a98be94a (svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false 15 years ago
rubidium 99d46e0ad7 (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
rubidium d61be2637e (svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives 15 years ago