kicad/include/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
..
examples Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
action_manager.h Add more consts all over the place 2020-10-27 11:03:35 +00:00
action_menu.h Implement a framework to handle wxUpdateUIEvents for tool actions 2020-08-16 19:10:25 +00:00
action_toolbar.h Correct function doc block 2020-11-06 15:24:54 +00:00
actions.h Inhibit point editor while drag-selecting 2020-10-25 12:13:25 -04:00
common_control.h Move bug reporting to COMMON_CONTROL; add to Help menu 2020-05-26 21:18:32 -04:00
common_tools.h Switch to showing metric/imperial units in comboboxes and menus 2020-10-05 20:26:33 +01:00
conditional_menu.h Turn CONDITIONAL_MENU's conditions into only show/hide conditions 2020-08-17 23:40:02 +01:00
coroutine.h Naming conventions. 2020-11-17 16:05:49 +00:00
edit_constraints.h ADDED: Improved center point dragging 2020-08-27 10:34:12 -07:00
edit_points.h Fix a few minor Coverity warnings 2020-10-26 10:46:08 +01:00
editor_conditions.h Remove common.h from more headers 2020-10-25 22:29:53 -04:00
grid_menu.h Nip some common.h from headers 2020-10-24 08:28:03 -04:00
picker_tool.h Implement more context specific cursors using both stock and custom cursors. 2020-10-08 00:50:28 +00:00
selection.h Selection center is center of visible items. 2020-10-30 23:37:35 +00:00
selection_conditions.h Migrate Pcbnew/footprint viewer/footprint editor to the new UI update system 2020-08-16 19:10:26 +00:00
tool_action.h Try and unify the background colors between panels and platforms. 2020-09-04 20:47:50 +01:00
tool_base.h Split base_struct into eda_item and eda_rect 2020-10-13 21:24:50 -04:00
tool_dispatcher.h Implement a framework to handle wxUpdateUIEvents for tool actions 2020-08-16 19:10:25 +00:00
tool_event.h Don't pass Cancel event where there was a specific action cancelled. 2020-08-25 12:54:40 +01:00
tool_interactive.h Beware of copying events and losing the m_passEvent flag. 2019-06-17 14:44:39 +01:00
tool_manager.h Eeschema: fix a Unicode/UTF8 management when pasting items from Clipboard. 2020-11-21 10:59:25 +01:00
tool_menu.h ADDED: Tool for converting shape types in PcbNew 2020-08-28 21:16:06 -04:00
tools_holder.h Minor code cleanup, step2: remove more useless include. 2020-10-01 15:39:47 +02:00
zoom_menu.h CONTEXT_MENU -> ACTION_MENU. (Now used for menu-bar menus too.) 2019-05-15 17:50:52 +01:00
zoom_tool.h Move zoom_tool.h to include 2017-09-25 13:35:01 +02:00