mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02:00
InputText: Added support for Ctrl+Delete to delete up to end of word. (#6067)
This commit is contained in:
@ -47,6 +47,8 @@ All changes:
|
||||
is scaled. Scaling wasn't taken into account, leading to ellipsis character straying
|
||||
slightly out of its expected boundaries. (#2775)
|
||||
- Text: Tweaked rendering of three-dots "..." ellipsis variant. (#2775, #4269)
|
||||
- InputText: Added support for Ctrl+Delete to delete up to end-of-word. (#6067) [@ajweeks]
|
||||
(Not adding Super+Delete to delete to up to end-of-line on OSX, as OSX doesn't have it)
|
||||
- Menus: Fixed layout of MenuItem()/BeginMenu() when label contains a '\n'. (#6116) [@imkcy9]
|
||||
- PlotHistogram, PlotLines: Passing negative sizes honor alignment like other widgets.
|
||||
- ImDrawList: Added missing early-out in AddPolyline() and AddConvexPolyFilled() when
|
||||
|
Reference in New Issue
Block a user