doc: shuffled around some sections, fixes.
[staging/windowmanager.git] / src /
2017-09-14 Marcus FritzschApp: remove unused g_app global, make dtor default
2017-09-14 Marcus FritzschApp: remove id_shift and id_mask constants
2017-09-14 Marcus Fritzschbinding/afbclient: use the correct binding names
2017-09-14 Marcus Fritzschapp/afbclient: use the correct names for active/inactiv...
2017-09-14 Marcus Fritzschlayers: remove priority from split layout definition
2017-09-14 Marcus Fritzschredraw_fixer: a couple of style fixes
2017-09-14 Marcus Fritzschapp: a couple of style fixes + format
2017-09-14 Marcus Fritzschcmake: enable c++14 for redraw_fixer
2017-09-14 Marcus FritzschRemove remnants of obsolete surface management by their IDs
2017-09-14 Marcus Fritzschcmake/config: use /etc/layers.json, install it to there...
2017-09-14 Marcus Fritzschwinman: add install targets
2017-09-12 Marcus Fritzschcmake: add file license header
2017-09-12 Marcus Fritzschpolicy: add file license header
2017-09-12 Marcus Fritzschredraw_fixer: add file license header
2017-09-12 Marcus Fritzschredraw_fixer: fix a couple of unneeded extra redundant...
2017-09-12 Marcus Fritzschadd redraw_fixer, separate controller tool
2017-09-12 Marcus Fritzschutil: add ability to disable afb logging macro usage
2017-09-12 Marcus FritzschApp: controller hooks impl
2017-09-12 Marcus Fritzschpolicy: debuglog everytime-positive result
2017-09-12 Marcus FritzschAdd visibility dst-rect controller hooks
2017-09-12 Marcus FritzschApp: be more thorough on (de)activate()
2017-09-12 Marcus FritzschApp: correctly deactivate sub surfaces
2017-09-12 Marcus FritzschApp: remove unused field layouts
2017-09-12 Marcus FritzschApp: fix missing layout_commit() on single-surface...
2017-09-12 Marcus Fritzschpolicy: add a simple policy stub, broke some layouting tho
2017-09-12 Marcus Fritzschapp: emit_syncdraw() only after layout commit to compositor
2017-09-12 Marcus Fritzschlayers/app: properly remove surfs, deactivate main_surface
2017-09-12 Marcus FritzschApp: add layout_commit()
2017-09-12 Marcus FritzschApp: single-method layout setup
2017-09-12 Marcus FritzschApp: make a couple of methods private to signal interna...
2017-09-12 Marcus FritzschApp: add enqueue_flushdraw() and check_flushdraw()
2017-09-12 Marcus FritzschApp: do some clang-format
2017-09-12 Marcus FritzschApp: rename api call implementations to api_*
2017-09-12 Marcus Fritzschapp/binding: implement crude syndraw/enddraw/flushdraw...
2017-09-12 Marcus FritzschApp: std::move() optional wrapped values out of there
2017-09-12 Marcus FritzschApp: thoroughly check LayoutState availability in activ...
2017-09-12 Marcus FritzschApp: be more thorough when checking surface-associated...
2017-09-12 Marcus FritzschApp: take local copies of some optional<> wrapped values.
2017-09-12 Marcus FritzschApp: emit_flushdraw() should actually emit a flushdraw...
2017-09-12 Marcus FritzschApp: remove some superflous debuglog()
2017-09-12 Marcus Fritzschapp: check layer <-> surface assoc more thoroughly
2017-09-12 Marcus FritzschApp/layers: deactivate surfaces on layers above.
2017-09-12 Marcus FritzschApp: special-case (de)activation for main_surface
2017-09-12 Marcus Fritzschmisc: fix some minor style issues, fix SCOPE_TRACING...
2017-09-12 Marcus Fritzschapp: emit syncdraw and flushdraw events
2017-09-12 Marcus Fritzschapp: remove unsused surface ref in activate_surface()
2017-09-12 Marcus Fritzschwayland: fix two instances of logdebug format breakage
2017-09-12 Marcus Fritzschutil/cmake: enable ScopeTracing through cmake variable...
2017-09-12 Marcus Fritzschapp: do not inline assignments
2017-09-12 Marcus Fritzschapp/layers: consolidate signed/unsigned usage
2017-09-12 Marcus Fritzschapp/layout: fix split layout from and to transitions
2017-09-12 Marcus Fritzschbinding: protect raise(SIGKILL) by getenv
2017-09-12 Marcus Fritzschbinding: make the pending_events functionality nicer[tm]
2017-09-12 Marcus Fritzschbinding: ping() dispatches only pending events
2017-09-12 Marcus Fritzschbinding: manual lock on API call, do not use noconcurre...
2017-09-12 Marcus Fritzschapp/main: dispatch wayland events using ping(), WIP...
2017-09-12 Marcus Fritzschbinding: add ping() API call
2017-09-12 Marcus Fritzschapp: remove last remnants of obsolete layout config
2017-09-12 Marcus Fritzschlayers: fix layers parsing, do not sort by prio
2017-09-12 Marcus Fritzschutil: add scope tracer utility (hack, but more or less...
2017-09-12 Marcus Fritzschwayland: extend wl::display for finer grained dispatch...
2017-09-12 Marcus FritzschWIP split layouts, reading config, defining data layout.
2017-09-05 Marcus FritzschApp/binding: move binding_api impl to its own source...
2017-09-05 Marcus Fritzschmain: only exit on hangup if WINMAN_EXIT_ON_HANGUP...
2017-09-05 Marcus FritzschApp: emit visibility events
2017-09-05 Marcus Fritzschlayers: prefer using instead of typedef
2017-09-05 Marcus FritzschApp: be a little more thorough when activating a surface
2017-09-05 Marcus FritzschApp: only activate/deactivate if necessary
2017-09-05 Marcus FritzschApp: remove unimplemented (stubbed) binding API methods
2017-09-05 Marcus Fritzschwayland: debug log prints IDs instead of controller ptr
2017-09-05 Marcus FritzschApp: some quality improvements, add activate/deactivate...
2017-09-05 Marcus FritzschApp: remove last_active logic
2017-09-05 Marcus Fritzschmain: exit on compositor hangup
2017-09-04 Marcus FritzschApp: cleanup requestSurface API method.
2017-09-04 Marcus FritzschApp: emit activated and deactivated events
2017-09-04 Marcus FritzschApp: cleanup name/id mapping and its reverse
2017-09-04 Marcus FritzschApp/API: fix event emission methods
2017-09-04 Marcus Fritzschmain: simplify event broadcasting
2017-09-04 Marcus Fritzschapp: remove previous work around experiments, add one...
2017-09-04 Marcus Fritzschapp: remove add_task/execute_pending support
2017-09-04 Marcus Fritzschmain/binding: do not allow concurrent threads in App
2017-09-04 Marcus Fritzschapp: workaround for visibility setting; use system()
2017-09-04 Marcus Fritzschapp: visibility setting work around... peak software...
2017-09-04 Marcus Fritzschapp: do not use the Qt surface ID shift hack
2017-09-04 Marcus Fritzschapp: use activate_surface() in surface_set_layout()
2017-09-04 Marcus Fritzschwayland: only create layers and surfaces when necessary
2017-09-04 Marcus Fritzschwayland: honor output transformations
2017-09-04 Marcus Fritzschapp: do not apply left id_shift to generated ID!
2017-09-04 Marcus Fritzschapp: use id_shift of 22, just like in Qt
2017-09-04 Marcus Fritzschapp/main: add send_event() to binding_api
2017-09-04 Marcus Fritzschapp: added enddraw() and deactivate_surface()
2017-09-04 Marcus Fritzschapp/id_alloc: remove destroyed surfaces
2017-09-04 Marcus Fritzschclarify some things
2017-09-04 Marcus Fritzschadd role to layer::to_json()
2017-09-04 Marcus Fritzschclang-tidy
2017-09-04 Marcus Fritzschclang-format
2017-09-04 Marcus FritzschImplement surface names
2017-08-16 Marcus Fritzschapp: some more constructor security
2017-08-15 Marcus Fritzschlayers: remove last remnants of get<T> to read ints...
2017-08-11 Marcus FritzschRemove the DB() makro, replace with logdebug() where...
next