Commit 9bfa2e7
File tree
10 files changed
+112
-26
lines changed- applications
- calculator/src
- desktop/src
- editor
- src
- terminal/src/screen/gui
- testprogram/src
10 files changed
+112
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
- README.md+32-12
- libfenster/inc/libfenster/components/action_component.hpp+2-2
- libfenster/inc/libfenster/components/bounding_component.hpp+1-1
- libfenster/inc/libfenster/components/button.hpp
- libfenster/inc/libfenster/components/canvas.hpp+2-2
- libfenster/inc/libfenster/components/checkable_component.hpp+2-2
- libfenster/inc/libfenster/components/checkbox.hpp
- libfenster/inc/libfenster/components/component.hpp+11-11
- libfenster/inc/libfenster/components/focusable_component.hpp+1-1
- libfenster/inc/libfenster/components/image.hpp
- libfenster/inc/libfenster/components/label.hpp
- libfenster/inc/libfenster/components/panel.hpp
- libfenster/inc/libfenster/components/scrollpane.hpp
- libfenster/inc/libfenster/components/selection.hpp
- libfenster/inc/libfenster/components/text_area.hpp+25
- libfenster/inc/libfenster/components/text_field.hpp
- libfenster/inc/libfenster/components/titled_component.hpp+2-2
- libfenster/inc/libfenster/components/window.hpp
- libfenster/inc/libfenster/interface.hpp+2-1
- libfenster/src/application.cpp+2-2
- libfenster/src/component_registry.cpp+1-1
- libfenster/src/components/action_component.cpp+2-2
- libfenster/src/components/bounding_component.cpp+2-2
- libfenster/src/components/button.cpp+2-2
- libfenster/src/components/canvas.cpp+1-1
- libfenster/src/components/checkable_component.cpp+2-2
- libfenster/src/components/checkbox.cpp+2-2
- libfenster/src/components/component.cpp+1-1
- libfenster/src/components/focusable_component.cpp+1-1
- libfenster/src/components/image.cpp+1-1
- libfenster/src/components/label.cpp+1-1
- libfenster/src/components/panel.cpp+1-1
- libfenster/src/components/scrollpane.cpp+1-1
- libfenster/src/components/selection.cpp+1-1
- libfenster/src/components/text_area.cpp+14
- libfenster/src/components/text_field.cpp+1-1
- libfenster/src/components/titled_component.cpp+1-1
- libfenster/src/components/window.cpp+1-1
- libfenster/src/layout/flex_layout.cpp+1-1
- libfenster/src/layout/flow_layout.cpp+1-1
- libfenster/src/layout/grid_layout.cpp+1-1
- libfenster/src/layout/stack_layout.cpp+1-1
- libfenster/src/layout/support/orientation_support.cpp+1-1
- libfenster/src/layout/support/padding_support.cpp+1-1
- libfenster/src/layout/support/single_spacing_support.cpp+1-1
- libfenster/src/layout/support/spacing_support.cpp+1-1
- libfenster/src/listener/canvas_buffer_listener_internal.cpp+1-1
- server/src/components/component.cpp+1-1
- server/src/components/desktop/screen.cpp+24
- server/src/components/desktop/screen.hpp+12
- server/src/components/focusable_component.hpp+5
- server/src/components/menu.cpp+138
- server/src/components/menu.hpp+62
- server/src/components/menu_bar.cpp+72
- server/src/components/menu_bar.hpp+36
- server/src/components/menu_item.cpp+200
- server/src/components/menu_item.hpp+70
- server/src/components/panel.cpp+3-2
- server/src/components/window.cpp+17-5
- server/src/components/window.hpp+5-2
- server/src/interface/interface_receiver.cpp+70-69
- server/src/platform/windows-mingw-sim/input.cpp+2-1
- server/src/server.cpp+38-30
- server/src/server.hpp+1-1
- server/src/test.cpp+48
- server/src/util/cairo.cpp+18
- server/src/util/cairo.hpp+12
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
283 | 287 | | |
284 | 288 | | |
285 | 289 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments