Linux Foundation Collaborative Projects
index
:
windowmanager
eel
master
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
app.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-12
app/layers: consolidate signed/unsigned usage
Marcus Fritzsch
1
-38
/
+28
2017-09-12
app/layout: fix split layout from and to transitions
Marcus Fritzsch
1
-73
/
+54
2017-09-12
binding: make the pending_events functionality nicer[tm]
Marcus Fritzsch
1
-5
/
+2
2017-09-12
binding: ping() dispatches only pending events
Marcus Fritzsch
1
-3
/
+11
2017-09-12
app/main: dispatch wayland events using ping(), WIP on split layout
Marcus Fritzsch
1
-27
/
+203
2017-09-12
app: remove last remnants of obsolete layout config
Marcus Fritzsch
1
-57
/
+1
2017-09-12
WIP split layouts, reading config, defining data layout.
Marcus Fritzsch
1
-0
/
+16
2017-09-05
App/binding: move binding_api impl to its own source file.
Marcus Fritzsch
1
-73
/
+0
2017-09-05
App: emit visibility events
Marcus Fritzsch
1
-6
/
+16
2017-09-05
App: be a little more thorough when activating a surface
Marcus Fritzsch
1
-1
/
+4
2017-09-05
App: only activate/deactivate if necessary
Marcus Fritzsch
1
-4
/
+10
2017-09-05
App: remove unimplemented (stubbed) binding API methods
Marcus Fritzsch
1
-12
/
+0
2017-09-05
App: some quality improvements, add activate/deactivate helper
Marcus Fritzsch
1
-24
/
+28
2017-09-05
App: remove last_active logic
Marcus Fritzsch
1
-37
/
+1
2017-09-04
App: cleanup requestSurface API method.
Marcus Fritzsch
1
-3
/
+3
2017-09-04
App: emit activated and deactivated events
Marcus Fritzsch
1
-0
/
+4
2017-09-04
App: cleanup name/id mapping and its reverse
Marcus Fritzsch
1
-51
/
+32
2017-09-04
App/API: fix event emission methods
Marcus Fritzsch
1
-4
/
+8
2017-09-04
app: remove previous work around experiments, add one that fixes HomeScreen
Marcus Fritzsch
1
-21
/
+44
2017-09-04
app: remove add_task/execute_pending support
Marcus Fritzsch
1
-35
/
+9
2017-09-04
app: workaround for visibility setting; use system()
Marcus Fritzsch
1
-4
/
+10
2017-09-04
app: visibility setting work around... peak software enfineering right here!!1
Marcus Fritzsch
1
-2
/
+13
2017-09-04
app: do not use the Qt surface ID shift hack
Marcus Fritzsch
1
-2
/
+2
2017-09-04
app: use activate_surface() in surface_set_layout()
Marcus Fritzsch
1
-2
/
+7
2017-09-04
app: use id_shift of 22, just like in Qt
Marcus Fritzsch
1
-2
/
+2
2017-09-04
app/main: add send_event() to binding_api
Marcus Fritzsch
1
-2
/
+21
2017-09-04
app: added enddraw() and deactivate_surface()
Marcus Fritzsch
1
-10
/
+91
2017-09-04
app/id_alloc: remove destroyed surfaces
Marcus Fritzsch
1
-3
/
+6
2017-09-04
clarify some things
Marcus Fritzsch
1
-2
/
+3
2017-09-04
add role to layer::to_json()
Marcus Fritzsch
1
-5
/
+0
2017-09-04
clang-tidy
Marcus Fritzsch
1
-3
/
+4
2017-09-04
clang-format
Marcus Fritzsch
1
-10
/
+10
2017-09-04
Implement surface names
Marcus Fritzsch
1
-14
/
+77
2017-08-16
app: some more constructor security
Marcus Fritzsch
1
-1
/
+0
2017-08-11
Remove the DB() makro, replace with logdebug() where sensible
Marcus Fritzsch
1
-6
/
+4
2017-08-11
layers: fix json to actually include numbers
Marcus Fritzsch
1
-5
/
+5
2017-08-08
clang formatting
Marcus Fritzsch
1
-7
/
+7
2017-08-08
remove some unnuecessary comments
Marcus Fritzsch
1
-5
/
+0
2017-08-08
app/api: add demo_activate_all()
Marcus Fritzsch
1
-2
/
+12
2017-08-08
app: remove spurious comment
Marcus Fritzsch
1
-1
/
+0
2017-08-08
app/api: add demo_activate_surface() api_binding
Marcus Fritzsch
1
-0
/
+39
2017-08-08
app: do not set surface source rectangle on layout setup
Marcus Fritzsch
1
-2
/
+0
2017-08-08
app: comment on surface visiblity and layout setup
Marcus Fritzsch
1
-0
/
+2
2017-08-08
app/wayland: move late-tasks to App
Marcus Fritzsch
1
-6
/
+23
2017-08-08
app: add surface_set_layout(), call it from genivi::controller late-task
Marcus Fritzsch
1
-38
/
+54
2017-08-08
app: rename fullscren surface task
Marcus Fritzsch
1
-1
/
+1
2017-08-08
add license text to implementation files
Marcus Fritzsch
1
-0
/
+16
2017-08-08
app: debug_layers returns a representation of layers.json configuration
Marcus Fritzsch
1
-1
/
+1
2017-08-08
app: use config to determine json config file names
Marcus Fritzsch
1
-13
/
+20
2017-08-08
app: rename load_layer_ids to load_layer_map
Marcus Fritzsch
1
-2
/
+3
[next]