kicad/common/tool
jean-pierre charras 64636601b8 Eeschema: fix a Unicode/UTF8 management when pasting items from Clipboard.
Copy to clipboard save items (using S expr description) using wide strings
(not UTF8 encoding).
But Paste from clipboard was not converting the wide string to UTF8 string
when getting the stored data to send it as std::string to the S expr reader.

Fixes #6449
https://gitlab.com/kicad/code/kicad/issues/6449
2020-11-21 10:59:25 +01:00
..
action_manager.cpp Add more consts all over the place 2020-10-27 11:03:35 +00:00
action_menu.cpp Fix localization of the menu strings with accelerator strings 2020-11-04 01:31:52 +00:00
action_toolbar.cpp Cosmetic fixes to the toolbar palettes 2020-11-11 00:41:02 +00:00
actions.cpp LibEdit -> SymbolEditor 2020-10-31 10:28:21 +00:00
common_control.cpp QuasiModal needs to be used for any dialog hosting a help window. 2020-10-28 23:07:15 +00:00
common_tools.cpp LibEdit -> SymbolEditor 2020-10-31 10:28:21 +00:00
conditional_menu.cpp Turn CONDITIONAL_MENU's conditions into only show/hide conditions 2020-08-17 23:40:02 +01:00
edit_constraints.cpp ADDED: Improved center point dragging 2020-08-27 10:34:12 -07:00
edit_points.cpp Fix hover/highlight of line edit points 2020-10-21 20:37:15 -04:00
editor_conditions.cpp Migrate Pcbnew/footprint viewer/footprint editor to the new UI update system 2020-08-16 19:10:26 +00:00
grid_menu.cpp Improve SNR in status bar (and use common code). 2020-10-06 12:08:31 +01:00
picker_tool.cpp Fix the delete tool not immediately setting cursor 2020-10-09 18:51:10 -04:00
selection_conditions.cpp Migrate Pcbnew/footprint viewer/footprint editor to the new UI update system 2020-08-16 19:10:26 +00:00
tool_action.cpp Try and unify the background colors between panels and platforms. 2020-09-04 20:47:50 +01:00
tool_base.cpp Push tool framework base down into TOOL_HOLDER. 2020-03-24 19:00:25 +00:00
tool_dispatcher.cpp Split out arrayDim and MIRROR templates from macros.h 2020-11-17 20:21:04 -05:00
tool_event.cpp Cleanup position handling for TOOL_EVENTs 2019-10-03 19:04:33 +01:00
tool_interactive.cpp Beware of copying events and losing the m_passEvent flag. 2019-06-17 14:44:39 +01:00
tool_manager.cpp Eeschema: fix a Unicode/UTF8 management when pasting items from Clipboard. 2020-11-21 10:59:25 +01:00
tool_menu.cpp Turn CONDITIONAL_MENU's conditions into only show/hide conditions 2020-08-17 23:40:02 +01:00
tools_holder.cpp Another attempt to fix the select-reference-point toolstack thing. 2020-08-24 22:47:24 +01:00
zoom_menu.cpp D_PAD::BuildEffectiveShapes(): fix incorrect rect shape size for rect pads 2020-07-01 16:06:31 +02:00
zoom_tool.cpp Go back to arrow cursor on a cancel (or finish). 2020-11-19 20:09:28 +00:00