summaryrefslogtreecommitdiff
path: root/src/smallmap_gui.cpp
AgeCommit message (Collapse)Author
2010-01-02(svn r18693) -Doc: Add some doxygen comments to smallmap code.alberth
2009-12-30(svn r18666) -Codechange: Add tooltips to enable/disable all buttons in ↵alberth
smallmap.
2009-12-30(svn r18665) -Feature [FS#567]: Allow contour-map to be shown with coloured ↵alberth
industries in smallmap.
2009-12-30(svn r18663) -Codechange (r1): Remove unused _smallmap_vegetation_andor ↵alberth
colour masks.
2009-12-21(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.alberth
2009-12-13(svn r18489) -Codechange: Introduce a custom container widget for a resizing ↵alberth
legend bar in the smallmap.
2009-12-13(svn r18488) -Codechange: Make number of rows for displaying industries in ↵alberth
smallmap legend dynamic.
2009-12-13(svn r18487) -Codechange: Move row height and column counting to OnInit in ↵alberth
the smallmap window as well.
2009-12-13(svn r18480) -Codechange: Moved column width computation of smallmap legends ↵alberth
to OnInit(), added a few doxy comments.
2009-12-03(svn r18389) -Fix: some minor documentation alignment issuesrubidium
2009-11-29(svn r18332) -Fix: the MSVC compile warningsrubidium
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 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-18(svn r18173) -Codechange: make the smallmap RTL awarerubidium
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the ↵rubidium
WindowDesc; it's determined from the (nested) widgets
2009-11-15(svn r18087) -Codechange: remove NWID_LAYEREDrubidium
2009-11-15(svn r18086) -Codechange: remove 'widget' from WindowDescrubidium
2009-11-14(svn r18083) -Codechange: make the small map GUI nested.rubidium
2009-11-14(svn r18082) -Codechange: make it visually easier to see where the different ↵rubidium
legenda 'tables' are split + some typos
2009-11-14(svn r18080) -Codechange: add some const to the smallmaprubidium
2009-11-09(svn r18030) -Fix: screen jumped a bit for at least SDL and Allegro when ↵rubidium
right-click-dragging
2009-10-26(svn r17881) -Codechange: unify comment style in smallmap_gui.cpp a bitsmatz
2009-10-26(svn r17880) -Codechange: pass 'blitter' as parameter instead of determining ↵smatz
it again in DrawSmallMapStuff()
2009-10-24(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ↵rubidium
used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone.
2009-10-24(svn r17850) -Codechange: remove most usage of delta on OnResizerubidium
2009-10-20(svn r17835) -Codechange: constify few variablessmatz
2009-10-20(svn r17832) -Codechange: make Alberth happiersmatz
2009-10-20(svn r17831) -Codechange: move code used for adding map indicators of the ↵smatz
smallmap to separate functions
2009-10-20(svn r17829) -Codechange: move code used for adding vehicles and town names ↵smatz
to minimap to separate functions
2009-10-20(svn r17825) -Change: 'animate' the 'center to current position' button in ↵smatz
SmallMapWindow when pressed
2009-10-20(svn r17822) -Codechange: move 'extra viewport' code from smallmap_gui.cpp ↵smatz
to viewport_gui.cpp
2009-10-20(svn r17821) -Codechange: make more mathods of SmallMapWindow privatesmatz
2009-10-20(svn r17819) -Codechange: replace magic constant by symbolic constantsmatz
2009-09-29(svn r17665) -Codechange: make the extra viewport window nestedrubidium
2009-09-20(svn r17596) -Codechange: constify some tablessmatz
2009-09-19(svn r17579) -Fix: remove doxygen docs for removed parameters, or change ↵rubidium
@param to @tparam if necessary
2009-09-11(svn r17506) -Fix [FS#3191]: signs partly drawn out of the rectangle in 4/8x ↵rubidium
zoom out.
2009-08-30(svn r17316) -Codechange: use Industry::GetByTile() instead of ↵smatz
GetIndustryByTile()
2009-08-23(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/falserubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their ↵rubidium
relatives
2009-07-08(svn r16765) -Codechange: give ViewportSign's width_1 and width_2 more self ↵rubidium
explaining names
2009-06-16(svn r16579) -Codechange: rework smallmap code a bit; remove goto, remove ↵rubidium
some unneeded variables, return value directly instead of writing it to a variable to later return that
2009-05-30(svn r16473) -Fix [FS#2934](r16442): show all non-effect vehicles in the ↵smatz
minimap, not only effect vehicles