kicad/include/view
tomasz.wlostowski@cern.ch f85bf48a4b EDA_DRAW_PANEL_GAL: redraw stuff in a single place, with "coalescing"
Redraws can be requested way too often than it is required. This commit adds redraw timeout:
- if the view became dirty and there has been no redraw for longer than certain time, it is redrawed immediately
- otherwise, we wait for the next frame

This in general improves smoothness of rendering.
2013-09-12 11:40:16 +02:00
..
view.h EDA_DRAW_PANEL_GAL: redraw stuff in a single place, with "coalescing" 2013-09-12 11:40:16 +02:00
view_controls.h Modified interfaces for [WX_]VIEW_CONTROLS. 2013-09-09 10:53:46 +02:00
view_group.h VIEW_GROUP: added FreeItems() method 2013-09-10 19:25:02 +02:00
view_item.h Changed way of naming VIEW_ITEM update flags to be more explicit. 2013-09-02 11:49:46 +02:00
view_rtree.h Copyright notices fix. 2013-04-11 10:04:38 +02:00
wx_view_controls.h Small refactoring. 2013-09-09 14:31:27 +02:00