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: controller hooks impl
Marcus Fritzsch
1
-0
/
+6
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
1
-5
/
+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
1
-69
/
+87
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
1
-3
/
+16
2017-09-12
App: add layout_commit()
Marcus Fritzsch
1
-13
/
+13
2017-09-12
App: single-method layout setup
Marcus Fritzsch
1
-72
/
+33
2017-09-12
App: make a couple of methods private to signal internal use
Marcus Fritzsch
1
-0
/
+21
2017-09-12
App: add enqueue_flushdraw() and check_flushdraw()
Marcus Fritzsch
1
-13
/
+26
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
1
-11
/
+13
2017-09-12
app/binding: implement crude syndraw/enddraw/flushdraw sequence
Marcus Fritzsch
1
-6
/
+31
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
app: check layer <-> surface assoc more thoroughly
Marcus Fritzsch
1
-3
/
+14
2017-09-12
App/layers: deactivate surfaces on layers above.
Marcus Fritzsch
1
-56
/
+72
2017-09-12
App: special-case (de)activation for main_surface
Marcus Fritzsch
1
-3
/
+27
2017-09-12
app: emit syncdraw and flushdraw events
Marcus Fritzsch
1
-20
/
+41
2017-09-12
app: remove unsused surface ref in activate_surface()
Marcus Fritzsch
1
-12
/
+0
2017-09-12
app: do not inline assignments
Marcus Fritzsch
1
-3
/
+3
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
[next]