liz.li
9b47255bc1
ENH:adjust assembly view toolbar UI (STUDIO-1213)
...
https://jira.bambooolab.com/browse/STUDIO-1213
Change-Id: I3b17b37a229348d347f56d0672f2c258fbeb91e1
2023-04-17 15:39:02 +08:00
zhimin.zeng
cd4cddfca4
ENH: Cut optimization, support for custom connectors
...
Change-Id: I65163314374fb74f0b16df47dacae82caa6fab0d
(cherry picked from commit 7bacc2c2a89be471f6fee51dd07a42222a28b55a)
2023-04-17 15:39:02 +08:00
liz.li
78b6e75955
ENH:add a search box for text toolbar
...
Change-Id: If8a43671916e56d6cb52b9fbd21dd8b8f9539083
2023-02-22 20:09:17 +08:00
Joshua Wise
ab64ae8c63
slic3r: address sanitizer cleanup in ImGuiWrapper::load_svg
...
ImGuiWrapper::load_svg previously could load an image that was not of the
aspect ratio specified by the target_width and target_height, and as a
result, could create an output vector that was smaller (or differently
shaped!) than the target_width and target_height. GCC's Address Sanitizer
flagged this because init_font was reading over the end of the allocated
buffer, but this also meant that images with incorrect aspect ratios might
get rendered to the font canvas incorrectly.
To solve this, we pass the generated width and height out from load_svg, and
use it when copying images later.
2023-02-01 16:24:44 +08:00
liz.li
aab62b77bf
ENH:refine GLCanvas update dark mode logic
...
Change-Id: Id4c4f00a18fa0672eab528a6819b6665031a8915
2022-12-15 04:38:15 -05:00
liz.li
1da9bfcc13
FIX:romove font style preview
...
Change-Id: I1e8f2ffd94db967f17fa561fd5c56a20f718631b
2022-12-15 04:38:15 -05:00
liz.li
e65e27ee57
ENH:add reset direction function
...
Change-Id: I3d89a738434f92ee34e9713d734347e3ea542497
2022-12-15 04:38:15 -05:00
liz.li
06e3c22b92
FIX:need a new frame when reload fonts
...
Change-Id: Ib59359fd1dd327a1e29990b5e774779fa672e04d
2022-12-15 04:38:15 -05:00
liz.li
316ca3f5f5
ENH:optimize mem usage of imgui fonts loading
...
Change-Id: Icdd88b119c4406c407a955240698da5187f8efd8
2022-12-15 04:38:15 -05:00
liz.li
895e90733b
FIX:mousewheel delta of slider turn to 5 at times
...
Change-Id: I64db714b26a315fa443a0ab2796b4bf21a6ec2f5
2022-12-15 04:38:15 -05:00
liz.li
1f0ce4ac47
FIX: init_font crash
...
Change-Id: I2d2fd9f297e2980e789b124d3e026d0db1fa1602
2022-12-15 04:38:15 -05:00
liz.li
882e06bd9b
FIX:add some missing darkmode svgs
...
Change-Id: I0a5a47e9733b534e45c65cb79ecd5b1cd2da7303
2022-12-15 04:38:15 -05:00
liz.li
df260dd724
ENH:dark mode of imgui part
...
Change-Id: I42975f9004be1a348db83f1a5790490dbc444c9d
2022-12-15 04:38:15 -05:00
Stone Li
6d46ac98ba
ENH:GLGizmoText style display
...
Change-Id: Ie7e3a91a10464cf8b85f7553b74973a4cbac3bca
2022-12-15 04:38:15 -05:00
liz.li
8278be8d26
NEW:support jump to specific layer in preview
...
Change-Id: Ia2396c3512f521e31e440783e2ce12926f1ddeca
2022-12-15 04:33:48 -05:00
salt.wei
b8d9a2fdf3
ENH: add custom gcode back
...
Add custom gcode back, which can be inserted in
gcode viewer layer slider.
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I270cc438bedf11b30f07f8f9bad6ae5436d5a2dd
2022-10-20 19:34:37 +08:00
liz.li
07dd4c3672
FIX:mousewheel bug in preview slider
...
Change-Id: I9366a9c36250519259c132380e0a69697b6ee18c
2022-09-29 11:16:43 +08:00
tao wang
bf927f5adc
FIX:add the sd card removal function
...
Change-Id: I98592a5d3d4abcfd3a67b8c12fa4cf07e79b0e4b
2022-09-29 11:16:43 +08:00
liz.li
04d3917993
FIX: imgui font texture failed
...
Change-Id: I5ba0ad1c568024ab15e3c1559015e192709376a2
2022-09-08 21:49:36 +08:00
xiangdong.yang
83010a0d85
ENH: Optimize the overall Gizmo layout
...
Change-Id: Ic773fa45d163d598f4510d981c11d4f9f5858495
2022-09-02 13:16:54 +08:00
xiangdong.yang
65393b8f73
NEW:add 3Dconnexion dialog
...
Change-Id: I0dd1160decb11e5040399bb9c27f571a03b1d082
2022-09-02 12:52:18 +08:00
xiangdong.yang
aa59c93eb5
ENH:Bold font for preview title
...
Change-Id: I75c9b1ad0b1b7b07650b2038dbbc101b5a4fb4d7
2022-08-26 09:25:59 +08:00
liz.li
9bd0db371d
FIX:text color and icon size in menu item of IMSlider
...
Change-Id: I472c3a30d911336029e5693dee6bb81216307413
2022-08-05 16:11:42 +08:00
lane.wei
92ad7ff1d0
Fix the app can not launch issue under case-sensitive APFS on macos
...
Change-Id: I849bd8023c0973b0603e1cbaadbd7035c276a745
(cherry picked from commit 5d08ccd146eb818c83825e28337834a6abdf4fbe)
2022-08-05 16:11:42 +08:00
yifan.wu
c1ac1d8cfc
ENH: rename Fragment Filter to Gap Fill
...
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: If9b417c0bb80d2a9f331c1878507df427690f348
2022-07-25 10:17:49 +08:00
lane.wei
e9e4d75877
Update the codes to 01.01.00.10 for the formal release
...
1. first formal version of macos
2. add the bambu networking plugin install logic
3. auto compute the wipe volume when filament change
4. add the logic of wiping into support
5. refine the GUI layout and icons, improve the gui apperance in lots of
small places
6. serveral improve to support
7. support AMS auto-mapping
8. disable lots of unstable features: such as params table, media file download, HMS
9. fix serveral kinds of bugs
10. update the document of building
11. ...
2022-07-22 20:35:34 +08:00
lane.wei
1555904bef
Add the full source of BambuStudio
...
using version 1.0.10
2022-07-15 23:42:08 +08:00