BambuStudio/src/slic3r/GUI/Widgets
chunmao.guo a7bd14003b FIX: button handle navigation key event
Change-Id: I60e367a32e5b76744e81180ee5dd6c3b30fd722f
2022-08-26 09:25:59 +08:00
..
AMSControl.cpp FIX:fixed amsitem is too close to Amslib 2022-08-08 22:19:42 +08:00
AMSControl.hpp ENH:adjust AMSMaterial clickable region 2022-08-05 16:11:42 +08:00
AxisCtrlButton.cpp FIX:use scalablebitmap replace wxbitmap 2022-08-05 16:11:42 +08:00
AxisCtrlButton.hpp FIX:use scalablebitmap replace wxbitmap 2022-08-05 16:11:42 +08:00
Button.cpp FIX: button handle navigation key event 2022-08-26 09:25:59 +08:00
Button.hpp FIX: button handle key event 2022-08-05 16:11:42 +08:00
CheckBox.cpp FIX: CheckBox style on MacOS 2022-08-05 16:11:42 +08:00
CheckBox.hpp FIX: CheckBox style on MacOS 2022-08-05 16:11:42 +08:00
ComboBox.cpp ENH: TabCtrl: support arrow key events 2022-08-26 09:25:59 +08:00
ComboBox.hpp FIX: support key event in ComboBox 2022-08-05 16:11:42 +08:00
DropDown.cpp FIX: Intercept IDLE event in DropDown to fix various problems on MacOS 2022-08-08 22:19:42 +08:00
DropDown.hpp FIX: Intercept IDLE event in DropDown to fix various problems on MacOS 2022-08-08 22:19:42 +08:00
ImageSwitchButton.cpp FIX:fixed imageswitchbutton can not display all text 2022-08-05 16:11:42 +08:00
ImageSwitchButton.hpp FIX:use scalablebitmap replace wxbitmap 2022-08-05 16:11:42 +08:00
Label.cpp FIX: background color of title labels in sidebar 2022-08-26 09:25:59 +08:00
Label.hpp FIX: background color of title labels in sidebar 2022-08-26 09:25:59 +08:00
ProgressBar.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
ProgressBar.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
ProgressDialog.cpp FIX:the block of progress dialog only effect in windows 2022-08-05 16:11:42 +08:00
ProgressDialog.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
RadioBox.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
RadioBox.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
RoundedRectangle.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
RoundedRectangle.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Scrollbar.cpp FIX:fixed scrolling too slow of parameter search scroll bar 2022-08-05 16:11:42 +08:00
Scrollbar.hpp FIX:fixed scrolling too slow of parameter search scroll bar 2022-08-05 16:11:42 +08:00
ScrolledWindow.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
ScrolledWindow.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
SideButton.cpp ENH: refine style of side button 2022-08-05 16:11:42 +08:00
SideButton.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
SideMenuPopup.cpp Update the codes to 01.01.00.10 for the formal release 2022-07-22 20:35:34 +08:00
SideMenuPopup.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
SideTools.cpp FIX: destory timers & check webview consist 2022-08-26 09:25:59 +08:00
SideTools.hpp FIX:use scalablebitmap replace wxbitmap 2022-08-05 16:11:42 +08:00
SpinInput.cpp ENH: StateHandler as wxEvtHandler and attach child 2022-08-26 09:25:59 +08:00
SpinInput.hpp FIX: use StaticBox for background 2022-08-05 16:11:42 +08:00
StateColor.cpp FIX: button focused state 2022-08-05 16:11:42 +08:00
StateColor.hpp FIX: button focused state 2022-08-05 16:11:42 +08:00
StateHandler.cpp ENH: StateHandler as wxEvtHandler and attach child 2022-08-26 09:25:59 +08:00
StateHandler.hpp ENH: StateHandler as wxEvtHandler and attach child 2022-08-26 09:25:59 +08:00
StaticBox.cpp ENH: refine button display style on mac retina 2022-08-05 16:11:42 +08:00
StaticBox.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
StaticLine.cpp FIX: ui style of base widgets 2022-08-05 16:11:42 +08:00
StaticLine.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
StepCtrl.cpp Update the codes to 01.01.00.10 for the formal release 2022-07-22 20:35:34 +08:00
StepCtrl.hpp Update the codes to 01.01.00.10 for the formal release 2022-07-22 20:35:34 +08:00
SwitchButton.cpp FIX: ui style of base widgets 2022-08-05 16:11:42 +08:00
SwitchButton.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
TabCtrl.cpp FIX: TabCtrl: size of indicator 2022-08-26 09:25:59 +08:00
TabCtrl.hpp ENH: TabCtrl: support arrow key events 2022-08-26 09:25:59 +08:00
TempInput.cpp Update the codes to 01.01.00.10 for the formal release 2022-07-22 20:35:34 +08:00
TempInput.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
TextInput.cpp ENH: StateHandler as wxEvtHandler and attach child 2022-08-26 09:25:59 +08:00
TextInput.hpp FIX: use StaticBox for background 2022-08-05 16:11:42 +08:00
WebView.cpp FIX: async evaluateJavaScript on vebwiew on MacOS 2022-08-05 16:11:42 +08:00
WebView.hpp FIX: load url in guide web dialog 2022-08-05 15:28:01 +08:00
wxStaticText2.cpp ENH:Show ErrorCode to the Device screen 2022-08-05 16:11:42 +08:00
wxStaticText2.hpp ENH:Show ErrorCode to the Device screen 2022-08-05 16:11:42 +08:00