Commit 1760c02
committed
Remove indirection from event attributes
1 parent cc2a018 commit 1760c02
5 files changed
Lines changed: 11 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
| 126 | + | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
| 144 | + | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
- .clang-format+14
- .git-blame-ignore-revs+3
- .vscode/settings.json+10-2
- CHANGELOG.md+13
- CMakeLists.txt+3-1
- src/demo/circle.cpp+37-44
- src/demo/circle.hpp+42-38
- src/demo/credits.cpp+43-45
- src/demo/credits.hpp+36-33
- src/demo/demo.cpp+64-64
- src/demo/demo.hpp+39-39
- src/demo/globals.hpp+25-25
- src/demo/main.cpp+56-48
- src/demo/matrix.cpp+70-72
- src/demo/matrix.hpp+42-43
- src/demo/panel.cpp+49-70
- src/demo/panel.hpp+52-39
- src/demo/rabbit.cpp+52-50
- src/demo/rabbit.hpp+41-38
- src/umbra/callback.cpp+53-76
- src/umbra/callback.hpp+138-118
- src/umbra/circle.hpp+110-92
- src/umbra/config.cpp+160-173
- src/umbra/config.hpp+71-64
- src/umbra/delegate.hpp+1.5k-1.5k
- src/umbra/engine.cpp+693-697
- src/umbra/engine.hpp+342-311
- src/umbra/events.hpp+41-40
- src/umbra/font.hpp+70-66
- src/umbra/imod_bsod.cpp+56-54
- src/umbra/imod_bsod.hpp+49-48
- src/umbra/imod_credits.cpp+17-16
- src/umbra/imod_credits.hpp+44-42
- src/umbra/imod_speed.cpp+161-131
- src/umbra/imod_speed.hpp+72-70
- src/umbra/key.hpp+57-53
- src/umbra/log.cpp+117-206
- src/umbra/log.hpp+211-189
- src/umbra/module.cpp+78-75
- src/umbra/module.hpp+250-233
- src/umbra/module_factory.hpp+28-28
- src/umbra/point.hpp+78-78
- src/umbra/rect.hpp+116-112
- src/umbra/signal.hpp+396-525
- src/umbra/stylesheet.cpp+46-45
- src/umbra/stylesheet.hpp+170-146
- src/umbra/umbra.hpp+36-39
- src/umbra/version.hpp+17-2
- src/umbra/widget.cpp+71-68
- src/umbra/widget.hpp+112-107
- src/umbra/widget_button.cpp+62-52
- src/umbra/widget_button.hpp+58-59
- src/umbra/widget_checkbox.cpp+66-70
- src/umbra/widget_checkbox.hpp+73-69
- vcpkg.json+1
0 commit comments