Linux Foundation Collaborative Projects
index
:
windowmanager
eel
master
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
AFBClient.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-14
AFBClient: implement event handler dispatch
Marcus Fritzsch
1
-47
/
+117
2017-09-14
Impl: made wsj1_itf const
Marcus Fritzsch
1
-2
/
+3
2017-09-14
Impl: made 'returned' boolean atomic
Marcus Fritzsch
1
-3
/
+5
2017-09-14
AFBClient: Pimpl'ed to hide impl details
Marcus Fritzsch
1
-15
/
+80
2017-09-14
Guard dispatch using a mutex, remove dipatch() timeout parameter
Marcus Fritzsch
1
-10
/
+16
2017-09-14
AFBClient: remove call() method
Marcus Fritzsch
1
-80
/
+85
2017-09-14
AFBClient: TRACE() onReply too!
Marcus Fritzsch
1
-3
/
+6
2017-09-14
AFBClient: trace dispatch_internal(), header hygiene
Marcus Fritzsch
1
-9
/
+23
2017-09-14
AFBClient: make all call through call()
Marcus Fritzsch
1
-92
/
+103
2017-09-14
AFBClient:: clang-format
Marcus Fritzsch
1
-116
/
+105
2017-09-14
AFBClient: fix NDEBUG usage
Marcus Fritzsch
1
-13
/
+12
2017-09-14
Make all non-public things private (move to impl)
Marcus Fritzsch
1
-90
/
+104
2017-09-14
Add set_event_handler, added int returns for all API methods.
Marcus Fritzsch
1
-15
/
+55
2017-09-14
Application code clean-up
Marcus Fritzsch
1
-12
/
+4
2017-09-14
Removing some test calls
Marcus Fritzsch
1
-6
/
+14
2017-09-14
WIP: add enddraw() and deacrivate_surface() implementations.
Marcus Fritzsch
1
-3
/
+11
2017-09-14
WIP: make requestSurface/activateSurace() syncronous
Marcus Fritzsch
1
-55
/
+60
2017-09-14
Reading and exporting the surfaceID from WM
Marcus Fritzsch
1
-3
/
+17
2017-09-14
Remove the AFB definition
Marcus Fritzsch
1
-14
/
+0
2017-09-14
WIP: dispatch sd_events, but break qt event handling
Marcus Fritzsch
1
-0
/
+4
2017-09-14
Trying to fix the link with wsj1
Marcus Fritzsch
1
-3
/
+8
2017-09-14
Adding some extra application parameters
Marcus Fritzsch
1
-27
/
+65
2017-09-14
Moved the AFBClient to singleton
Marcus Fritzsch
1
-0
/
+10
2017-09-14
Fix compilation for target
Marcus Fritzsch
1
-14
/
+19
2017-09-14
Fix compilation on host
Marcus Fritzsch
1
-3
/
+28
2017-09-12
add AFBClient
Marcus Fritzsch
1
-0
/
+133