kicad/pagelayout_editor
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
..
dialogs Naming conventions. 2020-11-17 16:05:49 +00:00
tools Eeschema: fix a Unicode/UTF8 management when pasting items from Clipboard. 2020-11-21 10:59:25 +01:00
CMakeLists.txt Push the 2 pleditor dialogs into the dialogs folder 2020-11-16 10:10:24 -05:00
files.cpp Remove GetChars(), a wxWidgets 2.9 compatibility hack 2020-10-15 20:53:25 -04:00
invoke_pl_editor_dialog.h Use consistent PageLayout data structure names. 2019-05-27 11:55:58 +01:00
menubar.cpp Fix localization of the menu strings with accelerator strings 2020-11-04 01:31:52 +00:00
pl_draw_panel_gal.cpp Enable canvas switching in pl_editor 2020-10-31 17:20:12 -04:00
pl_draw_panel_gal.h Untangle pl_editor includes 2020-10-13 20:33:33 -04:00
pl_editor.cpp Untangle pl_editor includes 2020-10-13 20:33:33 -04:00
pl_editor.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
pl_editor.rc Handle Windows manifests ourselves and add dpi awareness option 2020-10-10 19:08:23 +00:00
pl_editor_doc.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
pl_editor_frame.cpp Split out arrayDim and MIRROR templates from macros.h 2020-11-17 20:21:04 -05:00
pl_editor_frame.h Untangle pl_editor includes 2020-10-13 20:33:33 -04:00
pl_editor_id.h Move more frames to the new UI condition framework 2020-08-16 19:10:25 +00:00
pl_editor_layout.cpp Remove eda_item and gr_basic from eda_text.h 2020-10-13 22:46:39 -04:00
pl_editor_layout.h Naming conventions. 2020-11-14 18:26:03 +00:00
pl_editor_settings.cpp Untangle pl_editor includes 2020-10-13 20:33:33 -04:00
pl_editor_settings.h Naming conventions. 2020-11-14 18:26:03 +00:00
pl_editor_undo_redo.cpp Relocate the page_layout includes to a page_layout folder 2020-10-13 20:33:33 -04:00
toolbars_pl_editor.cpp Smooth out redrawing of toolbars by not letting wx pointlessly calculate both orientations 2020-11-05 20:56:14 -05:00