File tree
7 files changed
+18
-18
lines changed- applications
- calculator/src
- desktop/src
- terminal/src/screen/gui
7 files changed
+18
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
- libfenster/inc/libfenster/application.hpp+1-2
- libfenster/inc/libfenster/button.hpp+2-2
- libfenster/inc/libfenster/canvas.hpp+4-4
- libfenster/inc/libfenster/component.hpp+2-2
- libfenster/inc/libfenster/interface.hpp+101-72
- libfenster/inc/libfenster/layout/flex_layout.hpp+1-1
- libfenster/inc/libfenster/layout/flow_layout.hpp+1-1
- libfenster/inc/libfenster/layout/grid_layout.hpp+1-1
- libfenster/inc/libfenster/layout/stack_layout.hpp+1-1
- libfenster/src/action_component.cpp+2-2
- libfenster/src/application.cpp+12-12
- libfenster/src/bounding_component.cpp+2-2
- libfenster/src/button.cpp+3-3
- libfenster/src/canvas.cpp+1-1
- libfenster/src/checkable_component.cpp+1-1
- libfenster/src/checkbox.cpp+1-1
- libfenster/src/component.cpp+26-26
- libfenster/src/focusable_component.cpp+3-3
- libfenster/src/image.cpp+1-1
- libfenster/src/label.cpp+1-1
- libfenster/src/listener/canvas_buffer_listener_internal.cpp+1-1
- libfenster/src/panel.cpp+1-1
- libfenster/src/scrollpane.cpp+5-5
- libfenster/src/selection.cpp+1-1
- libfenster/src/text_field.cpp+1-1
- libfenster/src/titled_component.cpp+1-1
- libfenster/src/window.cpp+2-2
- server/src/components/action_component.cpp+2-2
- server/src/components/bounding_component.cpp+2-2
- server/src/components/button.cpp+52-50
- server/src/components/button.hpp+1-1
- server/src/components/canvas.cpp+1-1
- server/src/components/checkable_component.cpp+2-2
- server/src/components/checkbox.cpp+5-5
- server/src/components/component.cpp+10-10
- server/src/components/cursor.cpp+2-2
- server/src/components/desktop/screen.cpp+3-3
- server/src/components/focusable_component.cpp+2-2
- server/src/components/radio_button.cpp+5-5
- server/src/components/scrollbar.cpp+3-3
- server/src/components/scrollpane.cpp+1-1
- server/src/components/text/text_area.cpp+5-5
- server/src/components/text/text_field.cpp+5-5
- server/src/components/titled_component.cpp+2-2
- server/src/components/tree_node.cpp+1-1
- server/src/components/window.cpp+8-8
- server/src/events/event_processor.cpp+14-14
- server/src/events/mouse_event.hpp+1-1
- server/src/interface/interface_receiver.cpp+82-78
- server/src/interface/registration_thread.cpp+2-2
- server/src/platform/ghost/input.cpp+4-4
- server/src/platform/windows-mingw-sim/windows_mingw_sim.cpp+4-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments