kicad/common/view
Seth Hillbrand 06786c34d7 Blacklist hashes for 2d integer elements
The hash table for integer hashes is extremely limited and places most
elements in the same buckets.  This leads to a linear search time for
structures built on this.

This blocks hashes, directing the coder to utilize std::set or std::map
structures instead of hash tables for implementing integer-based
lookups.
2022-08-26 08:43:37 -07:00
..
view.cpp Gerbview: unexceptional exception cleanups 2022-07-26 18:42:55 +00:00
view_controls.cpp Initialize variables properly 2021-01-18 18:35:10 +00:00
view_group.cpp Blacklist hashes for 2d integer elements 2022-08-26 08:43:37 -07:00
view_item.cpp Cleanup. 2021-10-03 19:42:29 +01:00
view_overlay.cpp VIEW_OVERLAY: enforce always on top behaviour through Z ordering 2022-03-03 01:02:00 +01:00
wx_view_controls.cpp Hide cursor while warping on Wayland 2022-06-24 09:56:43 -07:00
zoom_controller.cpp Tweak default zoom settings for Windows 2021-03-21 19:46:23 -04:00