index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
gui
/
popup.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
[Scene] Add `SceneStringNames::panel`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
Fix Tree and FileSystemList edit popup double events and ESC behavior.
bruvzg
2024-05-17
1
-2
/
+10
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-4
/
+4
*
Make handling of rename line-edit popups more robust
Pedro J. Estébanez
2024-05-07
1
-0
/
+6
*
Merge pull request #86553 from Koyper/fix_popup_panel_content_scaling
Rémi Verschelde
2024-04-18
1
-2
/
+3
|
\
|
*
Fix non-embedded Windows resizing to match Viewport content scale factor
Koyper
2024-04-17
1
-2
/
+3
*
|
Remove `Popup`'s unused "panel" style
Michael Alexsander
2024-04-13
1
-2
/
+0
|
/
*
Use `Vector*` component-wise `min/max/clamp` functions where applicable
A Thousand Ships
2024-03-20
1
-2
/
+1
*
Update deferred calls to use Callables
kobewi
2024-01-09
1
-1
/
+1
*
Fix internal events not being delivered to some Window types
Markus Sauermann
2023-11-14
1
-2
/
+1
*
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-16
/
+11
*
Support controller input on popup/dialogs
Ricardo Subtil
2023-08-13
1
-2
/
+1
*
Fix auto-reparenting logic in the `ProgressDialog`
Yuri Sizov
2023-05-29
1
-0
/
+1
*
Use defined key mapping for closing popups and dialogs
Arman Elgudzhyan
2023-05-20
1
-1
/
+1
*
[Editor] Fix editor progress dialog auto closing on ESC press, and on applica...
bruvzg
2023-02-14
1
-3
/
+8
*
Use range iterators in LocalVector loops
kobewi
2023-01-21
1
-3
/
+3
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Prevent `Popup`s it the edited scene tree from closing on focus loss. Hide ir...
bruvzg
2022-10-11
1
-10
/
+28
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-20
/
+20
*
Add dumb and manual theme caching systems to Window
Yuri Sizov
2022-09-01
1
-13
/
+17
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-1
/
+2
*
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-2
/
+1
*
Single-window mode popups and edited scene windows fixes.
bruvzg
2022-06-13
1
-10
/
+1
*
popup deferred hide suppressed if reopened
derammo
2022-05-13
1
-1
/
+15
*
Remove set_as_minsize()
kobewi
2022-03-06
1
-4
/
+0
*
Improve popup window handling.
bruvzg
2022-02-25
1
-27
/
+20
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-11
/
+18
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-2
/
+2
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-2
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-1
/
+1
*
Fix popup trying to emit a non existing signal when closed
HungryProton
2021-10-31
1
-2
/
+0
*
Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som...
Rémi Verschelde
2021-09-23
1
-4
/
+4
|
\
|
*
Add missing SNAME macro optimization for StringName in some functions
jmb462
2021-08-20
1
-4
/
+4
*
|
Add support for internal nodes
kobewi
2021-08-28
1
-1
/
+1
|
/
*
Fix logic for Popup closing when parent is focused
PouleyKetchoupp
2021-07-21
1
-0
/
+1
*
Optimize StringName usage
reduz
2021-07-18
1
-3
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Merge pull request #41851 from EricEzaM/PR/popup-menu-hysteresis
Rémi Verschelde
2020-11-16
1
-1
/
+13
|
\
|
*
Added hysteresis for popup sub-menus
Eric M
2020-11-08
1
-1
/
+13
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
|
/
*
Renamed toplevel to be top_level
Duroxxigar
2020-10-01
1
-2
/
+2
*
Merge pull request #41456 from nekomatata/x11-fix-popups
Rémi Verschelde
2020-09-03
1
-27
/
+41
|
\
|
*
Fix popup closed when an ancestor window is focused
PouleyKetchoupp
2020-08-22
1
-27
/
+41
*
|
PopupMenu rework and enhancements
EricEzaM
2020-09-01
1
-0
/
+22
|
/
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-4
/
+8
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-12
/
+0
[next]