summaryrefslogtreecommitdiff
path: root/src/newgrf_gui.cpp
AgeCommit message (Collapse)Author
2010-05-17(svn r19849) -Fix: Center sprite and text seperately in the newgrf gui ↵alberth
active list.
2010-05-17(svn r19848) -Fix (r19837): Center the texts of the inactive newgrfs.alberth
2010-05-16(svn r19845) -Feature: Dynamically switch between 2 and 3 column NewGRF gui ↵alberth
for improved user experience.
2010-05-16(svn r19841) -Feature: Setup NewGRFs from a single window.alberth
2010-05-16(svn r19840) -Add: Add 'rescan' functionality to the NewGRF window.alberth
2010-05-16(svn r19838) -Change: Add filter capability to the availables list.alberth
2010-05-16(svn r19837) -Change: Display list of available (non-active) grfs in the ↵alberth
NewGRF window.
2010-05-16(svn r19836) -Codechange: Move sprite palette selection code in NewGRF gui ↵alberth
to its own method.
2010-05-16(svn r19834) -Change: Replace matrix list widget in NewGRF gui by a panel ↵alberth
with black background.
2010-05-16(svn r19833) -Change: Modify NewGRF window towards having combined lists, ↵alberth
add captions.
2010-05-16(svn r19832) -Codechange: Rename variables list->actives, sel->active_sel.alberth
2010-05-16(svn r19831) -Codechange: Rename formal parameters of the constructor to ↵alberth
match data member variable names.
2010-05-16(svn r19830) -Codechange: Move variable declarations to their first use.alberth
2010-05-16(svn r19829) -Codechange: Extract assignment from the condition-check in the ↵alberth
for statement.
2010-05-15(svn r19823) -Fix: Ensure that both texts of the newgrf gui download button fit.alberth
2010-05-13(svn r19814) -Codechange: give some more unnamed enums a name, in case they ↵rubidium
consisted of unrelated values use static const (u)int
2010-04-10(svn r19597) -Fix: Removing NewGRFs from the GUI list leaked.frosch
2010-04-07(svn r19577) -Codechange: apply coding style to names of functions in ↵smatz
settings.cpp
2010-04-07(svn r19576) -Codechange: Unduplicating parse_intlist().alberth
2010-02-28(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/infoyexo
2010-02-25(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of ↵yexo
subclassing it
2010-02-24(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bitsmatz
2010-02-14(svn r19132) -Codechange: No need to end a line with ;;.alberth
2010-02-11(svn r19094) -Codechange: don't check for NULL values before calling StrEmptyyexo
2010-01-30(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a ↵frosch
parameter for OnClick().
2010-01-29(svn r18948) -Fix: removing a newgrf from the list didn't update the scrollbaryexo
2010-01-29(svn r18947) -Fix [FS#1510]: after clicking move up/move down in the ↵yexo
newgrf/ai the selected item could be out of range
2010-01-21(svn r18872) -Codechange: introduce PaletteID and use itrubidium
2010-01-15(svn r18815) -Fix (r18813): adding a single newgrf via the newgrf gui added ↵yexo
all newgrfs after the selected one too
2010-01-15(svn r18813) -Codechange: deduplicate copying a newgrf configyexo
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
2010-01-03(svn r18697) -Fix [FS#3471]: crash when scrolling to an item removed by ↵rubidium
filtering in the 'add NewGRF window'
2009-12-20(svn r18580) -Codechange: Use widget information only for setting scrollbar ↵alberth
capacity.
2009-12-15(svn r18506) -Fix [FS#3368]: no error message was created for the first ↵rubidium
fatal NewGRF error.
2009-11-28(svn r18322) -Codechange: remove the WDP duplication; no need to tell the ↵rubidium
same twice.
2009-11-24(svn r18280) -Codechange: remove widget indices that are not needed for ↵rubidium
custom drawing/handling input
2009-11-24(svn r18277) -Codechange: remove unneeded widget indices for close, resize ↵rubidium
and sticky boxes and for window captions
2009-11-24(svn r18274) -Codechange: remove the unused WDF flagsrubidium
2009-11-22(svn r18230) -Codechange: Allow fill stepsize to be set from ↵alberth
Window::UpdateWidgetSize().
2009-11-22(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.alberth
2009-11-22(svn r18227) -Fix (r17676)[FS#3325]: GRF parameters and palette were no ↵frosch
longer displayed in NewGRF gui.
2009-11-22(svn r18221) -Codechange: make the NewGRF window big font awarerubidium
2009-11-22(svn r18220) -Codechange: Reduce number of nested widget dynamic casts.alberth
2009-11-22(svn r18211) -Cleanup: remove unneeded tooltip, size and fill 'parameters' ↵rubidium
from WWT_RESIZEBOX instances
2009-11-19(svn r18183) -Codechange: make the NewGRF window RTL awarerubidium
2009-11-19(svn r18178) -Codechange: Let NewGRF Add window's text filter expand.peter1138
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the ↵rubidium
WindowDesc; it's determined from the (nested) widgets
2009-11-16(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar ↵rubidium
capacity/matrix initialisation
2009-11-15(svn r18086) -Codechange: remove 'widget' from WindowDescrubidium
2009-10-31(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string ↵alberth
before the details string. Gentlemen, swap your string parameters.