Linux Foundation Collaborative Projects
index
:
windowmanager
eel
master
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-14
AFBClient: make all call through call()
Marcus Fritzsch
2
-94
/
+108
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
2
-106
/
+110
2017-09-14
Add set_event_handler, added int returns for all API methods.
Marcus Fritzsch
2
-20
/
+75
2017-09-14
Application code clean-up
Marcus Fritzsch
2
-13
/
+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
2
-58
/
+62
2017-09-14
Reading and exporting the surfaceID from WM
Marcus Fritzsch
1
-3
/
+17
2017-09-14
Remove the AFB definition
Marcus Fritzsch
2
-16
/
+0
2017-09-14
WIP: dispatch sd_events, but break qt event handling
Marcus Fritzsch
2
-0
/
+5
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
2
-29
/
+66
2017-09-14
Moved the AFBClient to singleton
Marcus Fritzsch
2
-1
/
+21
2017-09-14
Fix compilation for target
Marcus Fritzsch
2
-20
/
+31
2017-09-14
Fix compilation on host
Marcus Fritzsch
2
-3
/
+32
2017-09-12
add AFBClient
Marcus Fritzsch
2
-0
/
+167
2017-09-12
cmake: add file license header
Marcus Fritzsch
1
-0
/
+16
2017-09-12
wm-request: add file license header
Marcus Fritzsch
1
-0
/
+16
2017-09-12
cmake: add file license header
Marcus Fritzsch
1
-0
/
+16
2017-09-12
policy: add file license header
Marcus Fritzsch
1
-3
/
+15
2017-09-12
redraw_fixer: add file license header
Marcus Fritzsch
1
-3
/
+15
2017-09-12
redraw_fixer: fix a couple of unneeded extra redundant stuff
Marcus Fritzsch
1
-40
/
+28
2017-09-12
add redraw_fixer, separate controller tool
Marcus Fritzsch
2
-1
/
+157
2017-09-12
util: add ability to disable afb logging macro usage
Marcus Fritzsch
1
-0
/
+15
2017-09-12
App: controller hooks impl
Marcus Fritzsch
1
-0
/
+6
2017-09-12
policy: debuglog everytime-positive result
Marcus Fritzsch
1
-0
/
+1
2017-09-12
Add visibility dst-rect controller hooks
Marcus Fritzsch
2
-1
/
+4
2017-09-12
App: be more thorough on (de)activate()
Marcus Fritzsch
1
-2
/
+4
2017-09-12
App: correctly deactivate sub surfaces
Marcus Fritzsch
1
-3
/
+6
2017-09-12
App: remove unused field layouts
Marcus Fritzsch
2
-6
/
+0
2017-09-12
App: fix missing layout_commit() on single-surface deactivate
Marcus Fritzsch
1
-0
/
+1
2017-09-12
policy: add a simple policy stub, broke some layouting tho
Marcus Fritzsch
5
-77
/
+117
2017-09-12
app: emit_syncdraw() only after layout commit to compositor
Marcus Fritzsch
1
-8
/
+6
2017-09-12
layers/app: properly remove surfs, deactivate main_surface
Marcus Fritzsch
3
-3
/
+21
2017-09-12
App: add layout_commit()
Marcus Fritzsch
2
-13
/
+14
2017-09-12
App: single-method layout setup
Marcus Fritzsch
2
-74
/
+35
2017-09-12
App: make a couple of methods private to signal internal use
Marcus Fritzsch
3
-21
/
+35
2017-09-12
App: add enqueue_flushdraw() and check_flushdraw()
Marcus Fritzsch
2
-13
/
+28
2017-09-12
App: do some clang-format
Marcus Fritzsch
1
-20
/
+20
2017-09-12
App: rename api call implementations to api_*
Marcus Fritzsch
3
-20
/
+21
2017-09-12
app/binding: implement crude syndraw/enddraw/flushdraw sequence
Marcus Fritzsch
3
-7
/
+41
2017-09-12
App: std::move() optional wrapped values out of there
Marcus Fritzsch
1
-3
/
+3
2017-09-12
App: thoroughly check LayoutState availability in activate too
Marcus Fritzsch
1
-1
/
+7
2017-09-12
App: be more thorough when checking surface-associated LayoutState
Marcus Fritzsch
1
-1
/
+7
2017-09-12
App: take local copies of some optional<> wrapped values.
Marcus Fritzsch
1
-6
/
+9
2017-09-12
App: emit_flushdraw() should actually emit a flushdraw event.
Marcus Fritzsch
1
-1
/
+1
2017-09-12
App: remove some superflous debuglog()
Marcus Fritzsch
1
-5
/
+0
2017-09-12
layers.json: set OnScreen area to non-center non-full
Marcus Fritzsch
1
-1
/
+1
[next]