Maciej Suminski
|
a68165d2a0
|
Minor changes (removed an unnecessary event handler and two function calls that had no real influence).
|
2014-07-09 10:57:32 +02:00 |
Maciej Suminski
|
9a47f4c645
|
Created a specialization of EDA_DRAW_PANEL_GAL: PCB_DRAW_PANEL_GAL.
Moved View related routines & fields from PCB_{BASE,EDIT}_FRAME & BOARD to PCB_DRAW_PANEL_GAL.
|
2014-07-09 10:57:32 +02:00 |
Maciej Suminski
|
2f6c5f3156
|
Removed EDA_DRAW_FRAME::SetGalCanvasActive() [it may be misleading], added EDA_DRAW_PANEL_GAL::GetBackend().
|
2014-07-09 10:34:00 +02:00 |
Maciej Suminski
|
d27ea7895d
|
Moved background color settings from GAL to RENDER_SETTINGS. Added RENDER_SETTINGS::TranslateColor() to convert between EDA_COLOR_T and COLOR4D.
|
2014-05-14 10:35:12 +02:00 |
Maciej Suminski
|
761375ddef
|
More compatibility fixes.
|
2014-05-13 11:22:51 +02:00 |
Maciej Suminski
|
3f8d9da31f
|
Key events are handled by wxEVT_CHAR instead of wxEVT_KEY_[UP|DOWN]. Fixed issue of chars that require modifiers (e.g. ? is Shift+/ on US keyboard layout).
|
2014-04-09 17:33:22 +02:00 |
Maciej Suminski
|
024bf9dd84
|
Fixed GAL canvas freeze when ordered twice to change to the same GAL canvas (e.g. double F11).
|
2014-04-04 12:01:30 +02:00 |
Maciej Suminski
|
ba275918e3
|
Renamed [class_]drawpanel_gal.[cpp|h] to [class_]draw_panel_gal.[cpp|h] to follow current naming scheme.
|
2014-04-04 11:56:04 +02:00 |