summaryrefslogtreecommitdiff
path: root/src/smallmap_gui.cpp
AgeCommit message (Collapse)Author
2012-09-19(svn r24533) -Codechange: Move position determination on minimap legend to ↵frosch
separate function.
2012-04-25(svn r24179) -Codechange: move some variables of Town to TownCacherubidium
2012-01-01(svn r23704) -Doc: Doxygen comment fixes and additions.alberth
2011-12-20(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the ↵truebrain
others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
2011-12-16(svn r23546) -Codechange: document and rename widgets to be consistent and ↵truebrain
understandable
2011-12-15(svn r23528) -Codechange: move widget enums to widgets/NNN_type.htruebrain
2011-11-24(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.peter1138
2011-10-21(svn r23049) -Fix [FS#4810]: Use the same forest-check for the ↵frosch
vegetation-map colour as for nearby station names.
2011-05-07(svn r22433) -Add/Fix: Add constants for the palette colours used in the ↵frosch
smallmap and fix some windows palette indices.
2011-05-07(svn r22432) -Codechange: Simplify smallmap colour constants using some more ↵frosch
specialised macros.
2011-05-06(svn r22429) -Add: some constants for specific palette colours used in the GUI.frosch
2011-05-06(svn r22428) -Codechange: Reduce code duplication in the smallmap legend.michi_cc
2011-05-04(svn r22421) -Fix: Replace various references to Windows palette greyscale ↵frosch
indices with the DOS palette indices.
2011-05-01(svn r22406) -Document: some more "random-ish" tidbitsrubidium
2011-03-13(svn r22241) -Codechange: Add additional to-be-used parameter to ↵frosch
OnInvalidateData().
2011-02-22(svn r22127) -Fix: Canals would get drawn as land in the smallmap when using ↵terkhen
the owner window.
2011-02-05(svn r21977) -Codechange: Always cal Window::OnMouseWheel(), independent of ↵frosch
viewport scroll/zoom settings.
2011-01-17(svn r21830) -Fix: Deunionize a union which was not initialized correctly.terkhen
2011-01-15(svn r21813) -Fix [FS#4411](r21720): Prevent crash when displaying the owner ↵terkhen
view.
2011-01-05(svn r21733) -Codechange: Clarify the update owner legend code.terkhen
-Fix: Prevent crashes caused by deleted companies.
2011-01-04(svn r21729) -Fix (r21718, r21720): In some cases clicking on a ↵terkhen
industry/company legend entry would not work.
2011-01-04(svn r21726) -Add: Allow to toggle height visualization in the owner view of ↵terkhen
the smallmap.
2011-01-04(svn r21725) -Cleanup: Remove unused owner code.terkhen
2011-01-04(svn r21724) -Change: Do not reset the "Show height" state after closing the ↵terkhen
smallmap window.
2011-01-04(svn r21723) -Add: Enable/Disable all buttons to the owner view of the smallmap.terkhen
2011-01-04(svn r21721) -Codechange: Rename the smallmap button panel and its strings.terkhen
2011-01-04(svn r21720) -Feature: Allow to toggle visualization of company property in ↵terkhen
the owner view of the smallmap.
2011-01-04(svn r21719) -Doc: Correct a doxygen comment.terkhen
2011-01-04(svn r21718) -Feature: Show a list of companies in the owner legend.terkhen
2011-01-04(svn r21717) -Codechange: Unify smallmap functions for getting the legend ↵terkhen
height.
2011-01-04(svn r21716) -Add: Tooltip for the industry legend at the smallmap.terkhen
2011-01-04(svn r21715) -Fix: Use the correct land colour in the owner legend.terkhen
2010-11-26(svn r21331) -Codechange: Make drawing the widgets default behaviour in ↵alberth
OnPaint().
2010-11-13(svn r21157) -Codechange: remove information about the text direction out of ↵rubidium
the language "list"
2010-09-26(svn r20851) -Fix: Smallmap legend buttons must all be equal in size, even ↵alberth
if their contents is not.
2010-09-05(svn r20741) -Cleanup: Use IsTileOnWater() in more places.frosch
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to ↵rubidium
some headers
2010-08-08(svn r20415) -Add: Clicking at the smallmap disables updates from the ↵alberth
industry chain window.
2010-08-08(svn r20414) -Feature: Enable industries in the smallmap displayed in the ↵alberth
industry chain window.
2010-08-08(svn r20411) -Codechange: rename unmovables as quite a lot of them are ↵rubidium
actually movable; e.g. HQ and owned land are pretty movable.
2010-08-08(svn r20410) -Codechange: Move smallmap map-type switching to a function.alberth
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-14(svn r20145) -Codechange: keep original RMB->tooltip behaviour when hovering ↵rubidium
is disabled and there is no handled right click event for the widget, i.e. if a widget would handle the right click you won't see the tooltip anymore by right clicking; by enabling hovering you would get access to that tooltip again.
2010-05-14(svn r19821) -Fix (r19816): Minimap displayed a black screen instead of the ↵alberth
upper edge of the map (reported by IPG).
2010-05-13(svn r19816) -Codechange: use static const uint for the unnamed 'tile ↵rubidium
consts' enum as well
2010-05-08(svn r19770) -Feature: Hide all other industries when ctrl+clicking an ↵frosch
industry type in smallmap legend.
2010-05-07(svn r19767) -Fix [FS#3808]: Height in smallmap was different from measured ↵alberth
heights (ChillCore).
2010-05-07(svn r19766) -Codechange: Store tile height of smallmap contour legend in ↵alberth
the LegendAndColour struct.