YuSanka
bef0e5007c
Search: 1.Select first item in the search list by default
...
2. Show "Search in English" checkbox only, when Slicer is localized
3. Suppress search window hiding when leave the 3D-scene
2020-05-07 21:53:17 +02:00
YuSanka
ba71189925
Added missed include for the OSX build
2020-05-06 21:29:51 +02:00
YuSanka
f5bb831c7b
Search:
...
1. To the imGui Dialog added icons instead of settings type
2. Fixed a search trough the options with # symbol in opt_key
3. Deleted "Type" checkbox from the Search Windows and added "Search in English" checkbox (but without implementation for this moment)
Layouts:
1. Fixed a visibility of the "Switch to Settings" toolbar icon for the old layout mode
2020-05-06 20:51:50 +02:00
YuSanka
a0ef2a3cdb
Implemented workaround for the mouse wheel in Search Window and Undo/Redo lists on the Plater
...
Workaround is used because of ImGui::GetIO().MouseWheel returns zero always!
2020-04-27 16:00:54 +02:00
YuSanka
4674cec006
Search: Code cleaning
...
+ Reverted "Plater" tab to the Settings Notepad
2020-04-24 11:01:14 +02:00
YuSanka
2d7f3fa6ba
Search: Implemented SearchDialog.
...
Search window on Plater: set flag SelectAll for search line
2020-04-22 15:46:23 +02:00
YuSanka
2b3b8e85d9
Search: Implemented "Option type" checkbox for imGui window on Plater
...
+ code refactoring
2020-04-20 21:54:46 +02:00
YuSanka
372dcb582b
Search: Implemented cursor movement inside SearchWindow on Plater
2020-04-20 17:37:03 +02:00
YuSanka
5996e3a0ec
Implemented cursor movement inside SearchComboPopup
...
+ Added checkboxes for editing of the option's name (include "Group"/"Category" or not)
+ some code refactoring
2020-04-14 17:54:15 +02:00
YuSanka
5fbc5e6c5a
Search: Set focus on search line in popup control on Plater
2020-04-08 21:03:58 +02:00
YuSanka
e294eac44b
Added code for deactivating of search toolbar item
...
+ invalidated its unused callbacks.
+ ImGui::Selectable function is copied to InGuiWrapper.cpp and a little beat modified to change a label text, when item is hovered
2020-04-01 15:28:07 +02:00
YuSanka
8b0ae2ce18
Implemented Search on Plater, usint imGui
2020-03-28 19:39:24 +01:00
Slic3rPE
247b9bb38f
Fixed Command character on OSX in ImGUI
2020-03-19 16:10:16 +01:00
bubnikv
c31c9bd32b
ImGUI characters for OSX keyboard keyboard modifiers are only contained
...
in the CJK fonts, not in the regular fonts. Load them from CJK fonts
even for non CJK languages.
2020-03-19 13:32:34 +01:00
bubnikv
a56d48b277
Adding special OS characters for keyboard shortcuts to ImGUI font map.
2020-03-19 09:52:24 +01:00
bubnikv
7f663ac8c9
ImGUI input_double wrapper for wxString label.
...
Possible fix of Fix encoding in Hollowing #3683
2020-02-21 12:17:46 +01:00
Enrico Turri
59e1ff1676
Added [X] and [Close] buttons to close 3Dconnexion setting imgui dialog by clicking on them
2019-12-16 13:35:45 +01:00
Enrico Turri
2c5b1b0e54
Some rework on layout of imgui dialogs
2019-12-11 15:30:25 +01:00
YuSanka
1ebf8fcdaa
Fixed localization for JA and some strings
2019-12-10 13:47:10 +01:00
YuSanka
cb5289c1f9
Localization improvements:
...
* added wrapper to SliderFloat in imgui
* fixed localized text in Mouse3DController
* added take_snapshot for extruder change in object list
* fixed text typos in AppConfig.cpp, ConfigWizard.cpp and ConfigManipulation.cpp
2019-12-04 16:11:10 +01:00
Enrico Turri
2399d964de
ENABLE_3DCONNEXION_DEVICES tech set as default
2019-10-11 15:51:36 +02:00
Enrico Turri
869d1ca48d
ENABLE_3DCONNEXION_DEVICES - Added imgui dialog to edit 3Dconnexion device parameters
2019-10-02 15:55:26 +02:00
Jason Tibbitts
ca9aa89f16
Fix format-security-related build failure
...
Calling a printf-like function without a format string will cause gcc to
emit a warhing and causes a build failure on distros which build
everything with -Werror=format-security.
Signed-off-by: Jason Tibbitts <j@tib.bs >
2019-08-13 14:21:41 -05:00
Enrico Turri
107d3c0c82
Imgui dialogs for undo/redo centered on their toolbar item icon
2019-07-10 13:45:25 +02:00
YuSanka
0af1af0ae2
Next improvements of an undo/redo from a toolbar
2019-07-09 19:39:36 +02:00
YuSanka
8cfe03033f
Added undo/redo icons. Fist step to implementation Undo/Redo list for toolbar
2019-07-08 18:01:14 +02:00
Vojtech Kral
0acf2dd513
Warnings cleanup in BonjourDialog, ConfigWizard, FirmwareDialog,
...
GLGizmoCut, ImGuiWrapper
2019-06-25 18:16:53 +02:00
Enrico Turri
0af66cfe82
ENABLE_COMPRESSED_TEXTURES set as default
2019-06-24 09:54:58 +02:00
Enrico Turri
4ab6ee114c
Texture compression set as an option
2019-05-28 12:53:16 +02:00
Enrico Turri
113a0a043f
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_experiments
2019-05-28 09:46:40 +02:00
Lukas Matena
05a7d1b26b
SLA dialog: Prevented the slider to have zero width, even in case the text width is calculated incorrectly
2019-05-27 15:36:51 +02:00
Enrico Turri
573a7c3e77
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_experiments
2019-05-24 08:22:53 +02:00
bubnikv
2aa05cfb0b
Support of CJK languages in ImGUI:
...
Added glyph tables & CJK font (huge file!)
Added glyph tables for Turkish and Vietnamese.
Added glyph tables Thai (font is still missing)
2019-05-23 18:04:27 +02:00
Enrico Turri
76abf5c285
Use texture compression on GPU
2019-05-21 14:19:03 +02:00
bubnikv
d01013d339
Fixed an incorrect language specifier in ImGUI font initialization
...
for Korean language.
2019-05-19 10:52:09 +02:00
Lukas Matena
5ae82e9ea1
Hopefully fixed SLA dialog scaling issues on OSX
2019-05-13 15:10:01 +02:00
Enrico Turri
d2a4fba1cd
Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring
2019-04-04 09:03:25 +02:00
Vojtech Kral
53e40cc049
imgui: Yet another font size fix
2019-04-03 16:31:49 +02:00
Enrico Turri
e78603125b
Fixed conflicts after merge with master
2019-04-03 08:38:32 +02:00
Vojtech Kral
79440f42a7
imgui: Fix font size and scaling on Windows
2019-04-02 15:28:14 +02:00
Enrico Turri
8f1d9b7703
Fixed conflicts after merge with master
2019-04-02 15:13:26 +02:00
Vojtech Kral
e7f991d27b
imgui: More refactoring, cut gizmo window positioning
2019-04-02 10:36:24 +02:00
Vojtech Kral
98bf41f335
imgui: Refactor font size, font initialization
2019-04-01 14:28:39 +02:00
Enrico Turri
521a947b3d
Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring
2019-04-01 08:28:38 +02:00
Vojtech Kral
10624370e1
imgui: Get font size from wxWidgets, fix #2043
2019-03-29 14:58:32 +01:00
Enrico Turri
910605864a
Added glsafe() around OpenGL calls where missing
2019-03-27 14:42:09 +01:00
Vojtech Kral
f527ed0a92
imgui: Fix assert caused by set_language() while new frame is open
2019-03-26 17:57:54 +01:00
Vojtech Kral
e3500dc5c3
imgui: Slider style
2019-03-13 14:58:38 +01:00
Vojtech Kral
5dd88bff4c
imgui: Fix mouse button state while dragging
2019-03-13 14:58:38 +01:00
Vojtech Kral
b2476b7b48
imgui: Refactor combo boxes. Fix #1895 #1868
2019-03-05 15:28:53 +01:00