about summary refs log tree commit diff stats
path: root/tracker_panel.h
Commit message (Collapse)AuthorAgeFilesLines
* Organised repoStar Rauchenberger2023-05-051-39/+0
|
* Changes to make it work better on WindowsStar Rauchenberger2023-05-031-3/+12
| | | | AreaWindows are now no longer separate controls but are instead just painted onto the TrackerPanel. This lets us avoid the complexity of z-ordering with sibling controls. We can also use the mouse motion event to display and hide the popups, which conveniently doesn't fire when the mouse is over a popup, so the popup won't hide until you mouse off of the window AND popup.
* Map + popups reflect checked locationsStar Rauchenberger2023-05-021-0/+3
|
* Added areas to mapStar Rauchenberger2023-05-021-0/+4
|
* Use Google's style guideStar Rauchenberger2023-05-021-2/+2
|
* Added map backgroundStar Rauchenberger2023-05-011-0/+23