Compare commits
	
		
			1 Commits
		
	
	
		
			wip/carlos
			...
			wip/nielsd
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 620a9f5193 | 
| @@ -1,4 +1,4 @@ | ||||
| image: registry.gitlab.gnome.org/gnome/mutter/master:v4 | ||||
| image: registry.gitlab.gnome.org/gnome/mutter/master:v1 | ||||
|  | ||||
| stages: | ||||
|  - review | ||||
| @@ -17,35 +17,7 @@ check-commit-log: | ||||
| build-mutter: | ||||
|   stage: build | ||||
|   script: | ||||
|     - meson . build -Dbuildtype=debugoptimized -Degl_device=true -Dwayland_eglstream=true --werror --prefix /usr | ||||
|     - ninja -C build | ||||
|     - ninja -C build install | ||||
|   artifacts: | ||||
|     expire_in: 1 day | ||||
|     paths: | ||||
|       - build | ||||
|   only: | ||||
|     - merge_requests | ||||
|     - /^.*$/ | ||||
|  | ||||
| build-without-opengl-and-glx: | ||||
|   stage: build | ||||
|   script: | ||||
|     - meson . build -Dbuildtype=debugoptimized -Dopengl=false -Dglx=false -Degl_device=true -Dwayland_eglstream=true --werror --prefix /usr | ||||
|     - ninja -C build | ||||
|     - ninja -C build install | ||||
|   artifacts: | ||||
|     expire_in: 1 day | ||||
|     paths: | ||||
|       - build | ||||
|   only: | ||||
|     - merge_requests | ||||
|     - /^.*$/ | ||||
|  | ||||
| build-without-native-backend-and-wayland: | ||||
|   stage: build | ||||
|   script: | ||||
|     - meson . build -Dbuildtype=debugoptimized -Dnative_backend=false -Dudev=false -Dwayland=false -Dcore_tests=false --werror --prefix /usr | ||||
|     - meson . build -Dbuildtype=debugoptimized -Degl_device=true -Dwayland_eglstream=true --werror | ||||
|     - ninja -C build | ||||
|     - ninja -C build install | ||||
|   artifacts: | ||||
| @@ -63,31 +35,16 @@ test-mutter: | ||||
|   variables: | ||||
|     XDG_RUNTIME_DIR: "$CI_PROJECT_DIR/runtime-dir" | ||||
|     GSETTINGS_SCHEMA_DIR: "$CI_PROJECT_DIR/build/data" | ||||
|     G_SLICE: "always-malloc" | ||||
|     MALLOC_CHECK_: "3" | ||||
|     NO_AT_BRIDGE: "1" | ||||
|     MALLOC_PERTURB_: "123" | ||||
|   script: | ||||
|     - dconf update | ||||
|     - mkdir -m 700 $XDG_RUNTIME_DIR | ||||
|     - glib-compile-schemas $GSETTINGS_SCHEMA_DIR | ||||
|     - > | ||||
|       dbus-run-session -- xvfb-run -s '+iglx -noreset' | ||||
|       meson test -C build --no-rebuild -t 10 --verbose --no-stdsplit --print-errorlogs --wrap catchsegv | ||||
|   only: | ||||
|     - merge_requests | ||||
|     - /^.*$/ | ||||
|  | ||||
| can-build-gnome-shell: | ||||
|   stage: test | ||||
|   dependencies: | ||||
|     - build-mutter | ||||
|   before_script: | ||||
|     - meson install --no-rebuild -C build | ||||
|   script: | ||||
|     - .gitlab-ci/checkout-gnome-shell.sh | ||||
|     - meson gnome-shell gnome-shell/build --prefix /usr -Dman=false | ||||
|     - ninja -C gnome-shell/build install | ||||
|     - bash -x ./.gitlab-ci/run-tests.sh | ||||
|   only: | ||||
|     - merge_requests | ||||
|     - /^.*$/ | ||||
|   artifacts: | ||||
|     reports: | ||||
|       junit: "build/${CI_JOB_NAME}-report.xml" | ||||
|     name: "mutter-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}" | ||||
|     when: always | ||||
|     paths: | ||||
|       - "build/meson-logs" | ||||
|       - "build/${CI_JOB_NAME}-report.xml" | ||||
|   | ||||
| @@ -1,27 +1,17 @@ | ||||
| # Rebuild and push with | ||||
| # | ||||
| #     cd .gitlab-ci/ | ||||
| #     podman build --format docker --no-cache -t registry.gitlab.gnome.org/gnome/mutter/master:v4 . | ||||
| #     podman push registry.gitlab.gnome.org/gnome/mutter/master:v4 | ||||
| # | ||||
|  | ||||
| FROM fedora:32 | ||||
| FROM fedora:29 | ||||
|  | ||||
| RUN dnf -y update && dnf -y upgrade && \ | ||||
|     dnf install -y 'dnf-command(builddep)' && \ | ||||
|     dnf install -y 'dnf-command(copr)' && \ | ||||
|     dnf copr enable -y jadahl/mutter-ci && \ | ||||
|     dnf builddep -y mutter && \ | ||||
|  | ||||
|     dnf builddep -y mutter --setopt=install_weak_deps=False && \ | ||||
|     # Until Fedora catches up with meson build-deps | ||||
|     dnf install -y meson xorg-x11-server-Xorg gnome-settings-daemon-devel egl-wayland-devel xorg-x11-server-Xwayland && \ | ||||
|  | ||||
|     # For running unit tests | ||||
|     dnf install -y xorg-x11-server-Xvfb mesa-dri-drivers dbus dbus-x11 \ | ||||
|         '*/xvfb-run' gdm-lib accountsservice-libs gnome-control-center \ | ||||
|         --setopt=install_weak_deps=False && \ | ||||
|     dnf install -y xorg-x11-server-Xvfb mesa-dri-drivers dbus dbus-x11 && \ | ||||
|  | ||||
|     # GNOME Shell | ||||
|     dnf builddep -y gnome-shell --setopt=install_weak_deps=False && \ | ||||
|     dnf remove -y gnome-bluetooth-libs-devel && \ | ||||
|     dnf remove -y --noautoremove mutter mutter-devel && \ | ||||
|     # Unpackaged versions | ||||
|     dnf install -y https://copr-be.cloud.fedoraproject.org/results/jadahl/mutter-ci/fedora-29-x86_64/00848426-gsettings-desktop-schemas/gsettings-desktop-schemas-3.30.1-1.20181206git918efdd69be53.fc29.x86_64.rpm https://copr-be.cloud.fedoraproject.org/results/jadahl/mutter-ci/fedora-29-x86_64/00848426-gsettings-desktop-schemas/gsettings-desktop-schemas-devel-3.30.1-1.20181206git918efdd69be53.fc29.x86_64.rpm && \ | ||||
|  | ||||
|     dnf install -y intltool redhat-rpm-config make && \ | ||||
|     dnf clean all | ||||
|   | ||||
| @@ -19,7 +19,7 @@ fi | ||||
| function commit_message_has_url() { | ||||
|   commit=$1 | ||||
|   commit_message=$(git show -s --format='format:%b' $commit) | ||||
|   echo "$commit_message" | grep -qe "\($CI_MERGE_REQUEST_PROJECT_URL/\(-/\)\?\(issues\|merge_requests\)/[0-9]\+\|https://bugzilla.gnome.org/show_bug.cgi?id=[0-9]\+\)" | ||||
|   echo "$commit_message" | grep -qe "\($CI_MERGE_REQUEST_PROJECT_URL/\(issues\|merge_requests\)/[0-9]\+\|https://bugzilla.gnome.org/show_bug.cgi?id=[0-9]\+\)" | ||||
|   return $? | ||||
| } | ||||
|  | ||||
| @@ -40,12 +40,11 @@ function commit_message_subject_is_compliant() { | ||||
|   return 0 | ||||
| } | ||||
|  | ||||
| RET=0 | ||||
| for commit in $commits; do | ||||
|   commit_short=$(echo $commit | cut -c -8) | ||||
|  | ||||
|   if ! commit_message_has_url $commit; then | ||||
|     echo "Commit $commit_short needs a merge request or issue URL" | ||||
|     echo "Missing merge request or issue URL on commit $commit_short" | ||||
|     exit 1 | ||||
|   fi | ||||
|  | ||||
| @@ -53,8 +52,6 @@ for commit in $commits; do | ||||
|   if [ $? != 0 ]; then | ||||
|     echo "Commit message for $commit_short is not compliant:" | ||||
|     echo "$errors" | ||||
|     RET=1 | ||||
|     exit 1 | ||||
|   fi | ||||
| done | ||||
|  | ||||
| exit $RET | ||||
|   | ||||
| @@ -1,33 +0,0 @@ | ||||
| #!/usr/bin/bash | ||||
|  | ||||
| gnome_shell_target= | ||||
|  | ||||
| git clone https://gitlab.gnome.org/GNOME/gnome-shell.git | ||||
|  | ||||
| if [ $? -ne 0 ]; then | ||||
|   echo Checkout failed | ||||
|   exit 1 | ||||
| fi | ||||
|  | ||||
| cd gnome-shell | ||||
|  | ||||
| if [ "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" ]; then | ||||
|   merge_request_remote=${CI_MERGE_REQUEST_SOURCE_PROJECT_URL//mutter/gnome-shell} | ||||
|   merge_request_branch=$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME | ||||
|  | ||||
|   echo Looking for $merge_request_branch on remote ... | ||||
|   if git fetch -q $merge_request_remote $merge_request_branch 2>/dev/null; then | ||||
|     gnome_shell_target=FETCH_HEAD | ||||
|   else | ||||
|     gnome_shell_target=origin/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME | ||||
|     echo Using $gnome_shell_target instead | ||||
|   fi | ||||
| fi | ||||
|  | ||||
| if [ -z "$gnome_shell_target" ]; then | ||||
|   gnome_shell_target=$(git branch -r -l origin/$CI_COMMIT_REF_NAME) | ||||
|   gnome_shell_target=${gnome_shell_target:-origin/master} | ||||
|   echo Using $gnome_shell_target instead | ||||
| fi | ||||
|  | ||||
| git checkout -q $gnome_shell_target | ||||
							
								
								
									
										109
									
								
								.gitlab-ci/meson-junit-report.py
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										109
									
								
								.gitlab-ci/meson-junit-report.py
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,109 @@ | ||||
| #!/usr/bin/env python3 | ||||
|  | ||||
| # Turns a Meson testlog.json file into a JUnit XML report | ||||
| # | ||||
| # Copyright 2019  GNOME Foundation | ||||
| # | ||||
| # SPDX-License-Identifier: LGPL-2.1-or-later | ||||
| # | ||||
| # Original author: Emmanuele Bassi | ||||
|  | ||||
| import argparse | ||||
| import datetime | ||||
| import json | ||||
| import os | ||||
| import sys | ||||
| import xml.etree.ElementTree as ET | ||||
|  | ||||
| aparser = argparse.ArgumentParser(description='Turns a Meson test log into a JUnit report') | ||||
| aparser.add_argument('--project-name', metavar='NAME', | ||||
|                      help='The project name', | ||||
|                      default='unknown') | ||||
| aparser.add_argument('--job-id', metavar='ID', | ||||
|                      help='The job ID for the report', | ||||
|                      default='Unknown') | ||||
| aparser.add_argument('--branch', metavar='NAME', | ||||
|                      help='Branch of the project being tested', | ||||
|                      default='master') | ||||
| aparser.add_argument('--output', metavar='FILE', | ||||
|                      help='The output file, stdout by default', | ||||
|                      type=argparse.FileType('w', encoding='UTF-8'), | ||||
|                      default=sys.stdout) | ||||
| aparser.add_argument('infile', metavar='FILE', | ||||
|                      help='The input testlog.json, stdin by default', | ||||
|                      type=argparse.FileType('r', encoding='UTF-8'), | ||||
|                      default=sys.stdin) | ||||
|  | ||||
| args = aparser.parse_args() | ||||
|  | ||||
| outfile = args.output | ||||
|  | ||||
| testsuites = ET.Element('testsuites') | ||||
| testsuites.set('id', '{}/{}'.format(args.job_id, args.branch)) | ||||
| testsuites.set('package', args.project_name) | ||||
| testsuites.set('timestamp', datetime.datetime.utcnow().isoformat(timespec='minutes')) | ||||
|  | ||||
| suites = {} | ||||
| for line in args.infile: | ||||
|     data = json.loads(line) | ||||
|     (full_suite, unit_name) = data['name'].split(' / ') | ||||
|     (project_name, suite_name) = full_suite.split(':') | ||||
|  | ||||
|     duration = data['duration'] | ||||
|     return_code = data['returncode'] | ||||
|     log = data['stdout'] | ||||
|  | ||||
|     unit = { | ||||
|         'suite': suite_name, | ||||
|         'name': unit_name, | ||||
|         'duration': duration, | ||||
|         'returncode': return_code, | ||||
|         'stdout': log, | ||||
|     } | ||||
|  | ||||
|     units = suites.setdefault(suite_name, []) | ||||
|     units.append(unit) | ||||
|  | ||||
| for name, units in suites.items(): | ||||
|     print('Processing suite {} (units: {})'.format(name, len(units))) | ||||
|  | ||||
|     def if_failed(unit): | ||||
|         if unit['returncode'] != 0: | ||||
|             return True | ||||
|         return False | ||||
|  | ||||
|     def if_succeded(unit): | ||||
|         if unit['returncode'] == 0: | ||||
|             return True | ||||
|         return False | ||||
|  | ||||
|     successes = list(filter(if_succeded, units)) | ||||
|     failures = list(filter(if_failed, units)) | ||||
|     print(' - {}: {} pass, {} fail'.format(name, len(successes), len(failures))) | ||||
|  | ||||
|     testsuite = ET.SubElement(testsuites, 'testsuite') | ||||
|     testsuite.set('name', '{}/{}'.format(args.project_name, name)) | ||||
|     testsuite.set('tests', str(len(units))) | ||||
|     testsuite.set('errors', str(len(failures))) | ||||
|     testsuite.set('failures', str(len(failures))) | ||||
|  | ||||
|     for unit in successes: | ||||
|         testcase = ET.SubElement(testsuite, 'testcase') | ||||
|         testcase.set('classname', '{}/{}'.format(args.project_name, unit['suite'])) | ||||
|         testcase.set('name', unit['name']) | ||||
|         testcase.set('time', str(unit['duration'])) | ||||
|  | ||||
|     for unit in failures: | ||||
|         testcase = ET.SubElement(testsuite, 'testcase') | ||||
|         testcase.set('classname', '{}/{}'.format(args.project_name, unit['suite'])) | ||||
|         testcase.set('name', unit['name']) | ||||
|         testcase.set('time', str(unit['duration'])) | ||||
|  | ||||
|         failure = ET.SubElement(testcase, 'failure') | ||||
|         failure.set('classname', '{}/{}'.format(args.project_name, unit['suite'])) | ||||
|         failure.set('name', unit['name']) | ||||
|         failure.set('type', 'error') | ||||
|         failure.text = unit['stdout'] | ||||
|  | ||||
| output = ET.tostring(testsuites, encoding='unicode') | ||||
| outfile.write(output) | ||||
							
								
								
									
										20
									
								
								.gitlab-ci/run-tests.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										20
									
								
								.gitlab-ci/run-tests.sh
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| #!/usr/bin/bash | ||||
|  | ||||
| set +e | ||||
|  | ||||
| mkdir -m 700 $XDG_RUNTIME_DIR | ||||
| glib-compile-schemas $GSETTINGS_SCHEMA_DIR | ||||
|  | ||||
| dbus-run-session -- \ | ||||
|     xvfb-run -s '+iglx -noreset' \ | ||||
|         meson test -C build --no-rebuild -t 10 --wrap catchsegv | ||||
|  | ||||
| exit_code=$? | ||||
|  | ||||
| python3 .gitlab-ci/meson-junit-report.py \ | ||||
|         --project-name=mutter \ | ||||
|         --job-id "${CI_JOB_NAME}" \ | ||||
|         --output "build/${CI_JOB_NAME}-report.xml" \ | ||||
|         build/meson-logs/testlog-catchsegv.json | ||||
|  | ||||
| exit $exit_code | ||||
| @@ -1,55 +0,0 @@ | ||||
| <!--  | ||||
| Please read https://wiki.gnome.org/Community/GettingInTouch/BugReportingGuidelines | ||||
| first to ensure that you create a clear and specific issue. | ||||
| --> | ||||
|  | ||||
| ### Affected version | ||||
|  | ||||
| <!-- | ||||
| Provide at least the following information: | ||||
| * Your OS and version | ||||
| * Affected Mutter version | ||||
| * Does this issue appear in XOrg and/or Wayland | ||||
| --> | ||||
|  | ||||
| ### Bug summary | ||||
|  | ||||
| <!--  | ||||
| Provide a short summary of the bug you encountered. | ||||
| --> | ||||
|  | ||||
| ### Steps to reproduce | ||||
|  | ||||
| <!--  | ||||
| 1. Step one | ||||
| 2. Step two | ||||
| 3. ... | ||||
| --> | ||||
|  | ||||
| ### What happened | ||||
|  | ||||
| <!--  | ||||
| What did Mutter do that was unexpected? | ||||
| --> | ||||
|  | ||||
| ### What did you expect to happen | ||||
|  | ||||
| <!--  | ||||
| What did you expect Mutter to do? | ||||
| --> | ||||
|  | ||||
| ### Relevant logs, screenshots, screencasts etc. | ||||
|  | ||||
| <!--  | ||||
| If you have further information, such as technical documentation, logs, | ||||
| screenshots or screencasts related, please provide them here. | ||||
|  | ||||
| If the bug is a crash, please obtain a stack trace with installed debug | ||||
| symbols (at least for GNOME Shell and Mutter) and attach it to | ||||
| this issue following the instructions on | ||||
| https://wiki.gnome.org/Community/GettingInTouch/Bugzilla/GettingTraces. | ||||
| --> | ||||
|  | ||||
|  | ||||
| <!-- Do not remove the following line. --> | ||||
| /label ~"1. Bug" | ||||
| @@ -1,30 +0,0 @@ | ||||
| <!--  | ||||
| Please read https://wiki.gnome.org/Community/GettingInTouch/BugReportingGuidelines | ||||
| first to ensure that you create a clear and specific issue. | ||||
| --> | ||||
|  | ||||
| ### Feature summary | ||||
|  | ||||
| <!--  | ||||
| Describe what you would like to be able to do with Mutter | ||||
| that you currently cannot do. | ||||
| --> | ||||
|  | ||||
| ### How would you like it to work | ||||
|  | ||||
| <!--  | ||||
| If you can think of a way Mutter might be able to do this, | ||||
| let us know here. | ||||
| --> | ||||
|  | ||||
| ### Relevant links, screenshots, screencasts etc. | ||||
|  | ||||
| <!--  | ||||
| If you have further information, such as technical documentation, | ||||
| code, mockups or a similar feature in another window managers, | ||||
| please provide them here. | ||||
| --> | ||||
|  | ||||
|  | ||||
| <!-- Do not remove the following line. --> | ||||
| /label ~"1. Feature" | ||||
							
								
								
									
										403
									
								
								NEWS
									
									
									
									
									
								
							
							
						
						
									
										403
									
								
								NEWS
									
									
									
									
									
								
							| @@ -1,406 +1,3 @@ | ||||
| 3.36.0 | ||||
| ====== | ||||
| * Fix placement of popup windows in multi-monitor setups [Jonas; !1110] | ||||
| * Fix invisible mouse cursor on some hardware [Jonas; !1079] | ||||
|  | ||||
| Contributors: | ||||
|   Jonas Ådahl | ||||
|  | ||||
| Translators: | ||||
|   Aurimas Černius [lt], Goran Vidović [hr], Anders Jonsson [sv], | ||||
|   Guillaume Bernard [fr], Milo Casagrande [it], Daniel Korostil [uk], | ||||
|   Andre Klapper [cy], Aman Alam [pa], Nathan Follens [nl] | ||||
|  | ||||
| 3.35.92 | ||||
| ======= | ||||
| * Fix visibility of initially hidden windows [Jonas Å.; !1066] | ||||
| * Avoid flicker when (un)redirecting windows [Sebastian; #997] | ||||
| * Let BindConstraints update the preferred size [Emmanuele; !1070] | ||||
| * Learn about GLES3 [Adam; !882] | ||||
| * Ping windows on every window focus [Jonas D.; !891] | ||||
| * Remove overhead from hot code paths [Christian; | ||||
|   #1056, !1081, !1083, !1071, !1087] | ||||
| * Allow remote desktop services to inhibit animations [Jonas Å.; !838] | ||||
| * Update screen-cast code to PipeWire 0.3 API [Wim; !1062] | ||||
| * Make check-alive timeouts configurable [Jonas Å.; !1080] | ||||
| * Make each stage view correspond to a single CRTC [Jonas Å.; !1042] | ||||
| * Implement scaled/transformed hardware cursors [Robert; !526] | ||||
| * Use DMA buffers for screencasting if possible [Georges; !1086] | ||||
| * Make Xwayland startup asynchronous [Carlos; !944] | ||||
| * Fix clipping glitches in long text entries [Jonas D.; !1096] | ||||
| * Add side channel for starting required X11 services [Carlos; !945] | ||||
| * Support synchronized wayland popup moving [Jonas Å.; !705] | ||||
| * Fixed crashes [Olivier, Jonas Å.; !1073, !1093] | ||||
| * Plugged memory leaks [Sebastian, Jonas Å.; !1089, !1095] | ||||
| * Misc. bug fixes and cleanups [Jonas Å, Olivier, Florian, Daniel, Jonas D., | ||||
|   Robert, Sebastian, Christian, Arun, Carlos, worldofpeace; !1061, #1043, | ||||
|   !1067, !1068, !1065, !835, !1058, !1069, !1075, #1060, !1077, !423, !1090, | ||||
|   !1088, !1094, #1067, !1064, !1099, !957, !1000, !1082] | ||||
|  | ||||
| Contributors: | ||||
|   Emmanuele Bassi, Jonas Dreßler, Olivier Fourdan, Carlos Garnacho, | ||||
|   Christian Hergert, Adam Jackson, Sebastian Keller, Robert Mader, | ||||
|   Florian Müllner, Georges Basile Stavracas Neto, Arun Raghavan, Wim Taymans, | ||||
|   Daniel van Vugt, worldofpeace, Jonas Ådahl | ||||
|  | ||||
| Translators: | ||||
|   Yi-Jyun Pan [zh_TW], Asier Sarasua Garmendia [eu], Rafael Fontenelle [pt_BR], | ||||
|   Emin Tufan Çetin [tr], Daniel Mustieles [es], Balázs Úr [hu], | ||||
|   Gwan-gyeong Mun [ko], Marek Černocký [cs], Fran Dieguez [gl], | ||||
|   Kukuh Syafaat [id], Alan Mortensen [da], Piotr Drąg [pl], sicklylife [ja], | ||||
|   Matej Urbančič [sl] | ||||
|  | ||||
| 3.35.91 | ||||
| ======= | ||||
| * Honor accelerometer orientation on monitor config changes [Hans; !959] | ||||
| * Enable culling for integer-scaled actors [Robert; !1036] | ||||
| * Add ClutterSeat::touch-mode property [Carlos; !1044] | ||||
| * Fix mis-scaling when streaming windows [Olivier; !1022] | ||||
| * Make the cursor renderer use the transactional KMS API [Jonas; !930] | ||||
| * Advertise MetaMonitor as wl_output [Olivier; !994] | ||||
| * Fix culling of XWayland windows [Robert; !1049] | ||||
| * Only consider enabled effects when disabling culling [Robert; !1052] | ||||
| * Misc. bug fixes and cleanups [Olivier, Sergio, Adam, Carlos, Björn; !1040, | ||||
|   #985, !1024, !1039, !1051] | ||||
|  | ||||
| Contributors: | ||||
|   Sergio Costas, Björn Daase, Olivier Fourdan, Carlos Garnacho, Hans de Goede, | ||||
|   Adam Jackson, Robert Mader, Jonas Ådahl | ||||
|  | ||||
| Translators: | ||||
|   sicklylife [ja] | ||||
|  | ||||
| 3.35.90 | ||||
| ======= | ||||
| * Cull out clip region [Robert; !985] | ||||
| * Always enable tap-to-click/drag on opaque Wacom tablets [Carlos; !968] | ||||
| * Fix visual glitches with offscreen effects applied [Georges; !992] | ||||
| * Fix "sticky corner" in multi-head setups [Jonas D.; #774] | ||||
| * Fix black shadows around XWayland windows during resizes [Ray, Olivier; #858] | ||||
| * Zero-copy path for GPU-less secondary GPUs [Pekka; !810] | ||||
| * Cancel DND on Esc [Carlos; #1020] | ||||
| * Sync XWayland window shadows to frame during resizes [Olivier; !1009] | ||||
| * Add support for per-monitor workareas [Alberts; !370] | ||||
| * Ensure newly mapped wayland windows receive ENTER event [Olivier; !1026] | ||||
| * Add ClutterSeat object [Carlos; !852] | ||||
| * Honour CLUTTER_ACTOR_NO_LAYOUT flag more efficiently [Daniel; !575] | ||||
| * Fix interoperation with wl_data_device_manager v1 [Carlos; #965] | ||||
| * Favor text over images in clipboard manager [Carlos; #919] | ||||
| * Apply monitor scale after background texture creation [Daniel; !1004] | ||||
| * Plugged memory leaks [Sebastian, Adam; !991, #1000, !1011, !1020, !1030, | ||||
|   !1001, !1033] | ||||
| * Fixed crashes [Jonas Å., Florian, Olivier; !961, #1029, !1037] | ||||
| * Misc. bug fixes and cleanups [Björn, Jonas Å., Adam, Sebastian, Jonas D., | ||||
|   Daniel, Carlos, Corentin, Sebastian, Robert, Daniel; #385, !998, !1007, !995, | ||||
|   !1016, !1018, !1017, !1005, !1019, !1025, !1028, !1029, !1031, !1015, !1032, | ||||
|   !1034, #1025] | ||||
|  | ||||
| Contributors: | ||||
|   Björn Daase, Jonas Dreßler, Olivier Fourdan, Carlos Garnacho, Adam Jackson, | ||||
|   Sebastian Keller, Robert Mader, Alberts Muktupāvels, Florian Müllner, | ||||
|   Georges Basile Stavracas Neto, Corentin Noël, Pekka Paalanen, Ray Strode, | ||||
|   Daniel van Vugt, Jonas Ådahl | ||||
|  | ||||
| Translators: | ||||
|   sicklylife [ja], Umarzuki Bin Mochlis Moktar [ms] | ||||
|  | ||||
| 3.35.3 | ||||
| ====== | ||||
| * backends/native: Correct dy value in pinch gesture event [Yariv; !974] | ||||
| * Upload clipping rectangles in parallel [Daniel; !969] | ||||
| * More cogl API cleanups [Adam; !978, !977, !973] | ||||
| * Fix window recording on HiDPI [Pascal; !976] | ||||
| * Fix top-left pixel being insensitive to clicks [Sebastian; #893] | ||||
| * Misc. bug fixes and cleanups [Daniel, Adam; !979, !980] | ||||
|  | ||||
| Contributors: | ||||
|   Yariv Barkan, Adam Jackson, Sebastian Keller, Pascal Nowack, Daniel van Vugt | ||||
|  | ||||
| Translators: | ||||
|   Fran Dieguez [gl], Dz Chen [zh_CN] | ||||
|  | ||||
| 3.35.2 | ||||
| ====== | ||||
| * Don't emit focus event after destruction [Marco; gnome-shell#1704, !860] | ||||
| * Add a notion of pixel format planes [Niels; !858] | ||||
| * Replace various Cogl/Clutter types with Graphene [Georges; !458] | ||||
| * Improve CoglJournal [Georges, Jasper; !402] | ||||
| * Split pick and paint [Georges; !865] | ||||
| * Remove deprecated/unused cogl/clutter APIs [Adam; !866, !878, !879, !880, | ||||
|   !885, !900, !902, !904, !896, !913, !922, !883, !903, !921, !933, !819] | ||||
| * Fix hang when opening not-responding dialog on Xorg [Carlos; !876] | ||||
| * Allow changing Clutter debug flags at runtime [Georges; !862] | ||||
| * Fix frozen grabs on Xorg after weeks of inactivity [Jonas; !886] | ||||
| * Fix triggering popups from stylus devices o wayland [Carlos; #886] | ||||
| * Fix fallback to GLES2 [Adam; #635] | ||||
| * Fix buffer age checks on multiple monitors [Carlos; !906] | ||||
| * Adjust to Sysprof API change [Christian; !908] | ||||
| * Improve support for (X11) fullscreen games under wayland [Hans; !739] | ||||
| * Support shadow framebuffers for offscreen rendering [Olivier; !877] | ||||
| * Fix hang after interacting with desktop icons on X11 [Marco; !909] | ||||
| * Don't double scale when getting absolute surface coordinates [Xiang; !915] | ||||
| * Respect NET_WM_TRANSIENT_FOR for override-redirect windows [Marco; !920] | ||||
| * Kill window effects on destroy [Robert; !924] | ||||
| * Remove deprecated ClutterTexture [Jonas; !932] | ||||
| * Use regions instead of bounding box for clipping and culling [Carlos; !867] | ||||
| * Use partial damage for dma-buf and EGLImage buffers on wayland [Robert; #947] | ||||
| * Do not stack transients underneath their always-on-top parent [Florian; #587] | ||||
| * Add explicit paint/pick contexts [Jonas; !935] | ||||
| * Fix KMS freeze after pageflip fallback [Pekka; !953] | ||||
| * Fixed crashes [Robert, Carlos, Jonas, Marco, Hans, Tim; !856, !869, !912, | ||||
|   !895, !928, #591, !823, !960] | ||||
| * Plugged memory leaks [Niels, Robert, Carlos, Marco; !847, !868, !873, #908] | ||||
| * Misc. bug fixes and cleanups [Niels, Robert, Jonas, Marco, Carlos, Daniel, | ||||
|   Jan, Adam, Cosimo, Florian, Thomas, Georges, Hans, Corentin, Christian, | ||||
|   Benjamin; !853, !822, !451, !854, !816, !857, !859, !734, !844, !851, #876, | ||||
|   !874, !673, !692, !888, !889, !894, !901, !905, !872, !898, !911, !918, !863, | ||||
|   #878, !811, !893, !925, !926, !890, !931, !927, !934, !938, !940, !947, !941, | ||||
|   !929, !949, !952, !871, !955, !956, !958, !907, !965, !964, !966] | ||||
|  | ||||
| Contributors: | ||||
|   Marco Trevisan (Treviño), Jan Alexander Steffens (heftig), | ||||
|   Thomas Hindoe Paaboel Andersen, Benjamin Berg, Cosimo Cecchi, Tim Crawford, | ||||
|   Piotr Drąg, Xiang Fan, Olivier Fourdan, Carlos Garnacho, Hans de Goede, | ||||
|   Niels De Graef, Christian Hergert, Adam Jackson, Robert Mader, | ||||
|   Florian Müllner, Georges Basile Stavracas Neto, Bastien Nocera, Corentin Noël, | ||||
|   Pekka Paalanen, Jasper St. Pierre, Christian Rauch, Daniel van Vugt, | ||||
|   Jonas Ådahl | ||||
|  | ||||
| Translators: | ||||
|   Bruce Cowan [en_GB] | ||||
|  | ||||
| 3.35.1 | ||||
| ====== | ||||
| * Fix immediate screen blank after releaseing inhibitor [Tim; #573] | ||||
| * Respond to frame callbacks regardless of damage [Jonas; !839] | ||||
| * selection [Carlos; !842] | ||||
| * Fix Night Light on wayland [Jonas; !840] | ||||
| * Fix various copy+paste/DND regressions [Carlos; !848, #789, #842, | ||||
|   #793, #845, #854] | ||||
| * Misc. bug fixes and cleanups [Daniel, Marco, Jonas, Georges; | ||||
|   !841, !764, !837, !846] | ||||
|  | ||||
| Contributors: | ||||
|   Marco Trevisan (Treviño), Carlos Garnacho, Tim Klocke, | ||||
|   Georges Basile Stavracas Neto, Daniel van Vugt, Jonas Ådahl | ||||
|  | ||||
| 3.34.1 | ||||
| ====== | ||||
| * Fix startup of X11 session services on wayland [Carlos; #771] | ||||
| * Fix _NET_ACTIVE_WINDOW emission [Carlos; #751] | ||||
| * Fix initial view perspective [Marco; !803] | ||||
| * Fix screenshots and window animations when scaled [Robert; !758] | ||||
| * Re-enable coredumps when capabilities are set [Jonas; !811] | ||||
| * Fix scaling of DND surface actors [Robert; !780] | ||||
| * Optimize blitting of untransformed offscreen stage views [Olivier; !809, !820] | ||||
| * Fix freeze of pointer event delivery on X11 [Olivier; !821] | ||||
| * Fix scaling of stylus input coordinates with HiDPI [Dorian; !830] | ||||
| * Fix memory leak when using implicit animations [Jonas; !828] | ||||
| * Fix numlock state for native backend [Carlos; #769] | ||||
| * Fixed crashes [Marco, Olivier, Jonas Å.; !805, #823, !808, !825, | ||||
|   #844, !826, #779] | ||||
| * Misc. bug fixes and cleanups [Jonas Å., Georges, Jonas D., Michal, Daniel, | ||||
|   Iain, Adam, Marco, Carlos, Ting-Wei, Hans, Robert; !787, !795, !791, !797, | ||||
|   !772, !775, !799, !778, !785, !782, !796, #819, !814, !769, !817, !783, !786, | ||||
|   !829, !774, #822] | ||||
|  | ||||
| Contributors: | ||||
|   Marco Trevisan (Treviño), Jonas Dreßler, Olivier Fourdan, Carlos Garnacho, | ||||
|   Hans de Goede, Adam Jackson, Ting-Wei Lan, Iain Lane, Michal Lazo, | ||||
|   Robert Mader, Georges Basile Stavracas Neto, Dorian Stoll, Daniel van Vugt, | ||||
|   Jonas Ådahl | ||||
|  | ||||
| Translators: | ||||
|   Milo Casagrande [it], Nathan Follens [nl], Matej Urbančič [sl], | ||||
|   Ask Hjorth Larsen [da], Alan Mortensen [da], Jordi Mas [ca] | ||||
|  | ||||
| 3.34.0 | ||||
| ====== | ||||
| * Fix xdg-output v3 support [Olivier; !771] | ||||
| * Fix crash when changing decoration state [Jonas; !773] | ||||
| * Add and remove connectors on hot-plug [Jonas; !743] | ||||
|  | ||||
| Contributors: | ||||
|   Olivier Fourdan, Jonas Ådahl | ||||
|  | ||||
| Translators: | ||||
|   Rafael Fontenelle [pt_BR], Gwan-gyeong Mun [ko], Christian Kirbach [de], | ||||
|   Claude Paroz [fr], Milo Casagrande [it], Emin Tufan Çetin [tr], | ||||
|   Ryuta Fujii [ja] | ||||
|  | ||||
| 3.33.92 | ||||
| ======= | ||||
| * Turn MetaShapedTexture into a ClutterContent implementation [Georges; !409] | ||||
| * Restore inhibit shortcut for overlay key [Olivier; #734] | ||||
| * Misc. pointer a11y improvements [Jonas D., Olivier; !746, !747, !745, !761] | ||||
| * Fix position of drag surfaces [Robert; !684] | ||||
| * Implement subsurface.place_below() for parents [Robert; !664] | ||||
| * Add meta_window_actor_get_image() [Jonas Å.; !752] | ||||
| * Revert faulty optimization from !719 [Jonas Å.; #735] | ||||
| * Add additional sysprof trace points [Jonas Å.; !757, !765] | ||||
| * Remove GLX "threaded swap wait" used on Nvidia [Daniel; !602] | ||||
| * Implement geometric picking [Daniel; !189] | ||||
| * Fix lost keyboard focus after DND [Olivier; #747] | ||||
| * Misc. bug fixes and cleanups [Florian, Carlos, Piotr, Hans, Georges, Robert, | ||||
|   Ray, Mart, Rémi; !740, !672, !749, !751, !753, !730, !755, !756, !750, !715, | ||||
|   #738944, !657, !768] | ||||
|  | ||||
| Contributors: | ||||
|   Jonas Ådahl, Rémi Bernon, Piotr Drąg, Jonas Dreßler, Olivier Fourdan, | ||||
|   Carlos Garnacho, Hans de Goede, Robert Mader, Florian Müllner, | ||||
|   Georges Basile Stavracas Neto, Mart Raudsepp, Ray Strode, Daniel van Vugt | ||||
|  | ||||
| Translators: | ||||
|   Piotr Drąg [pl], Марко Костић [sr], Rūdolfs Mazurs [lv], Matej Urbančič [sl], | ||||
|   Balázs Úr [hu], Fran Dieguez [gl], Jordi Mas [ca], Anders Jonsson [sv], | ||||
|   Trần Ngọc Quân [vi], Tim Sabsch [de], Fabio Tomat [fur], Goran Vidović [hr], | ||||
|   Marek Černocký [cs] | ||||
|  | ||||
| 3.33.91 | ||||
| ======= | ||||
| * Fix primary selection copy and paste between X11 and wayland [Hans; #702] | ||||
| * Improve monitor hotplug support [Hans; !713] | ||||
| * Remove a source of frame skips [Daniel; !719] | ||||
| * Fix windows being lowered after unmaximizing with double click [Olivier; #88] | ||||
| * Remove Clutter API for global grabs [Jonas D.; !536] | ||||
| * Improve processing of incompressible events [Daniel; !711] | ||||
| * Add xdg-output v3 support [Olivier; !704] | ||||
| * Misc. bug fixes and cleanups [Jonas Å., Marco, Carlos, Adam, Albert, Niels, | ||||
|   Olivier, Florian; !722, !385, !728, !726, !500, !731, !727, !700, !735, !738] | ||||
|  | ||||
| Contributors: | ||||
|   Jonas Ådahl, Albert Vaca Cintora, Jonas Dreßler, Olivier Fourdan, | ||||
|   Carlos Garnacho, Hans de Goede, Niels De Graef, Adam Jackson, Florian Müllner, | ||||
|   Marco Trevisan (Treviño), Daniel van Vugt | ||||
|  | ||||
| Translators: | ||||
|   Asier Sarasua Garmendia [eu], Kukuh Syafaat [id], Florentina Mușat [ro], | ||||
|   Aurimas Černius [lt], Daniel Mustieles [es] | ||||
|  | ||||
| 3.33.90 | ||||
| ======= | ||||
| * Fix visibility of clones with hidden source [Florian; #683] | ||||
| * Reduce freezes when opening some popup windows [Carlos; #556] | ||||
| * Be more thorough when excluding obscured areas from painting [Carlos; !698] | ||||
| * Make it possible to start Xwayland on demand [Carlos; !709] | ||||
| * clutter: Expose layout_manager to transitions [Florian; !716] | ||||
| * Misc. bug fixes and cleanups [Mark, Florian, Iain, Niels, Carlos, Ray; !671, | ||||
|   !691, !694, !696, !703, !707, !697, !710, !708, !714, #719, !721] | ||||
|  | ||||
| Contributors: | ||||
|   Mark Blakeney, Carlos Garnacho, Niels De Graef, Iain Lane, Florian Müllner, | ||||
|   Ray Strode | ||||
|  | ||||
| Translators: | ||||
|   Asier Sarasua Garmendia [eu], Rafael Fontenelle [pt_BR], Fabio Tomat [fur], | ||||
|   Florentina Mușat [ro] | ||||
|  | ||||
| 3.33.4 | ||||
| ====== | ||||
| * Discard page flip retries on hotplug [Jonas; !630] | ||||
| * Add xdg-output v2 support [Olivier; #645] | ||||
| * Restore DRM format fallbacks [Jonas; !662] | ||||
| * Don't emit ::size-changed when only position changed [Daniel; !568] | ||||
| * Expose workspace layout properties [Florian; !618] | ||||
| * Don't use grab modifiers when shortcuts are inhibited [Olivier; #642] | ||||
| * Fix stuttering due to unchanged power save mode notifications [Georges; !674] | ||||
| * Add API to reorder workspaces [Adam; !670] | ||||
| * Make picking a new focus window more reliable [Marco; !669] | ||||
| * Defer actor allocation till shown [Carlos; !677] | ||||
| * Try to use primary GPU for copy instead of glReadPixels [Pekka; !615] | ||||
| * Unset pointer focus when the cursor is hidden [Jonas D.; !448] | ||||
| * Fix modifier-drag on wayland subsurfaces [Robert; !604] | ||||
| * Fix background corruption on Nvidia after resuming from suspend [Daniel; !600] | ||||
| * Only grab the locate-pointer key when necessary [Olivier; !685, #647] | ||||
| * Misc. bug fixes and cleanups [Florian, Jonas, Daniel, Robert, Olivier, | ||||
|   Georges, Marco, Carlos, Emmanuele; !648, !650, !647, !656, !658, !637, | ||||
|   !663, !660, !659, !665, !666, !668, !667, #667, !676, !678, #672, !680, | ||||
|   !683, !688, !689, !687] | ||||
|  | ||||
| Contributors: | ||||
|   Jonas Ådahl, Emmanuele Bassi, Adam Bieńkowski, Piotr Drąg, Jonas Dreßler, | ||||
|   Olivier Fourdan, Carlos Garnacho, Robert Mader, Florian Müllner, | ||||
|   Georges Basile Stavracas Neto, Pekka Paalanen, Marco Trevisan (Treviño), | ||||
|   Daniel van Vugt | ||||
|  | ||||
| Translators: | ||||
|   Fabio Tomat [fur], Kukuh Syafaat [id] | ||||
|  | ||||
| 3.33.3 | ||||
| ====== | ||||
| * Prepare for running Xwayland on demand [Carlos; !420] | ||||
| * Fix text selection color rendering [Florian; #494] | ||||
| * Fix black shadows when using fractional scaling [Robert; #609] | ||||
| * Honor startup sequence workspace on wayland [Carlos; gnome-shell#674] | ||||
| * Only emit 'grab-op-end` signal after dropping grabs [Marco; !596] | ||||
| * Add a Sysprof-based profiler [Jonas, Georges; !197, !603] | ||||
| * Relax "xwayland-allow-grabs" setting [Olivier; #597] | ||||
| * Implement locate-pointer accessibility feature [Olivier; !453] | ||||
| * Implement mouse accessibility [Olivier; !512] | ||||
| * Consolidate frame throttling [Daniel, Georges; !363] | ||||
| * Fix setting blank cursor under wayland [Jonas; #630] | ||||
| * Pixel-align OpenGL cursors [Jonas; !610] | ||||
| * Handle returning from fullscreen/maximization better [Jonas; !621] | ||||
| * Improve screencast support on multi-monitor systems [Georges; !623] | ||||
| * Fix running X11 applications with sudo under wayland [Hans; #643] | ||||
| * Implement toggle-keys notification [Olivier; #637] | ||||
| * Add initial KMS transactional support [Jonas; !525] | ||||
| * Improve finding new focus window when the old one is closed [Marco; #308] | ||||
| * Misc. bug fixes and cleanups [Jonas, Carlos, Marco, Florian, Pekka, Robert, | ||||
|   Douglas, Georges, Daniel, Emil, Niels, Hans, Olivier, Ting-Wei, Corentin; | ||||
|   !591, #398, !592, !581, !597, !598, !593, !497, #591, !545, gtk#1675, !601, | ||||
|   #568, !564, !605, !609, !115, !214, !611, !617, !616, !619, !624, !622, !627, | ||||
|   !628, !629, !632, !633, !631, !636, !639, !638, !634, !640, !529, !644, !590] | ||||
|  | ||||
| Contributors: | ||||
|   Jonas Ådahl, Piotr Drąg, Olivier Fourdan, Carlos Garnacho, Hans de Goede, | ||||
|   Niels De Graef, Ting-Wei Lan, Robert Mader, Florian Müllner, | ||||
|   Georges Basile Stavracas Neto, Corentin Noël, Pekka Paalanen, Douglas R. Reno, | ||||
|   Marco Trevisan (Treviño), Emil Velikov, Daniel van Vugt | ||||
|  | ||||
| Translators: | ||||
|   Balázs Úr [hu], Daniel Mustieles [es], Nathan Follens [nl], Goran Vidović [hr] | ||||
|  | ||||
| 3.33.2 | ||||
| ====== | ||||
| * Fix rendering lag on Xorg [Daniel; !520, !281] | ||||
| * Misc. bug fixes and cleanups [Carlos, Marco, Jonas D., Florian, Niels, | ||||
|   Daniel, Benjamin, Jonas Å., Ignacio, Vasilis; #598, !576, !547, !578, | ||||
|   !583, !582, !469, !524, !119, !571, !584, !585, !586, #425] | ||||
|  | ||||
| Contributors: | ||||
|   Jonas Ådahl, Benjamin Berg, Jonas Dreßler, Carlos Garnacho, Niels De Graef, | ||||
|   Vasilis Liaskovitis, Florian Müllner, Ignacio Casal Quinteiro, | ||||
|   Marco Trevisan (Treviño), Daniel van Vugt | ||||
|  | ||||
| Translators: | ||||
|   Daniel Mustieles [es] | ||||
|  | ||||
| 3.33.1 | ||||
| ====== | ||||
| * Remove unused APIs and outdated driver support | ||||
|   [Adam; !481, !468, !489, !487, !546] | ||||
| * Enable EGL_IMG_context_priority [Adam; !454] | ||||
| * Disable mouse keys with Numlock on [Olivier; #530] | ||||
| * Fix crash when restarting on X11 [Marco; #576] | ||||
| * Implement clipboard manager [Carlos; !320] | ||||
| * Fix spurious idle signals that prevent session unblank [Jonas Å.; !543] | ||||
| * Fix mapping of touchscreens that don't report dimensions [Carlos; #581] | ||||
| * Fix propagating fractional scaling factor [Robert; !537] | ||||
| * Add experimental RT scheduling support [Carlos; !460] | ||||
| * Misc. bug fixes and cleanups [Robert, Carlos, Olivier, Ray, Marco, Jonas D., | ||||
|   Georges, Daniel V., Daniel M; !467, !504, !551, !552, #575, #556, !557, !442, | ||||
|   !562, !535, !548, #586, !567, !396, !422, !507] | ||||
|  | ||||
| Contributors: | ||||
|   Jonas Ådahl, Piotr Drąg, Jonas Dreßler, Olivier Fourdan, Carlos Garnacho, | ||||
|   Adam Jackson, Robert Mader, Daniel García Moreno, Florian Müllner, | ||||
|   Georges Basile Stavracas Neto, Ray Strode, Marco Trevisan (Treviño), | ||||
|   Daniel van Vugt | ||||
|  | ||||
| Translators: | ||||
|   Daniel Mustieles [es], Fabio Tomat [fur], Kukuh Syafaat [id] | ||||
|  | ||||
| 3.32.1 | ||||
| ====== | ||||
| * Fix fallback app menu on wayland [Florian; #493] | ||||
|   | ||||
| @@ -310,7 +310,11 @@ cally_actor_finalize (GObject *obj) | ||||
|  | ||||
|   _cally_actor_clean_action_list (cally_actor); | ||||
|  | ||||
|   g_clear_handle_id (&priv->action_idle_handler, g_source_remove); | ||||
|   if (priv->action_idle_handler) | ||||
|     { | ||||
|       g_source_remove (priv->action_idle_handler); | ||||
|       priv->action_idle_handler = 0; | ||||
|     } | ||||
|  | ||||
|   if (priv->action_queue) | ||||
|     { | ||||
| @@ -600,11 +604,10 @@ cally_actor_real_remove_actor (ClutterActor *container, | ||||
|   g_return_val_if_fail (CLUTTER_IS_ACTOR (actor), 0); | ||||
|  | ||||
|   atk_parent = ATK_OBJECT (data); | ||||
|   atk_child = clutter_actor_get_accessible (actor); | ||||
|  | ||||
|   if (clutter_actor_has_accessible (actor)) | ||||
|   if (atk_child) | ||||
|     { | ||||
|       atk_child = clutter_actor_get_accessible (actor); | ||||
|  | ||||
|       g_value_init (&values.old_value, G_TYPE_POINTER); | ||||
|       g_value_set_pointer (&values.old_value, atk_parent); | ||||
|  | ||||
| @@ -654,7 +657,7 @@ cally_actor_get_extents (AtkComponent *component, | ||||
|   ClutterActor *actor      = NULL; | ||||
|   gint          top_level_x, top_level_y; | ||||
|   gfloat        f_width, f_height; | ||||
|   graphene_point3d_t verts[4]; | ||||
|   ClutterVertex verts[4]; | ||||
|   ClutterActor  *stage = NULL; | ||||
|  | ||||
|   g_return_if_fail (CALLY_IS_ACTOR (component)); | ||||
| @@ -734,7 +737,11 @@ cally_actor_grab_focus (AtkComponent    *component) | ||||
|  * | ||||
|  * This gets the top level origin, it is, the position of the stage in | ||||
|  * the global screen. You can see it as the absolute display position | ||||
|  * of the stage. This is 0,0 for a compositor. | ||||
|  * of the stage. | ||||
|  * | ||||
|  * FIXME: only the case with x11 is implemented, other backends are | ||||
|  * required | ||||
|  * | ||||
|  */ | ||||
| void | ||||
| _cally_actor_get_top_level_origin (ClutterActor *actor, | ||||
| @@ -742,11 +749,54 @@ _cally_actor_get_top_level_origin (ClutterActor *actor, | ||||
|                                    gint         *yp) | ||||
| { | ||||
|   /* default values */ | ||||
|   gint x = 0; | ||||
|   gint y = 0; | ||||
|  | ||||
| #ifdef CLUTTER_WINDOWING_X11 | ||||
|   if (clutter_check_windowing_backend (CLUTTER_WINDOWING_X11)) | ||||
|     { | ||||
|       ClutterActor *stage      = NULL; | ||||
|       Display *display    = NULL; | ||||
|       Window root_window; | ||||
|       Window stage_window; | ||||
|       Window child; | ||||
|       gint return_val = 0; | ||||
|  | ||||
|       stage = clutter_actor_get_stage (actor); | ||||
|  | ||||
|       /* FIXME: what happens if you use another display with | ||||
|          clutter_backend_x11_set_display ?*/ | ||||
|       display = clutter_x11_get_default_display (); | ||||
|       root_window = clutter_x11_get_root_window (); | ||||
|       stage_window = clutter_x11_get_stage_window (CLUTTER_STAGE (stage)); | ||||
|  | ||||
|       return_val = XTranslateCoordinates (display, stage_window, root_window, | ||||
|                                           0, 0, &x, &y, | ||||
|                                           &child); | ||||
|  | ||||
|       if (!return_val) | ||||
|         g_warning ("[x11] We were not able to get proper absolute " | ||||
|                    "position of the stage"); | ||||
|     } | ||||
|   else | ||||
| #endif | ||||
|     { | ||||
|       static gboolean yet_warned = FALSE; | ||||
|  | ||||
|       if (!yet_warned) | ||||
|         { | ||||
|           yet_warned = TRUE; | ||||
|  | ||||
|           g_warning ("The current Clutter backend does not support using " | ||||
|                      "atk_component_get_extents() with ATK_XY_SCREEN."); | ||||
|         } | ||||
|     } | ||||
|  | ||||
|   if (xp) | ||||
|     *xp = 0; | ||||
|     *xp = x; | ||||
|  | ||||
|   if (yp) | ||||
|     *yp = 0; | ||||
|     *yp = y; | ||||
| } | ||||
|  | ||||
| /* AtkAction implementation */ | ||||
| @@ -994,8 +1044,10 @@ _cally_actor_clean_action_list (CallyActor *cally_actor) | ||||
|  | ||||
|   if (priv->action_list) | ||||
|     { | ||||
|       g_list_free_full (priv->action_list, | ||||
|                         (GDestroyNotify) _cally_actor_destroy_action_info); | ||||
|       g_list_foreach (priv->action_list, | ||||
|                       (GFunc) _cally_actor_destroy_action_info, | ||||
|                       NULL); | ||||
|       g_list_free (priv->action_list); | ||||
|       priv->action_list = NULL; | ||||
|     } | ||||
| } | ||||
|   | ||||
| @@ -75,8 +75,8 @@ struct _CallyRootPrivate | ||||
|   GSList *stage_list; | ||||
|  | ||||
|   /* signals id */ | ||||
|   gulong stage_added_id; | ||||
|   gulong stage_removed_id; | ||||
|   guint stage_added_id; | ||||
|   guint stage_removed_id; | ||||
| }; | ||||
|  | ||||
| G_DEFINE_TYPE_WITH_PRIVATE (CallyRoot, cally_root,  ATK_TYPE_GOBJECT_ACCESSIBLE) | ||||
| @@ -149,9 +149,11 @@ cally_root_finalize (GObject *object) | ||||
|  | ||||
|   stage_manager = atk_gobject_accessible_get_object (ATK_GOBJECT_ACCESSIBLE (root)); | ||||
|  | ||||
|   g_clear_signal_handler (&root->priv->stage_added_id, stage_manager); | ||||
|   g_signal_handler_disconnect (stage_manager, | ||||
|                                root->priv->stage_added_id); | ||||
|  | ||||
|   g_clear_signal_handler (&root->priv->stage_removed_id, stage_manager); | ||||
|   g_signal_handler_disconnect (stage_manager, | ||||
|                                root->priv->stage_added_id); | ||||
|  | ||||
|   G_OBJECT_CLASS (cally_root_parent_class)->finalize (object); | ||||
| } | ||||
|   | ||||
| @@ -247,7 +247,11 @@ cally_text_finalize   (GObject *obj) | ||||
| /*   g_object_unref (cally_text->priv->textutil); */ | ||||
| /*   cally_text->priv->textutil = NULL; */ | ||||
|  | ||||
|   g_clear_handle_id (&cally_text->priv->insert_idle_handler, g_source_remove); | ||||
|   if (cally_text->priv->insert_idle_handler) | ||||
|     { | ||||
|       g_source_remove (cally_text->priv->insert_idle_handler); | ||||
|       cally_text->priv->insert_idle_handler = 0; | ||||
|     } | ||||
|  | ||||
|   G_OBJECT_CLASS (cally_text_parent_class)->finalize (obj); | ||||
| } | ||||
| @@ -1434,7 +1438,7 @@ static void cally_text_get_character_extents (AtkText *text, | ||||
|   PangoLayout *layout; | ||||
|   PangoRectangle extents; | ||||
|   const gchar *text_value; | ||||
|   graphene_point3d_t verts[4]; | ||||
|   ClutterVertex verts[4]; | ||||
|  | ||||
|   actor = CALLY_GET_CLUTTER_ACTOR (text); | ||||
|   if (actor == NULL) /* State is defunct */ | ||||
| @@ -2290,7 +2294,7 @@ _cally_misc_get_index_at_point (ClutterText *clutter_text, | ||||
|   gint index, x_window, y_window, x_toplevel, y_toplevel; | ||||
|   gint x_temp, y_temp; | ||||
|   gboolean ret; | ||||
|   graphene_point3d_t verts[4]; | ||||
|   ClutterVertex verts[4]; | ||||
|   PangoLayout *layout; | ||||
|   gint x_layout, y_layout; | ||||
|  | ||||
|   | ||||
							
								
								
									
										98
									
								
								clutter/clutter/cally/cally-texture.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										98
									
								
								clutter/clutter/cally/cally-texture.c
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,98 @@ | ||||
| /* CALLY - The Clutter Accessibility Implementation Library | ||||
|  * | ||||
|  * Copyright (C) 2009 Igalia, S.L. | ||||
|  * | ||||
|  * Author: Alejandro Piñeiro Iglesias <apinheiro@igalia.com> | ||||
|  * | ||||
|  * This library is free software; you can redistribute it and/or | ||||
|  * modify it under the terms of the GNU Lesser General Public | ||||
|  * License as published by the Free Software Foundation; either | ||||
|  * version 2 of the License, or (at your option) any later version. | ||||
|  * | ||||
|  * This library is distributed in the hope that it will be useful, | ||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | ||||
|  * Lesser General Public License for more details. | ||||
|  * | ||||
|  * You should have received a copy of the GNU Lesser General Public | ||||
|  * License along with this library; if not, write to the | ||||
|  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||||
|  * Boston, MA 02111-1307, USA. | ||||
|  */ | ||||
|  | ||||
| /** | ||||
|  * SECTION:cally-texture | ||||
|  * @Title: CallyTexture | ||||
|  * @short_description: Implementation of the ATK interfaces for a #ClutterTexture | ||||
|  * @see_also: #ClutterTexture | ||||
|  * | ||||
|  * #CallyTexture implements the required ATK interfaces of #ClutterTexture | ||||
|  * | ||||
|  * In particular it sets a proper role for the texture. | ||||
|  */ | ||||
| #include "clutter-build-config.h" | ||||
|  | ||||
| #define CLUTTER_DISABLE_DEPRECATION_WARNINGS | ||||
|  | ||||
| #include "cally-texture.h" | ||||
| #include "cally-actor-private.h" | ||||
|  | ||||
| #include "deprecated/clutter-texture.h" | ||||
|  | ||||
| /* AtkObject */ | ||||
| static void                  cally_texture_real_initialize (AtkObject *obj, | ||||
|                                                            gpointer   data); | ||||
|  | ||||
| G_DEFINE_TYPE (CallyTexture, cally_texture, CALLY_TYPE_ACTOR) | ||||
|  | ||||
| static void | ||||
| cally_texture_class_init (CallyTextureClass *klass) | ||||
| { | ||||
| /*   GObjectClass   *gobject_class = G_OBJECT_CLASS (klass); */ | ||||
|   AtkObjectClass *class         = ATK_OBJECT_CLASS (klass); | ||||
|  | ||||
|   class->initialize      = cally_texture_real_initialize; | ||||
| } | ||||
|  | ||||
| static void | ||||
| cally_texture_init (CallyTexture *texture) | ||||
| { | ||||
|   /* nothing to do yet */ | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * cally_texture_new: | ||||
|  * @actor: a #ClutterActor | ||||
|  * | ||||
|  * Creates a new #CallyTexture for the given @actor. @actor must be | ||||
|  * a #ClutterTexture. | ||||
|  * | ||||
|  * Return value: the newly created #AtkObject | ||||
|  * | ||||
|  * Since: 1.4 | ||||
|  */ | ||||
| AtkObject* | ||||
| cally_texture_new (ClutterActor *actor) | ||||
| { | ||||
|   GObject   *object     = NULL; | ||||
|   AtkObject *accessible = NULL; | ||||
|  | ||||
|   g_return_val_if_fail (CLUTTER_IS_TEXTURE (actor), NULL); | ||||
|  | ||||
|   object = g_object_new (CALLY_TYPE_TEXTURE, NULL); | ||||
|  | ||||
|   accessible = ATK_OBJECT (object); | ||||
|   atk_object_initialize (accessible, actor); | ||||
|  | ||||
|   return accessible; | ||||
| } | ||||
|  | ||||
| static void | ||||
| cally_texture_real_initialize (AtkObject *obj, | ||||
|                               gpointer   data) | ||||
| { | ||||
|   ATK_OBJECT_CLASS (cally_texture_parent_class)->initialize (obj, data); | ||||
|  | ||||
|   /* default role */ | ||||
|   obj->role = ATK_ROLE_IMAGE; | ||||
| } | ||||
							
								
								
									
										84
									
								
								clutter/clutter/cally/cally-texture.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										84
									
								
								clutter/clutter/cally/cally-texture.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,84 @@ | ||||
| /* CALLY - The Clutter Accessibility Implementation Library | ||||
|  * | ||||
|  * Copyright (C) 2009 Igalia, S.L. | ||||
|  * | ||||
|  * Author: Alejandro Piñeiro Iglesias <apinheiro@igalia.com> | ||||
|  * | ||||
|  * This library is free software; you can redistribute it and/or | ||||
|  * modify it under the terms of the GNU Lesser General Public | ||||
|  * License as published by the Free Software Foundation; either | ||||
|  * version 2 of the License, or (at your option) any later version. | ||||
|  * | ||||
|  * This library is distributed in the hope that it will be useful, | ||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | ||||
|  * Lesser General Public License for more details. | ||||
|  * | ||||
|  * You should have received a copy of the GNU Lesser General Public | ||||
|  * License along with this library. If not, see <http://www.gnu.org/licenses/>. | ||||
|  */ | ||||
|  | ||||
| #ifndef __CALLY_TEXTURE_H__ | ||||
| #define __CALLY_TEXTURE_H__ | ||||
|  | ||||
| #if !defined(__CALLY_H_INSIDE__) && !defined(CLUTTER_COMPILATION) | ||||
| #error "Only <cally/cally.h> can be included directly." | ||||
| #endif | ||||
|  | ||||
| #include <clutter/clutter.h> | ||||
| #include <cally/cally-actor.h> | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
|  | ||||
| #define CALLY_TYPE_TEXTURE            (cally_texture_get_type ()) | ||||
| #define CALLY_TEXTURE(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), CALLY_TYPE_TEXTURE, CallyTexture)) | ||||
| #define CALLY_TEXTURE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), CALLY_TYPE_TEXTURE, CallyTextureClass)) | ||||
| #define CALLY_IS_TEXTURE(obj)         (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CALLY_TYPE_TEXTURE)) | ||||
| #define CALLY_IS_TEXTURE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), CALLY_TYPE_TEXTURE)) | ||||
| #define CALLY_TEXTURE_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), CALLY_TYPE_TEXTURE, CallyTextureClass)) | ||||
|  | ||||
| typedef struct _CallyTexture        CallyTexture; | ||||
| typedef struct _CallyTextureClass   CallyTextureClass; | ||||
| typedef struct _CallyTexturePrivate CallyTexturePrivate; | ||||
|  | ||||
| /** | ||||
|  * CallyTexture: | ||||
|  * | ||||
|  * The <structname>CallyTexture</structname> structure contains only | ||||
|  * private data and should be accessed using the provided API | ||||
|  * | ||||
|  * Since: 1.4 | ||||
|  */ | ||||
| struct _CallyTexture | ||||
| { | ||||
|   /*< private >*/ | ||||
|   CallyActor parent; | ||||
|  | ||||
|   CallyTexturePrivate *priv; | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * CallyTextureClass: | ||||
|  * | ||||
|  * The <structname>CallyTextureClass</structname> structure contains | ||||
|  * only private data | ||||
|  * | ||||
|  * Since: 1.4 | ||||
|  */ | ||||
| struct _CallyTextureClass | ||||
| { | ||||
|   /*< private >*/ | ||||
|   CallyActorClass parent_class; | ||||
|  | ||||
|   /* padding for future expansion */ | ||||
|   gpointer _padding_dummy[8]; | ||||
| }; | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| GType      cally_texture_get_type (void) G_GNUC_CONST; | ||||
| CLUTTER_EXPORT | ||||
| AtkObject *cally_texture_new      (ClutterActor *actor); | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
| #endif /* __CALLY_TEXTURE_H__ */ | ||||
| @@ -39,6 +39,7 @@ | ||||
| #include "cally-group.h" | ||||
| #include "cally-stage.h" | ||||
| #include "cally-text.h" | ||||
| #include "cally-texture.h" | ||||
| #include "cally-rectangle.h" | ||||
| #include "cally-clone.h" | ||||
|  | ||||
| @@ -55,6 +56,7 @@ CALLY_ACCESSIBLE_FACTORY (CALLY_TYPE_ACTOR, cally_actor, cally_actor_new) | ||||
| CALLY_ACCESSIBLE_FACTORY (CALLY_TYPE_GROUP, cally_group, cally_group_new) | ||||
| CALLY_ACCESSIBLE_FACTORY (CALLY_TYPE_STAGE, cally_stage, cally_stage_new) | ||||
| CALLY_ACCESSIBLE_FACTORY (CALLY_TYPE_TEXT, cally_text, cally_text_new) | ||||
| CALLY_ACCESSIBLE_FACTORY (CALLY_TYPE_TEXTURE, cally_texture, cally_texture_new) | ||||
| CALLY_ACCESSIBLE_FACTORY (CALLY_TYPE_RECTANGLE, cally_rectangle, cally_rectangle_new) | ||||
| CALLY_ACCESSIBLE_FACTORY (CALLY_TYPE_CLONE, cally_clone, cally_clone_new) | ||||
|  | ||||
| @@ -76,6 +78,7 @@ cally_accessibility_init (void) | ||||
|   CALLY_ACTOR_SET_FACTORY (CLUTTER_TYPE_GROUP, cally_group); | ||||
|   CALLY_ACTOR_SET_FACTORY (CLUTTER_TYPE_STAGE, cally_stage); | ||||
|   CALLY_ACTOR_SET_FACTORY (CLUTTER_TYPE_TEXT, cally_text); | ||||
|   CALLY_ACTOR_SET_FACTORY (CLUTTER_TYPE_TEXTURE, cally_texture); | ||||
|   CALLY_ACTOR_SET_FACTORY (CLUTTER_TYPE_RECTANGLE, cally_rectangle); | ||||
|   CALLY_ACTOR_SET_FACTORY (CLUTTER_TYPE_CLONE, cally_clone); | ||||
|  | ||||
|   | ||||
| @@ -32,6 +32,7 @@ | ||||
| #include "cally-root.h" | ||||
| #include "cally-stage.h" | ||||
| #include "cally-text.h" | ||||
| #include "cally-texture.h" | ||||
| #include "cally-util.h" | ||||
|  | ||||
| #undef __CALLY_H_INSIDE__ | ||||
|   | ||||
| @@ -340,7 +340,7 @@ clutter_actor_box_contains (const ClutterActorBox *box, | ||||
| /** | ||||
|  * clutter_actor_box_from_vertices: | ||||
|  * @box: a #ClutterActorBox | ||||
|  * @verts: (array fixed-size=4): array of four #graphene_point3d_t | ||||
|  * @verts: (array fixed-size=4): array of four #ClutterVertex | ||||
|  * | ||||
|  * Calculates the bounding box represented by the four vertices; for details | ||||
|  * of the vertex array see clutter_actor_get_abs_allocation_vertices(). | ||||
| @@ -348,8 +348,8 @@ clutter_actor_box_contains (const ClutterActorBox *box, | ||||
|  * Since: 1.0 | ||||
|  */ | ||||
| void | ||||
| clutter_actor_box_from_vertices (ClutterActorBox          *box, | ||||
|                                  const graphene_point3d_t  verts[]) | ||||
| clutter_actor_box_from_vertices (ClutterActorBox     *box, | ||||
|                                  const ClutterVertex  verts[]) | ||||
| { | ||||
|   gfloat x_1, x_2, y_1, y_2; | ||||
|  | ||||
|   | ||||
| @@ -51,7 +51,7 @@ | ||||
| struct _ClutterActorMetaPrivate | ||||
| { | ||||
|   ClutterActor *actor; | ||||
|   gulong destroy_id; | ||||
|   guint destroy_id; | ||||
|  | ||||
|   gchar *name; | ||||
|  | ||||
| @@ -88,14 +88,14 @@ static void | ||||
| clutter_actor_meta_real_set_actor (ClutterActorMeta *meta, | ||||
|                                    ClutterActor     *actor) | ||||
| { | ||||
|   g_warn_if_fail (!meta->priv->actor || | ||||
|                   !CLUTTER_ACTOR_IN_PAINT (meta->priv->actor)); | ||||
|   g_warn_if_fail (!actor || !CLUTTER_ACTOR_IN_PAINT (actor)); | ||||
|  | ||||
|   if (meta->priv->actor == actor) | ||||
|     return; | ||||
|  | ||||
|   g_clear_signal_handler (&meta->priv->destroy_id, meta->priv->actor); | ||||
|   if (meta->priv->destroy_id != 0) | ||||
|     { | ||||
|       g_signal_handler_disconnect (meta->priv->actor, meta->priv->destroy_id); | ||||
|       meta->priv->destroy_id = 0; | ||||
|     } | ||||
|  | ||||
|   meta->priv->actor = actor; | ||||
|  | ||||
| @@ -105,18 +105,6 @@ clutter_actor_meta_real_set_actor (ClutterActorMeta *meta, | ||||
|                                                meta); | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_actor_meta_real_set_enabled (ClutterActorMeta *meta, | ||||
|                                      gboolean          is_enabled) | ||||
| { | ||||
|   g_warn_if_fail (!meta->priv->actor || | ||||
|                   !CLUTTER_ACTOR_IN_PAINT (meta->priv->actor)); | ||||
|  | ||||
|   meta->priv->is_enabled = is_enabled; | ||||
|  | ||||
|   g_object_notify_by_pspec (G_OBJECT (meta), obj_props[PROP_ENABLED]); | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_actor_meta_set_property (GObject      *gobject, | ||||
|                                  guint         prop_id, | ||||
| @@ -174,8 +162,8 @@ clutter_actor_meta_finalize (GObject *gobject) | ||||
| { | ||||
|   ClutterActorMetaPrivate *priv = CLUTTER_ACTOR_META (gobject)->priv; | ||||
|  | ||||
|   if (priv->actor != NULL) | ||||
|     g_clear_signal_handler (&priv->destroy_id, priv->actor); | ||||
|   if (priv->destroy_id != 0 && priv->actor != NULL) | ||||
|     g_signal_handler_disconnect (priv->actor, priv->destroy_id); | ||||
|  | ||||
|   g_free (priv->name); | ||||
|  | ||||
| @@ -188,7 +176,6 @@ clutter_actor_meta_class_init (ClutterActorMetaClass *klass) | ||||
|   GObjectClass *gobject_class = G_OBJECT_CLASS (klass); | ||||
|  | ||||
|   klass->set_actor = clutter_actor_meta_real_set_actor; | ||||
|   klass->set_enabled = clutter_actor_meta_real_set_enabled; | ||||
|  | ||||
|   /** | ||||
|    * ClutterActorMeta:actor: | ||||
| @@ -315,7 +302,9 @@ clutter_actor_meta_set_enabled (ClutterActorMeta *meta, | ||||
|   if (meta->priv->is_enabled == is_enabled) | ||||
|     return; | ||||
|  | ||||
|   CLUTTER_ACTOR_META_GET_CLASS (meta)->set_enabled (meta, is_enabled); | ||||
|   meta->priv->is_enabled = is_enabled; | ||||
|  | ||||
|   g_object_notify_by_pspec (G_OBJECT (meta), obj_props[PROP_ENABLED]); | ||||
| } | ||||
|  | ||||
| /** | ||||
| @@ -588,7 +577,8 @@ _clutter_meta_group_clear_metas (ClutterMetaGroup *group) | ||||
| { | ||||
|   g_list_foreach (group->meta, (GFunc) _clutter_actor_meta_set_actor, NULL); | ||||
|  | ||||
|   g_list_free_full (group->meta, g_object_unref); | ||||
|   g_list_foreach (group->meta, (GFunc) g_object_unref, NULL); | ||||
|   g_list_free (group->meta); | ||||
|   group->meta = NULL; | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -87,9 +87,6 @@ struct _ClutterActorMetaClass | ||||
|   void (* set_actor) (ClutterActorMeta *meta, | ||||
|                       ClutterActor     *actor); | ||||
|  | ||||
|   void (* set_enabled) (ClutterActorMeta *meta, | ||||
|                         gboolean          is_enabled); | ||||
|  | ||||
|   /*< private >*/ | ||||
|   void (* _clutter_meta1) (void); | ||||
|   void (* _clutter_meta2) (void); | ||||
| @@ -97,6 +94,7 @@ struct _ClutterActorMetaClass | ||||
|   void (* _clutter_meta4) (void); | ||||
|   void (* _clutter_meta5) (void); | ||||
|   void (* _clutter_meta6) (void); | ||||
|   void (* _clutter_meta7) (void); | ||||
| }; | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
|   | ||||
| @@ -135,7 +135,7 @@ struct _AnchorCoord | ||||
|     } fraction; | ||||
|  | ||||
|     /* Use when is_fractional == FALSE */ | ||||
|     graphene_point3d_t units; | ||||
|     ClutterVertex units; | ||||
|   } v; | ||||
| }; | ||||
|  | ||||
| @@ -163,7 +163,7 @@ struct _SizeRequest | ||||
| struct _ClutterLayoutInfo | ||||
| { | ||||
|   /* fixed position coordinates */ | ||||
|   graphene_point_t fixed_pos; | ||||
|   ClutterPoint fixed_pos; | ||||
|  | ||||
|   ClutterMargin margin; | ||||
|  | ||||
| @@ -173,8 +173,8 @@ struct _ClutterLayoutInfo | ||||
|   guint x_expand : 1; | ||||
|   guint y_expand : 1; | ||||
|  | ||||
|   graphene_size_t minimum; | ||||
|   graphene_size_t natural; | ||||
|   ClutterSize minimum; | ||||
|   ClutterSize natural; | ||||
| }; | ||||
|  | ||||
| const ClutterLayoutInfo *       _clutter_actor_get_layout_info_or_defaults      (ClutterActor *self); | ||||
| @@ -203,13 +203,13 @@ struct _ClutterTransformInfo | ||||
|   AnchorCoord anchor; | ||||
|  | ||||
|   /* translation */ | ||||
|   graphene_point3d_t translation; | ||||
|   ClutterVertex translation; | ||||
|  | ||||
|   /* z_position */ | ||||
|   gfloat z_position; | ||||
|  | ||||
|   /* transformation center */ | ||||
|   graphene_point_t pivot; | ||||
|   ClutterPoint pivot; | ||||
|   gfloat pivot_z; | ||||
|  | ||||
|   CoglMatrix transform; | ||||
| @@ -242,6 +242,9 @@ ClutterAnimationInfo *          _clutter_actor_get_animation_info | ||||
| ClutterTransition *             _clutter_actor_create_transition                        (ClutterActor *self, | ||||
|                                                                                          GParamSpec   *pspec, | ||||
|                                                                                          ...); | ||||
| ClutterTransition *             _clutter_actor_get_transition                           (ClutterActor *self, | ||||
|                                                                                          GParamSpec   *pspec); | ||||
|  | ||||
| gboolean                        _clutter_actor_foreach_child                            (ClutterActor *self, | ||||
|                                                                                          ClutterForeachCallback callback, | ||||
|                                                                                          gpointer user_data); | ||||
| @@ -274,9 +277,6 @@ void                            _clutter_actor_set_enable_paint_unmapped | ||||
| void                            _clutter_actor_set_has_pointer                          (ClutterActor *self, | ||||
|                                                                                          gboolean      has_pointer); | ||||
|  | ||||
| void                            _clutter_actor_set_has_key_focus                        (ClutterActor *self, | ||||
|                                                                                          gboolean      has_key_focus); | ||||
|  | ||||
| void                            _clutter_actor_queue_redraw_with_clip                   (ClutterActor             *self, | ||||
|                                                                                          ClutterRedrawFlags        flags, | ||||
|                                                                                          const ClutterPaintVolume *clip_volume); | ||||
| @@ -297,6 +297,8 @@ const gchar *                   _clutter_actor_get_debug_name | ||||
| void                            _clutter_actor_push_clone_paint                         (void); | ||||
| void                            _clutter_actor_pop_clone_paint                          (void); | ||||
|  | ||||
| guint32                         _clutter_actor_get_pick_id                              (ClutterActor *self); | ||||
|  | ||||
| void                            _clutter_actor_shader_pre_paint                         (ClutterActor *actor, | ||||
|                                                                                          gboolean      repeat); | ||||
| void                            _clutter_actor_shader_post_paint                        (ClutterActor *actor); | ||||
| @@ -315,6 +317,7 @@ void                            _clutter_actor_queue_relayout_on_clones | ||||
| void                            _clutter_actor_queue_only_relayout                      (ClutterActor *actor); | ||||
| void                            _clutter_actor_queue_update_resource_scale_recursive    (ClutterActor *actor); | ||||
|  | ||||
| CoglFramebuffer *               _clutter_actor_get_active_framebuffer                   (ClutterActor *actor); | ||||
| gboolean                        _clutter_actor_get_real_resource_scale                  (ClutterActor *actor, | ||||
|                                                                                          float        *resource_scale); | ||||
|  | ||||
|   | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -39,8 +39,6 @@ | ||||
|  | ||||
| #include <clutter/clutter-types.h> | ||||
| #include <clutter/clutter-event.h> | ||||
| #include <clutter/clutter-paint-context.h> | ||||
| #include <clutter/clutter-pick-context.h> | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
|  | ||||
| @@ -230,14 +228,13 @@ struct _ClutterActorClass | ||||
|   void (* unrealize)            (ClutterActor          *self); | ||||
|   void (* map)                  (ClutterActor          *self); | ||||
|   void (* unmap)                (ClutterActor          *self); | ||||
|   void (* paint)                (ClutterActor          *self, | ||||
|                                  ClutterPaintContext   *paint_context); | ||||
|   void (* paint)                (ClutterActor          *self); | ||||
|   void (* parent_set)           (ClutterActor          *actor, | ||||
|                                  ClutterActor          *old_parent); | ||||
|  | ||||
|   void (* destroy)              (ClutterActor          *self); | ||||
|   void (* pick)                 (ClutterActor          *actor, | ||||
|                                  ClutterPickContext    *pick_context); | ||||
|                                  const ClutterColor    *color); | ||||
|  | ||||
|   gboolean (* queue_redraw)     (ClutterActor          *actor, | ||||
|                                  ClutterActor          *leaf_that_queued, | ||||
| @@ -299,11 +296,10 @@ struct _ClutterActorClass | ||||
|  | ||||
|   gboolean (* touch_event)          (ClutterActor         *self, | ||||
|                                      ClutterTouchEvent    *event); | ||||
|   gboolean (* has_accessible)       (ClutterActor         *self); | ||||
|  | ||||
|   /*< private >*/ | ||||
|   /* padding for future expansion */ | ||||
|   gpointer _padding_dummy[25]; | ||||
|   gpointer _padding_dummy[26]; | ||||
| }; | ||||
|  | ||||
| /** | ||||
| @@ -354,17 +350,9 @@ void                            clutter_actor_map | ||||
| CLUTTER_EXPORT | ||||
| void                            clutter_actor_unmap                             (ClutterActor                *self); | ||||
| CLUTTER_EXPORT | ||||
| void                            clutter_actor_paint                             (ClutterActor                *self, | ||||
|                                                                                  ClutterPaintContext         *paint_context); | ||||
| void                            clutter_actor_paint                             (ClutterActor                *self); | ||||
| CLUTTER_EXPORT | ||||
| void                            clutter_actor_continue_paint                    (ClutterActor                *self, | ||||
|                                                                                  ClutterPaintContext         *paint_context); | ||||
| CLUTTER_EXPORT | ||||
| void                            clutter_actor_pick                              (ClutterActor                *actor, | ||||
|                                                                                  ClutterPickContext          *pick_context); | ||||
| CLUTTER_EXPORT | ||||
| void                            clutter_actor_continue_pick                     (ClutterActor                *actor, | ||||
|                                                                                  ClutterPickContext          *pick_context); | ||||
| void                            clutter_actor_continue_paint                    (ClutterActor                *self); | ||||
| CLUTTER_EXPORT | ||||
| void                            clutter_actor_queue_redraw                      (ClutterActor                *self); | ||||
| CLUTTER_EXPORT | ||||
| @@ -381,8 +369,6 @@ CLUTTER_EXPORT | ||||
| const gchar *                   clutter_actor_get_name                          (ClutterActor                *self); | ||||
| CLUTTER_EXPORT | ||||
| AtkObject *                     clutter_actor_get_accessible                    (ClutterActor                *self); | ||||
| CLUTTER_EXPORT | ||||
| gboolean                        clutter_actor_has_accessible                    (ClutterActor                *self); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| gboolean                        clutter_actor_is_visible                        (ClutterActor                *self); | ||||
| @@ -445,7 +431,7 @@ void                            clutter_actor_get_allocation_box | ||||
| CLUTTER_EXPORT | ||||
| void                            clutter_actor_get_allocation_vertices           (ClutterActor                *self, | ||||
|                                                                                  ClutterActor                *ancestor, | ||||
|                                                                                  graphene_point3d_t          *verts); | ||||
|                                                                                  ClutterVertex                verts[]); | ||||
| CLUTTER_EXPORT | ||||
| gboolean                        clutter_actor_has_allocation                    (ClutterActor                *self); | ||||
| CLUTTER_EXPORT | ||||
| @@ -831,16 +817,16 @@ gboolean                        clutter_actor_transform_stage_point | ||||
|                                                                                  gfloat                     *y_out); | ||||
| CLUTTER_EXPORT | ||||
| void                            clutter_actor_get_abs_allocation_vertices       (ClutterActor               *self, | ||||
|                                                                                  graphene_point3d_t         *verts); | ||||
|                                                                                  ClutterVertex               verts[]); | ||||
| CLUTTER_EXPORT | ||||
| void                            clutter_actor_apply_transform_to_point          (ClutterActor               *self, | ||||
|                                                                                  const graphene_point3d_t   *point, | ||||
|                                                                                  graphene_point3d_t         *vertex); | ||||
|                                                                                  const ClutterVertex        *point, | ||||
|                                                                                  ClutterVertex              *vertex); | ||||
| CLUTTER_EXPORT | ||||
| void                            clutter_actor_apply_relative_transform_to_point (ClutterActor               *self, | ||||
|                                                                                  ClutterActor               *ancestor, | ||||
|                                                                                  const graphene_point3d_t   *point, | ||||
|                                                                                  graphene_point3d_t         *vertex); | ||||
|                                                                                  const ClutterVertex        *point, | ||||
|                                                                                  ClutterVertex              *vertex); | ||||
|  | ||||
| /* Implicit animations */ | ||||
| CLUTTER_EXPORT | ||||
| @@ -884,11 +870,6 @@ void                            clutter_actor_set_opacity_override | ||||
| CLUTTER_EXPORT | ||||
| gint                            clutter_actor_get_opacity_override              (ClutterActor               *self); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void                            clutter_actor_inhibit_culling                   (ClutterActor               *actor); | ||||
| CLUTTER_EXPORT | ||||
| void                            clutter_actor_uninhibit_culling                 (ClutterActor               *actor); | ||||
|  | ||||
| /** | ||||
|  * ClutterActorCreateChildFunc: | ||||
|  * @item: (type GObject): the item in the model | ||||
| @@ -921,11 +902,6 @@ void                            clutter_actor_bind_model_with_properties | ||||
|                                                                                  const char                 *first_model_property, | ||||
|                                                                                  ...); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void clutter_actor_pick_box (ClutterActor          *self, | ||||
|                              ClutterPickContext    *pick_context, | ||||
|                              const ClutterActorBox *box); | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
| #endif /* __CLUTTER_ACTOR_H__ */ | ||||
|   | ||||
| @@ -54,6 +54,7 @@ | ||||
| #include "clutter-debug.h" | ||||
| #include "clutter-private.h" | ||||
|  | ||||
| #include "deprecated/clutter-animatable.h" | ||||
| #include "deprecated/clutter-animation.h" | ||||
|  | ||||
| G_DEFINE_INTERFACE (ClutterAnimatable, clutter_animatable, G_TYPE_OBJECT); | ||||
| @@ -63,6 +64,80 @@ clutter_animatable_default_init (ClutterAnimatableInterface *iface) | ||||
| { | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_animatable_animate_property: | ||||
|  * @animatable: a #ClutterAnimatable | ||||
|  * @animation: a #ClutterAnimation | ||||
|  * @property_name: the name of the animated property | ||||
|  * @initial_value: the initial value of the animation interval | ||||
|  * @final_value: the final value of the animation interval | ||||
|  * @progress: the progress factor | ||||
|  * @value: return location for the animation value | ||||
|  * | ||||
|  * Calls the animate_property() virtual function for @animatable. | ||||
|  * | ||||
|  * The @initial_value and @final_value #GValue<!-- -->s must contain | ||||
|  * the same type; @value must have been initialized to the same | ||||
|  * type of @initial_value and @final_value. | ||||
|  * | ||||
|  * All implementation of the #ClutterAnimatable interface must | ||||
|  * implement this function. | ||||
|  * | ||||
|  * Return value: %TRUE if the value has been validated and can | ||||
|  *   be applied to the #ClutterAnimatable, and %FALSE otherwise | ||||
|  * | ||||
|  * Since: 1.0 | ||||
|  * | ||||
|  * Deprecated: 1.8: Use clutter_animatable_interpolate_value() | ||||
|  *   instead | ||||
|  */ | ||||
| gboolean | ||||
| clutter_animatable_animate_property (ClutterAnimatable *animatable, | ||||
|                                      ClutterAnimation  *animation, | ||||
|                                      const gchar       *property_name, | ||||
|                                      const GValue      *initial_value, | ||||
|                                      const GValue      *final_value, | ||||
|                                      gdouble            progress, | ||||
|                                      GValue            *value) | ||||
| { | ||||
|   ClutterAnimatableInterface *iface; | ||||
|   gboolean res; | ||||
|  | ||||
|   g_return_val_if_fail (CLUTTER_IS_ANIMATABLE (animatable), FALSE); | ||||
|   g_return_val_if_fail (CLUTTER_IS_ANIMATION (animation), FALSE); | ||||
|   g_return_val_if_fail (property_name != NULL, FALSE); | ||||
|   g_return_val_if_fail (initial_value != NULL && final_value != NULL, FALSE); | ||||
|   g_return_val_if_fail (G_VALUE_TYPE (initial_value) != G_TYPE_INVALID, FALSE); | ||||
|   g_return_val_if_fail (G_VALUE_TYPE (final_value) != G_TYPE_INVALID, FALSE); | ||||
|   g_return_val_if_fail (value != NULL, FALSE); | ||||
|   g_return_val_if_fail (G_VALUE_TYPE (value) == G_VALUE_TYPE (initial_value) && | ||||
|                         G_VALUE_TYPE (value) == G_VALUE_TYPE (final_value), | ||||
|                         FALSE); | ||||
|  | ||||
|   iface = CLUTTER_ANIMATABLE_GET_IFACE (animatable); | ||||
|   if (iface->animate_property == NULL) | ||||
|     { | ||||
|       ClutterInterval *interval; | ||||
|  | ||||
|       interval = clutter_animation_get_interval (animation, property_name); | ||||
|       if (interval == NULL) | ||||
|         return FALSE; | ||||
|  | ||||
|       res = clutter_animatable_interpolate_value (animatable, property_name, | ||||
|                                                   interval, | ||||
|                                                   progress, | ||||
|                                                   value); | ||||
|     } | ||||
|   else | ||||
|     res = iface->animate_property (animatable, animation, | ||||
|                                    property_name, | ||||
|                                    initial_value, final_value, | ||||
|                                    progress, | ||||
|                                    value); | ||||
|  | ||||
|   return res; | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_animatable_find_property: | ||||
|  * @animatable: a #ClutterAnimatable | ||||
|   | ||||
| @@ -50,6 +50,9 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterConstraint, g_object_unref) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterContainer, g_object_unref) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterDeformEffect, g_object_unref) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterDesaturateEffect, g_object_unref) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterDeviceManager, g_object_unref) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterDragAction, g_object_unref) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterDropAction, g_object_unref) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterEffect, g_object_unref) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterFixedLayout, g_object_unref) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterFlowLayout, g_object_unref) | ||||
| @@ -88,10 +91,13 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterActorBox, clutter_actor_box_free) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterColor, clutter_color_free) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterMargin, clutter_margin_free) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterMatrix, clutter_matrix_free) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterPaintContext, clutter_paint_context_unref) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterPaintNode, clutter_paint_node_unref) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterPaintVolume, clutter_paint_volume_free) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterPathNode, clutter_path_node_free) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterPoint, clutter_point_free) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterRect, clutter_rect_free) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterSize, clutter_size_free) | ||||
| G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterVertex, clutter_vertex_free) | ||||
|  | ||||
| #endif /* __GI_SCANNER__ */ | ||||
|  | ||||
|   | ||||
| @@ -23,9 +23,12 @@ | ||||
| #define __CLUTTER_BACKEND_PRIVATE_H__ | ||||
|  | ||||
| #include <clutter/clutter-backend.h> | ||||
| #include <clutter/clutter-seat.h> | ||||
| #include <clutter/clutter-device-manager.h> | ||||
| #include <clutter/clutter-keymap.h> | ||||
| #include <clutter/clutter-stage-window.h> | ||||
|  | ||||
| #include "clutter-event-translator.h" | ||||
|  | ||||
| #define CLUTTER_BACKEND_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), CLUTTER_TYPE_BACKEND, ClutterBackendClass)) | ||||
| #define CLUTTER_IS_BACKEND_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), CLUTTER_TYPE_BACKEND)) | ||||
| #define CLUTTER_BACKEND_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), CLUTTER_TYPE_BACKEND, ClutterBackendClass)) | ||||
| @@ -46,6 +49,8 @@ struct _ClutterBackend | ||||
|  | ||||
|   CoglOnscreen *dummy_onscreen; | ||||
|  | ||||
|   ClutterDeviceManager *device_manager; | ||||
|  | ||||
|   cairo_font_options_t *font_options; | ||||
|  | ||||
|   gchar *font_name; | ||||
| @@ -53,9 +58,11 @@ struct _ClutterBackend | ||||
|   gfloat units_per_em; | ||||
|   gint32 units_serial; | ||||
|  | ||||
|   ClutterStageWindow *stage_window; | ||||
|   GList *event_translators; | ||||
|  | ||||
|   ClutterInputMethod *input_method; | ||||
|  | ||||
|   ClutterKeymap *keymap; | ||||
| }; | ||||
|  | ||||
| struct _ClutterBackendClass | ||||
| @@ -84,12 +91,23 @@ struct _ClutterBackendClass | ||||
|                                                 GError         **error); | ||||
|   gboolean              (* create_context)     (ClutterBackend  *backend, | ||||
|                                                 GError         **error); | ||||
|   ClutterDeviceManager *(* get_device_manager) (ClutterBackend  *backend); | ||||
|  | ||||
|   void                  (* copy_event_data)    (ClutterBackend     *backend, | ||||
|                                                 const ClutterEvent *src, | ||||
|                                                 ClutterEvent       *dest); | ||||
|   void                  (* free_event_data)    (ClutterBackend     *backend, | ||||
|                                                 ClutterEvent       *event); | ||||
|  | ||||
|   gboolean              (* translate_event)    (ClutterBackend     *backend, | ||||
|                                                 gpointer            native, | ||||
|                                                 ClutterEvent       *event); | ||||
|  | ||||
|   ClutterSeat *         (* get_default_seat)   (ClutterBackend *backend); | ||||
|   PangoDirection        (* get_keymap_direction) (ClutterBackend   *backend); | ||||
|  | ||||
|   void                  (* bell_notify)          (ClutterBackend   *backend); | ||||
|  | ||||
|   ClutterKeymap *       (* get_keymap)           (ClutterBackend   *backend); | ||||
|  | ||||
|   /* signals */ | ||||
|   void (* resolution_changed) (ClutterBackend *backend); | ||||
| @@ -118,21 +136,29 @@ void                    _clutter_backend_copy_event_data                (Clutter | ||||
|                                                                          ClutterEvent           *dest); | ||||
| void                    _clutter_backend_free_event_data                (ClutterBackend         *backend, | ||||
|                                                                          ClutterEvent           *event); | ||||
| CLUTTER_EXPORT | ||||
| gboolean                _clutter_backend_translate_event                (ClutterBackend         *backend, | ||||
|                                                                          gpointer                native, | ||||
|                                                                          ClutterEvent           *event); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void                    _clutter_backend_add_event_translator           (ClutterBackend         *backend, | ||||
|                                                                          ClutterEventTranslator *translator); | ||||
|  | ||||
| void                    _clutter_backend_remove_event_translator        (ClutterBackend         *backend, | ||||
|                                                                          ClutterEventTranslator *translator); | ||||
|  | ||||
| ClutterFeatureFlags     _clutter_backend_get_features                   (ClutterBackend         *backend); | ||||
|  | ||||
| gfloat                  _clutter_backend_get_units_per_em               (ClutterBackend         *backend, | ||||
|                                                                          PangoFontDescription   *font_desc); | ||||
| gint32                  _clutter_backend_get_units_serial               (ClutterBackend         *backend); | ||||
|  | ||||
| void                    clutter_set_allowed_drivers                     (const char             *drivers); | ||||
| PangoDirection          _clutter_backend_get_keymap_direction           (ClutterBackend         *backend); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| ClutterStageWindow *    clutter_backend_get_stage_window                (ClutterBackend         *backend); | ||||
| void                    _clutter_backend_reset_cogl_framebuffer         (ClutterBackend         *backend); | ||||
|  | ||||
| void                    clutter_set_allowed_drivers                     (const char             *drivers); | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
|   | ||||
| @@ -51,6 +51,7 @@ | ||||
| #include "clutter-stage-manager-private.h" | ||||
| #include "clutter-stage-private.h" | ||||
| #include "clutter-stage-window.h" | ||||
| #include "clutter-device-manager-private.h" | ||||
|  | ||||
| #ifdef CLUTTER_HAS_WAYLAND_COMPOSITOR_SUPPORT | ||||
| #include "wayland/clutter-wayland-compositor.h" | ||||
| @@ -61,6 +62,9 @@ | ||||
| #ifdef CLUTTER_INPUT_X11 | ||||
| #include "x11/clutter-backend-x11.h" | ||||
| #endif | ||||
| #ifdef CLUTTER_INPUT_EVDEV | ||||
| #include "evdev/clutter-device-manager-evdev.h" | ||||
| #endif | ||||
| #ifdef CLUTTER_WINDOWING_EGL | ||||
| #include "egl/clutter-backend-eglnative.h" | ||||
| #endif | ||||
| @@ -100,12 +104,10 @@ clutter_backend_dispose (GObject *gobject) | ||||
|   /* clear the events still in the queue of the main context */ | ||||
|   _clutter_clear_events_queue (); | ||||
|  | ||||
|   /* remove all event translators */ | ||||
|   g_clear_pointer (&backend->event_translators, g_list_free); | ||||
|  | ||||
|   g_clear_pointer (&backend->dummy_onscreen, cogl_object_unref); | ||||
|   if (backend->stage_window) | ||||
|     { | ||||
|       g_object_remove_weak_pointer (G_OBJECT (backend->stage_window), | ||||
|                                     (gpointer *) &backend->stage_window); | ||||
|     } | ||||
|  | ||||
|   G_OBJECT_CLASS (clutter_backend_parent_class)->dispose (gobject); | ||||
| } | ||||
| @@ -395,7 +397,7 @@ clutter_backend_real_create_context (ClutterBackend  *backend, | ||||
|       else | ||||
|         g_set_error_literal (error, CLUTTER_INIT_ERROR, | ||||
|                              CLUTTER_INIT_ERROR_BACKEND, | ||||
|                              "Unable to initialize the Clutter backend: no available drivers found."); | ||||
|                             _("Unable to initialize the Clutter backend: no available drivers found.")); | ||||
|  | ||||
|       return FALSE; | ||||
|     } | ||||
| @@ -524,7 +526,92 @@ _clutter_create_backend (void) | ||||
| static void | ||||
| clutter_backend_real_init_events (ClutterBackend *backend) | ||||
| { | ||||
|   g_error ("Unknown input backend"); | ||||
|   const char *input_backend = NULL; | ||||
|  | ||||
|   input_backend = g_getenv ("CLUTTER_INPUT_BACKEND"); | ||||
|   if (input_backend != NULL) | ||||
|     input_backend = g_intern_string (input_backend); | ||||
|  | ||||
| #ifdef CLUTTER_INPUT_X11 | ||||
|   if (clutter_check_windowing_backend (CLUTTER_WINDOWING_X11) && | ||||
|       (input_backend == NULL || input_backend == I_(CLUTTER_INPUT_X11))) | ||||
|     { | ||||
|       _clutter_backend_x11_events_init (backend); | ||||
|     } | ||||
|   else | ||||
| #endif | ||||
| #ifdef CLUTTER_INPUT_EVDEV | ||||
|   /* Evdev can be used regardless of the windowing system */ | ||||
|   if ((input_backend != NULL && strcmp (input_backend, CLUTTER_INPUT_EVDEV) == 0) | ||||
| #ifdef CLUTTER_WINDOWING_EGL | ||||
|       /* but we do want to always use it for EGL native */ | ||||
|       || clutter_check_windowing_backend (CLUTTER_WINDOWING_EGL) | ||||
| #endif | ||||
|       ) | ||||
|     { | ||||
|       _clutter_events_evdev_init (backend); | ||||
|     } | ||||
|   else | ||||
| #endif | ||||
|   if (input_backend != NULL) | ||||
|     { | ||||
|       if (input_backend != I_(CLUTTER_INPUT_NULL)) | ||||
|         g_error ("Unrecognized input backend '%s'", input_backend); | ||||
|     } | ||||
|   else | ||||
|     g_error ("Unknown input backend"); | ||||
| } | ||||
|  | ||||
| static ClutterDeviceManager * | ||||
| clutter_backend_real_get_device_manager (ClutterBackend *backend) | ||||
| { | ||||
|   if (G_UNLIKELY (backend->device_manager == NULL)) | ||||
|     { | ||||
|       g_critical ("No device manager available, expect broken input"); | ||||
|       return NULL; | ||||
|     } | ||||
|  | ||||
|   return backend->device_manager; | ||||
| } | ||||
|  | ||||
| static ClutterKeymap * | ||||
| clutter_backend_real_get_keymap (ClutterBackend *backend) | ||||
| { | ||||
|   if (G_UNLIKELY (backend->keymap == NULL)) | ||||
|     { | ||||
|       g_critical ("No keymap available, expect broken keyboard input"); | ||||
|       return NULL; | ||||
|     } | ||||
|  | ||||
|   return backend->keymap; | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| clutter_backend_real_translate_event (ClutterBackend *backend, | ||||
|                                       gpointer        native, | ||||
|                                       ClutterEvent   *event) | ||||
| { | ||||
|   GList *l; | ||||
|  | ||||
|   for (l = backend->event_translators; | ||||
|        l != NULL; | ||||
|        l = l->next) | ||||
|     { | ||||
|       ClutterEventTranslator *translator = l->data; | ||||
|       ClutterTranslateReturn retval; | ||||
|  | ||||
|       retval = _clutter_event_translator_translate_event (translator, | ||||
|                                                           native, | ||||
|                                                           event); | ||||
|  | ||||
|       if (retval == CLUTTER_TRANSLATE_QUEUE) | ||||
|         return TRUE; | ||||
|  | ||||
|       if (retval == CLUTTER_TRANSLATE_REMOVE) | ||||
|         return FALSE; | ||||
|     } | ||||
|  | ||||
|   return FALSE; | ||||
| } | ||||
|  | ||||
| static void | ||||
| @@ -549,7 +636,8 @@ clutter_backend_class_init (ClutterBackendClass *klass) | ||||
|                   G_TYPE_FROM_CLASS (klass), | ||||
|                   G_SIGNAL_RUN_FIRST, | ||||
|                   G_STRUCT_OFFSET (ClutterBackendClass, resolution_changed), | ||||
|                   NULL, NULL, NULL, | ||||
|                   NULL, NULL, | ||||
|                   _clutter_marshal_VOID__VOID, | ||||
|                   G_TYPE_NONE, 0); | ||||
|  | ||||
|   /** | ||||
| @@ -566,7 +654,8 @@ clutter_backend_class_init (ClutterBackendClass *klass) | ||||
|                   G_TYPE_FROM_CLASS (klass), | ||||
|                   G_SIGNAL_RUN_FIRST, | ||||
|                   G_STRUCT_OFFSET (ClutterBackendClass, font_changed), | ||||
|                   NULL, NULL, NULL, | ||||
|                   NULL, NULL, | ||||
|                   _clutter_marshal_VOID__VOID, | ||||
|                   G_TYPE_NONE, 0); | ||||
|  | ||||
|   /** | ||||
| @@ -583,15 +672,19 @@ clutter_backend_class_init (ClutterBackendClass *klass) | ||||
|                   G_TYPE_FROM_CLASS (klass), | ||||
|                   G_SIGNAL_RUN_FIRST, | ||||
|                   G_STRUCT_OFFSET (ClutterBackendClass, settings_changed), | ||||
|                   NULL, NULL, NULL, | ||||
|                   NULL, NULL, | ||||
|                   _clutter_marshal_VOID__VOID, | ||||
|                   G_TYPE_NONE, 0); | ||||
|  | ||||
|   klass->resolution_changed = clutter_backend_real_resolution_changed; | ||||
|   klass->font_changed = clutter_backend_real_font_changed; | ||||
|  | ||||
|   klass->init_events = clutter_backend_real_init_events; | ||||
|   klass->get_device_manager = clutter_backend_real_get_device_manager; | ||||
|   klass->translate_event = clutter_backend_real_translate_event; | ||||
|   klass->create_context = clutter_backend_real_create_context; | ||||
|   klass->get_features = clutter_backend_real_get_features; | ||||
|   klass->get_keymap = clutter_backend_real_get_keymap; | ||||
| } | ||||
|  | ||||
| static void | ||||
| @@ -600,7 +693,7 @@ clutter_backend_init (ClutterBackend *self) | ||||
|   self->units_per_em = -1.0; | ||||
|   self->units_serial = 1; | ||||
|  | ||||
|   self->dummy_onscreen = NULL; | ||||
|   self->dummy_onscreen = COGL_INVALID_HANDLE; | ||||
| } | ||||
|  | ||||
| void | ||||
| @@ -668,10 +761,6 @@ _clutter_backend_create_stage (ClutterBackend  *backend, | ||||
|  | ||||
|   g_assert (CLUTTER_IS_STAGE_WINDOW (stage_window)); | ||||
|  | ||||
|   backend->stage_window = stage_window; | ||||
|   g_object_add_weak_pointer (G_OBJECT (backend->stage_window), | ||||
|                              (gpointer *) &backend->stage_window); | ||||
|  | ||||
|   return stage_window; | ||||
| } | ||||
|  | ||||
| @@ -756,24 +845,37 @@ _clutter_backend_copy_event_data (ClutterBackend     *backend, | ||||
|                                   const ClutterEvent *src, | ||||
|                                   ClutterEvent       *dest) | ||||
| { | ||||
|   ClutterSeatClass *seat_class; | ||||
|   ClutterSeat *seat; | ||||
|   ClutterEventExtenderInterface *iface; | ||||
|   ClutterBackendClass *klass; | ||||
|  | ||||
|   seat = clutter_backend_get_default_seat (backend); | ||||
|   seat_class = CLUTTER_SEAT_GET_CLASS (seat); | ||||
|   seat_class->copy_event_data (seat, src, dest); | ||||
|   klass = CLUTTER_BACKEND_GET_CLASS (backend); | ||||
|   if (CLUTTER_IS_EVENT_EXTENDER (backend->device_manager)) | ||||
|     { | ||||
|       iface = CLUTTER_EVENT_EXTENDER_GET_IFACE (backend->device_manager); | ||||
|       iface->copy_event_data (CLUTTER_EVENT_EXTENDER (backend->device_manager), | ||||
|                               src, dest); | ||||
|     } | ||||
|   else if (klass->copy_event_data != NULL) | ||||
|     klass->copy_event_data (backend, src, dest); | ||||
| } | ||||
|  | ||||
| void | ||||
| _clutter_backend_free_event_data (ClutterBackend *backend, | ||||
|                                   ClutterEvent   *event) | ||||
| { | ||||
|   ClutterSeatClass *seat_class; | ||||
|   ClutterSeat *seat; | ||||
|   ClutterEventExtenderInterface *iface; | ||||
|   ClutterBackendClass *klass; | ||||
|  | ||||
|   seat = clutter_backend_get_default_seat (backend); | ||||
|   seat_class = CLUTTER_SEAT_GET_CLASS (seat); | ||||
|   seat_class->free_event_data (seat, event); | ||||
|   klass = CLUTTER_BACKEND_GET_CLASS (backend); | ||||
|  | ||||
|   if (CLUTTER_IS_EVENT_EXTENDER (backend->device_manager)) | ||||
|     { | ||||
|       iface = CLUTTER_EVENT_EXTENDER_GET_IFACE (backend->device_manager); | ||||
|       iface->free_event_data (CLUTTER_EVENT_EXTENDER (backend->device_manager), | ||||
|                               event); | ||||
|     } | ||||
|   else if (klass->free_event_data != NULL) | ||||
|     klass->free_event_data (backend, event); | ||||
| } | ||||
|  | ||||
| /** | ||||
| @@ -919,6 +1021,28 @@ _clutter_backend_translate_event (ClutterBackend *backend, | ||||
|                                                                event); | ||||
| } | ||||
|  | ||||
| void | ||||
| _clutter_backend_add_event_translator (ClutterBackend         *backend, | ||||
|                                        ClutterEventTranslator *translator) | ||||
| { | ||||
|   if (g_list_find (backend->event_translators, translator) != NULL) | ||||
|     return; | ||||
|  | ||||
|   backend->event_translators = | ||||
|     g_list_prepend (backend->event_translators, translator); | ||||
| } | ||||
|  | ||||
| void | ||||
| _clutter_backend_remove_event_translator (ClutterBackend         *backend, | ||||
|                                           ClutterEventTranslator *translator) | ||||
| { | ||||
|   if (g_list_find (backend->event_translators, translator) == NULL) | ||||
|     return; | ||||
|  | ||||
|   backend->event_translators = | ||||
|     g_list_remove (backend->event_translators, translator); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_backend_get_cogl_context: (skip) | ||||
|  * @backend: a #ClutterBackend | ||||
| @@ -970,6 +1094,39 @@ clutter_wayland_set_compositor_display (void *display) | ||||
| } | ||||
| #endif | ||||
|  | ||||
| PangoDirection | ||||
| _clutter_backend_get_keymap_direction (ClutterBackend *backend) | ||||
| { | ||||
|   ClutterBackendClass *klass; | ||||
|  | ||||
|   klass = CLUTTER_BACKEND_GET_CLASS (backend); | ||||
|   if (klass->get_keymap_direction != NULL) | ||||
|     return klass->get_keymap_direction (backend); | ||||
|  | ||||
|   return PANGO_DIRECTION_NEUTRAL; | ||||
| } | ||||
|  | ||||
| void | ||||
| _clutter_backend_reset_cogl_framebuffer (ClutterBackend *backend) | ||||
| { | ||||
|   if (backend->dummy_onscreen == COGL_INVALID_HANDLE) | ||||
|     { | ||||
|       CoglError *internal_error = NULL; | ||||
|  | ||||
|       backend->dummy_onscreen = cogl_onscreen_new (backend->cogl_context, 1, 1); | ||||
|  | ||||
|       if (!cogl_framebuffer_allocate (COGL_FRAMEBUFFER (backend->dummy_onscreen), | ||||
|                                       &internal_error)) | ||||
|         { | ||||
|           g_critical ("Unable to create dummy onscreen: %s", internal_error->message); | ||||
|           cogl_error_free (internal_error); | ||||
|           return; | ||||
|         } | ||||
|     } | ||||
|  | ||||
|   cogl_set_framebuffer (COGL_FRAMEBUFFER (backend->dummy_onscreen)); | ||||
| } | ||||
|  | ||||
| void | ||||
| clutter_set_allowed_drivers (const char *drivers) | ||||
| { | ||||
| @@ -982,6 +1139,16 @@ clutter_set_allowed_drivers (const char *drivers) | ||||
|   allowed_drivers = g_strdup (drivers); | ||||
| } | ||||
|  | ||||
| void | ||||
| clutter_backend_bell_notify (ClutterBackend *backend) | ||||
| { | ||||
|   ClutterBackendClass *klass; | ||||
|  | ||||
|   klass = CLUTTER_BACKEND_GET_CLASS (backend); | ||||
|   if (klass->bell_notify) | ||||
|     klass->bell_notify (backend); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_backend_get_input_method: | ||||
|  * @backend: the #CLutterBackend | ||||
| @@ -1010,24 +1177,16 @@ clutter_backend_set_input_method (ClutterBackend     *backend, | ||||
|   g_set_object (&backend->input_method, method); | ||||
| } | ||||
|  | ||||
| ClutterStageWindow * | ||||
| clutter_backend_get_stage_window (ClutterBackend *backend) | ||||
| { | ||||
|   return backend->stage_window; | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_backend_get_default_seat: | ||||
|  * clutter_backend_get_keymap: | ||||
|  * @backend: the #ClutterBackend | ||||
|  * | ||||
|  * Returns the default seat | ||||
|  * Gets the keymap used by Clutter | ||||
|  * | ||||
|  * Returns: (transfer none): the default seat | ||||
|  * Returns: (transfer none): the keymap | ||||
|  **/ | ||||
| ClutterSeat * | ||||
| clutter_backend_get_default_seat (ClutterBackend *backend) | ||||
| ClutterKeymap * | ||||
| clutter_backend_get_keymap (ClutterBackend *backend) | ||||
| { | ||||
|   g_return_val_if_fail (CLUTTER_IS_BACKEND (backend), NULL); | ||||
|  | ||||
|   return CLUTTER_BACKEND_GET_CLASS (backend)->get_default_seat (backend); | ||||
|   return CLUTTER_BACKEND_GET_CLASS (backend)->get_keymap (backend); | ||||
| } | ||||
|   | ||||
| @@ -36,7 +36,6 @@ | ||||
| #include <clutter/clutter-config.h> | ||||
| #include <clutter/clutter-keymap.h> | ||||
| #include <clutter/clutter-types.h> | ||||
| #include <clutter/clutter-seat.h> | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
|  | ||||
| @@ -73,6 +72,9 @@ const cairo_font_options_t *    clutter_backend_get_font_options        (Clutter | ||||
| CLUTTER_EXPORT | ||||
| CoglContext *                   clutter_backend_get_cogl_context        (ClutterBackend             *backend); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void                            clutter_backend_bell_notify             (ClutterBackend             *backend); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| ClutterInputMethod *            clutter_backend_get_input_method        (ClutterBackend             *backend); | ||||
|  | ||||
| @@ -80,7 +82,7 @@ CLUTTER_EXPORT | ||||
| void                            clutter_backend_set_input_method        (ClutterBackend             *backend, | ||||
|                                                                          ClutterInputMethod         *method); | ||||
| CLUTTER_EXPORT | ||||
| ClutterSeat *                   clutter_backend_get_default_seat        (ClutterBackend             *backend); | ||||
| ClutterKeymap *                 clutter_backend_get_keymap              (ClutterBackend             *backend); | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
|   | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -49,10 +49,10 @@ | ||||
|  | ||||
| #define CLUTTER_DISABLE_DEPRECATION_WARNINGS | ||||
| #include "deprecated/clutter-container.h" | ||||
| #include "deprecated/clutter-bin-layout.h" | ||||
|  | ||||
| #include "clutter-actor-private.h" | ||||
| #include "clutter-animatable.h" | ||||
| #include "clutter-bin-layout.h" | ||||
| #include "clutter-child-meta.h" | ||||
| #include "clutter-debug.h" | ||||
| #include "clutter-enum-types.h" | ||||
| @@ -698,3 +698,187 @@ clutter_bin_layout_new (ClutterBinAlignment x_align, | ||||
|                        "y-align", y_align, | ||||
|                        NULL); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_bin_layout_set_alignment: | ||||
|  * @self: a #ClutterBinLayout | ||||
|  * @child: (allow-none): a child of @container | ||||
|  * @x_align: the horizontal alignment policy to be used for the @child | ||||
|  *   inside @container | ||||
|  * @y_align: the vertical aligment policy to be used on the @child | ||||
|  *   inside @container | ||||
|  * | ||||
|  * Sets the horizontal and vertical alignment policies to be applied | ||||
|  * to a @child of @self | ||||
|  * | ||||
|  * If @child is %NULL then the @x_align and @y_align values will | ||||
|  * be set as the default alignment policies | ||||
|  * | ||||
|  * Since: 1.2 | ||||
|  * | ||||
|  * Deprecated: 1.12: Use the #ClutterActor:x-align and | ||||
|  *   #ClutterActor:y-align properties of #ClutterActor instead. | ||||
|  */ | ||||
| void | ||||
| clutter_bin_layout_set_alignment (ClutterBinLayout    *self, | ||||
|                                   ClutterActor        *child, | ||||
|                                   ClutterBinAlignment  x_align, | ||||
|                                   ClutterBinAlignment  y_align) | ||||
| { | ||||
|   ClutterBinLayoutPrivate *priv; | ||||
|   ClutterLayoutManager *manager; | ||||
|   ClutterLayoutMeta *meta; | ||||
|  | ||||
|   g_return_if_fail (CLUTTER_IS_BIN_LAYOUT (self)); | ||||
|   g_return_if_fail (child == NULL || CLUTTER_IS_ACTOR (child)); | ||||
|  | ||||
|   priv = self->priv; | ||||
|  | ||||
|   if (priv->container == NULL) | ||||
|     { | ||||
|       if (child == NULL) | ||||
|         { | ||||
|           set_x_align (self, x_align); | ||||
|           set_y_align (self, y_align); | ||||
|         } | ||||
|       else | ||||
|         g_warning ("The layout of type '%s' must be associated to " | ||||
|                    "a ClutterContainer before setting the alignment " | ||||
|                    "on its children", | ||||
|                    G_OBJECT_TYPE_NAME (self)); | ||||
|  | ||||
|       return; | ||||
|     } | ||||
|  | ||||
|   manager = CLUTTER_LAYOUT_MANAGER (self); | ||||
|   meta = clutter_layout_manager_get_child_meta (manager, | ||||
|                                                 priv->container, | ||||
|                                                 child); | ||||
|   g_assert (CLUTTER_IS_BIN_LAYER (meta)); | ||||
|  | ||||
|   set_layer_x_align (CLUTTER_BIN_LAYER (meta), x_align); | ||||
|   set_layer_y_align (CLUTTER_BIN_LAYER (meta), y_align); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_bin_layout_get_alignment: | ||||
|  * @self: a #ClutterBinLayout | ||||
|  * @child: (allow-none): a child of @container | ||||
|  * @x_align: (out) (allow-none): return location for the horizontal | ||||
|  *   alignment policy | ||||
|  * @y_align: (out) (allow-none): return location for the vertical | ||||
|  *   alignment policy | ||||
|  * | ||||
|  * Retrieves the horizontal and vertical alignment policies for | ||||
|  * a child of @self | ||||
|  * | ||||
|  * If @child is %NULL the default alignment policies will be returned | ||||
|  * instead | ||||
|  * | ||||
|  * Since: 1.2 | ||||
|  * | ||||
|  * Deprecated: 1.12: Use the #ClutterActor:x-align and the | ||||
|  *   #ClutterActor:y-align properties of #ClutterActor instead. | ||||
|  */ | ||||
| void | ||||
| clutter_bin_layout_get_alignment (ClutterBinLayout    *self, | ||||
|                                   ClutterActor        *child, | ||||
|                                   ClutterBinAlignment *x_align, | ||||
|                                   ClutterBinAlignment *y_align) | ||||
| { | ||||
|   ClutterBinLayoutPrivate *priv; | ||||
|   ClutterLayoutManager *manager; | ||||
|   ClutterLayoutMeta *meta; | ||||
|   ClutterBinLayer *layer; | ||||
|  | ||||
|   g_return_if_fail (CLUTTER_IS_BIN_LAYOUT (self)); | ||||
|  | ||||
|   priv = self->priv; | ||||
|  | ||||
|   if (priv->container == NULL) | ||||
|     { | ||||
|       if (child == NULL) | ||||
|         { | ||||
|           if (x_align) | ||||
|             *x_align = priv->x_align; | ||||
|  | ||||
|           if (y_align) | ||||
|             *y_align = priv->y_align; | ||||
|         } | ||||
|       else | ||||
|         g_warning ("The layout of type '%s' must be associated to " | ||||
|                    "a ClutterContainer before getting the alignment " | ||||
|                    "of its children", | ||||
|                    G_OBJECT_TYPE_NAME (self)); | ||||
|  | ||||
|       return; | ||||
|     } | ||||
|  | ||||
|   manager = CLUTTER_LAYOUT_MANAGER (self); | ||||
|   meta = clutter_layout_manager_get_child_meta (manager, | ||||
|                                                 priv->container, | ||||
|                                                 child); | ||||
|   g_assert (CLUTTER_IS_BIN_LAYER (meta)); | ||||
|  | ||||
|   layer = CLUTTER_BIN_LAYER (meta); | ||||
|  | ||||
|   if (x_align) | ||||
|     *x_align = layer->x_align; | ||||
|  | ||||
|   if (y_align) | ||||
|     *y_align = layer->y_align; | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_bin_layout_add: | ||||
|  * @self: a #ClutterBinLayout | ||||
|  * @child: a #ClutterActor | ||||
|  * @x_align: horizontal alignment policy for @child | ||||
|  * @y_align: vertical alignment policy for @child | ||||
|  * | ||||
|  * Adds a #ClutterActor to the container using @self and | ||||
|  * sets the alignment policies for it | ||||
|  * | ||||
|  * This function is equivalent to clutter_container_add_actor() | ||||
|  * and clutter_layout_manager_child_set_property() but it does not | ||||
|  * require a pointer to the #ClutterContainer associated to the | ||||
|  * #ClutterBinLayout | ||||
|  * | ||||
|  * Since: 1.2 | ||||
|  * | ||||
|  * Deprecated: 1.12: Use clutter_actor_add_child() instead. | ||||
|  */ | ||||
| void | ||||
| clutter_bin_layout_add (ClutterBinLayout    *self, | ||||
|                         ClutterActor        *child, | ||||
|                         ClutterBinAlignment  x_align, | ||||
|                         ClutterBinAlignment  y_align) | ||||
| { | ||||
|   ClutterBinLayoutPrivate *priv; | ||||
|   ClutterLayoutManager *manager; | ||||
|   ClutterLayoutMeta *meta; | ||||
|  | ||||
|   g_return_if_fail (CLUTTER_IS_BIN_LAYOUT (self)); | ||||
|   g_return_if_fail (CLUTTER_IS_ACTOR (child)); | ||||
|  | ||||
|   priv = self->priv; | ||||
|  | ||||
|   if (priv->container == NULL) | ||||
|     { | ||||
|       g_warning ("The layout of type '%s' must be associated to " | ||||
|                  "a ClutterContainer before adding children", | ||||
|                  G_OBJECT_TYPE_NAME (self)); | ||||
|       return; | ||||
|     } | ||||
|  | ||||
|   clutter_container_add_actor (priv->container, child); | ||||
|  | ||||
|   manager = CLUTTER_LAYOUT_MANAGER (self); | ||||
|   meta = clutter_layout_manager_get_child_meta (manager, | ||||
|                                                 priv->container, | ||||
|                                                 child); | ||||
|   g_assert (CLUTTER_IS_BIN_LAYER (meta)); | ||||
|  | ||||
|   set_layer_x_align (CLUTTER_BIN_LAYER (meta), x_align); | ||||
|   set_layer_y_align (CLUTTER_BIN_LAYER (meta), y_align); | ||||
| } | ||||
|   | ||||
| @@ -144,55 +144,6 @@ source_destroyed (ClutterActor          *actor, | ||||
|   bind->source = NULL; | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_bind_constraint_update_preferred_size (ClutterConstraint  *constraint, | ||||
|                                                ClutterActor       *actor, | ||||
|                                                ClutterOrientation  direction, | ||||
|                                                float               for_size, | ||||
|                                                float              *minimum_size, | ||||
|                                                float              *natural_size) | ||||
| { | ||||
|   ClutterBindConstraint *bind = CLUTTER_BIND_CONSTRAINT (constraint); | ||||
|   float source_min, source_nat; | ||||
|  | ||||
|   if (bind->source == NULL) | ||||
|     return; | ||||
|  | ||||
|   /* only these bindings affect the preferred size */ | ||||
|   if (!(bind->coordinate == CLUTTER_BIND_WIDTH || | ||||
|         bind->coordinate == CLUTTER_BIND_HEIGHT || | ||||
|         bind->coordinate == CLUTTER_BIND_SIZE || | ||||
|         bind->coordinate == CLUTTER_BIND_ALL)) | ||||
|     return; | ||||
|  | ||||
|   switch (direction) | ||||
|     { | ||||
|     case CLUTTER_ORIENTATION_HORIZONTAL: | ||||
|       if (bind->coordinate != CLUTTER_BIND_HEIGHT) | ||||
|         { | ||||
|           clutter_actor_get_preferred_width (bind->source, for_size, | ||||
|                                              &source_min, | ||||
|                                              &source_nat); | ||||
|  | ||||
|           *minimum_size = source_min; | ||||
|           *natural_size = source_nat; | ||||
|         } | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_ORIENTATION_VERTICAL: | ||||
|       if (bind->coordinate != CLUTTER_BIND_WIDTH) | ||||
|         { | ||||
|           clutter_actor_get_preferred_height (bind->source, for_size, | ||||
|                                               &source_min, | ||||
|                                               &source_nat); | ||||
|  | ||||
|           *minimum_size = source_min; | ||||
|           *natural_size = source_nat; | ||||
|         } | ||||
|       break; | ||||
|     } | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_bind_constraint_update_allocation (ClutterConstraint *constraint, | ||||
|                                            ClutterActor      *actor, | ||||
| @@ -201,9 +152,7 @@ clutter_bind_constraint_update_allocation (ClutterConstraint *constraint, | ||||
|   ClutterBindConstraint *bind = CLUTTER_BIND_CONSTRAINT (constraint); | ||||
|   gfloat source_width, source_height; | ||||
|   gfloat actor_width, actor_height; | ||||
|   graphene_point3d_t source_position; | ||||
|  | ||||
|   source_position = GRAPHENE_POINT3D_INIT (0.f, 0.f, 0.f); | ||||
|   ClutterVertex source_position = { 0., }; | ||||
|  | ||||
|   if (bind->source == NULL) | ||||
|     return; | ||||
| @@ -377,8 +326,6 @@ clutter_bind_constraint_class_init (ClutterBindConstraintClass *klass) | ||||
|   meta_class->set_actor = clutter_bind_constraint_set_actor; | ||||
|  | ||||
|   constraint_class->update_allocation = clutter_bind_constraint_update_allocation; | ||||
|   constraint_class->update_preferred_size = clutter_bind_constraint_update_preferred_size; | ||||
|  | ||||
|   /** | ||||
|    * ClutterBindConstraint:source: | ||||
|    * | ||||
|   | ||||
| @@ -235,7 +235,8 @@ clutter_binding_pool_finalize (GObject *gobject) | ||||
|  | ||||
|   g_hash_table_destroy (pool->entries_hash); | ||||
|  | ||||
|   g_slist_free_full (pool->entries, (GDestroyNotify) binding_entry_free); | ||||
|   g_slist_foreach (pool->entries, (GFunc) binding_entry_free, NULL); | ||||
|   g_slist_free (pool->entries); | ||||
|  | ||||
|   G_OBJECT_CLASS (clutter_binding_pool_parent_class)->finalize (gobject); | ||||
| } | ||||
|   | ||||
| @@ -99,8 +99,7 @@ G_DEFINE_TYPE (ClutterBlurEffect, | ||||
|                CLUTTER_TYPE_OFFSCREEN_EFFECT); | ||||
|  | ||||
| static gboolean | ||||
| clutter_blur_effect_pre_paint (ClutterEffect       *effect, | ||||
|                                ClutterPaintContext *paint_context) | ||||
| clutter_blur_effect_pre_paint (ClutterEffect *effect) | ||||
| { | ||||
|   ClutterBlurEffect *self = CLUTTER_BLUR_EFFECT (effect); | ||||
|   ClutterEffectClass *parent_class; | ||||
| @@ -125,7 +124,7 @@ clutter_blur_effect_pre_paint (ClutterEffect       *effect, | ||||
|     } | ||||
|  | ||||
|   parent_class = CLUTTER_EFFECT_CLASS (clutter_blur_effect_parent_class); | ||||
|   if (parent_class->pre_paint (effect, paint_context)) | ||||
|   if (parent_class->pre_paint (effect)) | ||||
|     { | ||||
|       ClutterOffscreenEffect *offscreen_effect = | ||||
|         CLUTTER_OFFSCREEN_EFFECT (effect); | ||||
| @@ -158,12 +157,10 @@ clutter_blur_effect_pre_paint (ClutterEffect       *effect, | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_blur_effect_paint_target (ClutterOffscreenEffect *effect, | ||||
|                                   ClutterPaintContext    *paint_context) | ||||
| clutter_blur_effect_paint_target (ClutterOffscreenEffect *effect) | ||||
| { | ||||
|   ClutterBlurEffect *self = CLUTTER_BLUR_EFFECT (effect); | ||||
|   CoglFramebuffer *framebuffer = | ||||
|     clutter_paint_context_get_framebuffer (paint_context); | ||||
|   CoglFramebuffer *framebuffer = cogl_get_draw_framebuffer (); | ||||
|   guint8 paint_opacity; | ||||
|  | ||||
|   paint_opacity = clutter_actor_get_paint_opacity (self->actor); | ||||
| @@ -181,11 +178,11 @@ clutter_blur_effect_paint_target (ClutterOffscreenEffect *effect, | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| clutter_blur_effect_modify_paint_volume (ClutterEffect      *effect, | ||||
|                                          ClutterPaintVolume *volume) | ||||
| clutter_blur_effect_get_paint_volume (ClutterEffect      *effect, | ||||
|                                       ClutterPaintVolume *volume) | ||||
| { | ||||
|   gfloat cur_width, cur_height; | ||||
|   graphene_point3d_t origin; | ||||
|   ClutterVertex origin; | ||||
|  | ||||
|   clutter_paint_volume_get_origin (volume, &origin); | ||||
|   cur_width = clutter_paint_volume_get_width (volume); | ||||
| @@ -226,7 +223,7 @@ clutter_blur_effect_class_init (ClutterBlurEffectClass *klass) | ||||
|   gobject_class->dispose = clutter_blur_effect_dispose; | ||||
|  | ||||
|   effect_class->pre_paint = clutter_blur_effect_pre_paint; | ||||
|   effect_class->modify_paint_volume = clutter_blur_effect_modify_paint_volume; | ||||
|   effect_class->get_paint_volume = clutter_blur_effect_get_paint_volume; | ||||
|  | ||||
|   offscreen_class = CLUTTER_OFFSCREEN_EFFECT_CLASS (klass); | ||||
|   offscreen_class->paint_target = clutter_blur_effect_paint_target; | ||||
|   | ||||
| @@ -121,17 +121,16 @@ G_DEFINE_TYPE (ClutterBrightnessContrastEffect, | ||||
| static gboolean | ||||
| will_have_no_effect (ClutterBrightnessContrastEffect *self) | ||||
| { | ||||
|   return (G_APPROX_VALUE (self->brightness_red, no_change, FLT_EPSILON) && | ||||
|           G_APPROX_VALUE (self->brightness_green, no_change, FLT_EPSILON) && | ||||
|           G_APPROX_VALUE (self->brightness_blue, no_change, FLT_EPSILON) && | ||||
|           G_APPROX_VALUE (self->contrast_red, no_change, FLT_EPSILON) && | ||||
|           G_APPROX_VALUE (self->contrast_green, no_change, FLT_EPSILON) && | ||||
|           G_APPROX_VALUE (self->contrast_blue, no_change, FLT_EPSILON)); | ||||
|   return (self->brightness_red == no_change && | ||||
|           self->brightness_green == no_change && | ||||
|           self->brightness_blue == no_change && | ||||
|           self->contrast_red == no_change && | ||||
|           self->contrast_green == no_change && | ||||
|           self->contrast_blue == no_change); | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| clutter_brightness_contrast_effect_pre_paint (ClutterEffect       *effect, | ||||
|                                               ClutterPaintContext *paint_context) | ||||
| clutter_brightness_contrast_effect_pre_paint (ClutterEffect *effect) | ||||
| { | ||||
|   ClutterBrightnessContrastEffect *self = CLUTTER_BRIGHTNESS_CONTRAST_EFFECT (effect); | ||||
|   ClutterEffectClass *parent_class; | ||||
| @@ -157,7 +156,7 @@ clutter_brightness_contrast_effect_pre_paint (ClutterEffect       *effect, | ||||
|  | ||||
|   parent_class = | ||||
|     CLUTTER_EFFECT_CLASS (clutter_brightness_contrast_effect_parent_class); | ||||
|   if (parent_class->pre_paint (effect, paint_context)) | ||||
|   if (parent_class->pre_paint (effect)) | ||||
|     { | ||||
|       ClutterOffscreenEffect *offscreen_effect = | ||||
|         CLUTTER_OFFSCREEN_EFFECT (effect); | ||||
| @@ -176,12 +175,10 @@ clutter_brightness_contrast_effect_pre_paint (ClutterEffect       *effect, | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_brightness_contrast_effect_paint_target (ClutterOffscreenEffect *effect, | ||||
|                                                  ClutterPaintContext    *paint_context) | ||||
| clutter_brightness_contrast_effect_paint_target (ClutterOffscreenEffect *effect) | ||||
| { | ||||
|   ClutterBrightnessContrastEffect *self = CLUTTER_BRIGHTNESS_CONTRAST_EFFECT (effect); | ||||
|   CoglFramebuffer *framebuffer = | ||||
|    clutter_paint_context_get_framebuffer (paint_context); | ||||
|   CoglFramebuffer *framebuffer = cogl_get_draw_framebuffer (); | ||||
|   ClutterActor *actor; | ||||
|   guint8 paint_opacity; | ||||
|  | ||||
| @@ -497,9 +494,9 @@ clutter_brightness_contrast_effect_set_brightness_full (ClutterBrightnessContras | ||||
| { | ||||
|   g_return_if_fail (CLUTTER_IS_BRIGHTNESS_CONTRAST_EFFECT (effect)); | ||||
|  | ||||
|   if (G_APPROX_VALUE (red, effect->brightness_red, FLT_EPSILON) && | ||||
|       G_APPROX_VALUE (green, effect->brightness_green, FLT_EPSILON) && | ||||
|       G_APPROX_VALUE (blue, effect->brightness_blue, FLT_EPSILON)) | ||||
|   if (red == effect->brightness_red && | ||||
|       green == effect->brightness_green && | ||||
|       blue == effect->brightness_blue) | ||||
|     return; | ||||
|  | ||||
|   effect->brightness_red = red; | ||||
| @@ -587,9 +584,9 @@ clutter_brightness_contrast_effect_set_contrast_full (ClutterBrightnessContrastE | ||||
| { | ||||
|   g_return_if_fail (CLUTTER_IS_BRIGHTNESS_CONTRAST_EFFECT (effect)); | ||||
|  | ||||
|   if (G_APPROX_VALUE (red, effect->contrast_red, FLT_EPSILON) && | ||||
|       G_APPROX_VALUE (green, effect->contrast_green, FLT_EPSILON) && | ||||
|       G_APPROX_VALUE (blue, effect->contrast_blue, FLT_EPSILON)) | ||||
|   if (red == effect->contrast_red && | ||||
|       green == effect->contrast_green && | ||||
|       blue == effect->contrast_blue) | ||||
|     return; | ||||
|  | ||||
|   effect->contrast_red = red; | ||||
|   | ||||
| @@ -328,10 +328,9 @@ clutter_canvas_init (ClutterCanvas *self) | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_canvas_paint_content (ClutterContent      *content, | ||||
|                               ClutterActor        *actor, | ||||
|                               ClutterPaintNode    *root, | ||||
|                               ClutterPaintContext *paint_context) | ||||
| clutter_canvas_paint_content (ClutterContent   *content, | ||||
|                               ClutterActor     *actor, | ||||
|                               ClutterPaintNode *root) | ||||
| { | ||||
|   ClutterCanvas *self = CLUTTER_CANVAS (content); | ||||
|   ClutterCanvasPrivate *priv = self->priv; | ||||
| @@ -352,7 +351,7 @@ clutter_canvas_paint_content (ClutterContent      *content, | ||||
|     return; | ||||
|  | ||||
|   node = clutter_actor_create_texture_paint_node (actor, priv->texture); | ||||
|   clutter_paint_node_set_static_name (node, "Canvas Content"); | ||||
|   clutter_paint_node_set_name (node, "Canvas Content"); | ||||
|   clutter_paint_node_add_child (root, node); | ||||
|   clutter_paint_node_unref (node); | ||||
|  | ||||
|   | ||||
| @@ -105,8 +105,8 @@ struct _ClutterClickActionPrivate | ||||
| { | ||||
|   ClutterActor *stage; | ||||
|  | ||||
|   gulong event_id; | ||||
|   gulong capture_id; | ||||
|   guint event_id; | ||||
|   guint capture_id; | ||||
|   guint long_press_id; | ||||
|  | ||||
|   gint long_press_threshold; | ||||
| @@ -202,7 +202,11 @@ click_action_emit_long_press (gpointer data) | ||||
|                  CLUTTER_LONG_PRESS_ACTIVATE, | ||||
|                  &result); | ||||
|  | ||||
|   g_clear_signal_handler (&priv->capture_id, priv->stage); | ||||
|   if (priv->capture_id != 0) | ||||
|     { | ||||
|       g_signal_handler_disconnect (priv->stage, priv->capture_id); | ||||
|       priv->capture_id = 0; | ||||
|     } | ||||
|  | ||||
|   click_action_set_pressed (action, FALSE); | ||||
|   click_action_set_held (action, FALSE); | ||||
| @@ -238,7 +242,6 @@ click_action_query_long_press (ClutterClickAction *action) | ||||
|  | ||||
|   if (result) | ||||
|     { | ||||
|       g_clear_handle_id (&priv->long_press_id, g_source_remove); | ||||
|       priv->long_press_id = | ||||
|         clutter_threads_add_timeout (timeout, | ||||
|                                      click_action_emit_long_press, | ||||
| @@ -258,7 +261,8 @@ click_action_cancel_long_press (ClutterClickAction *action) | ||||
|  | ||||
|       actor = clutter_actor_meta_get_actor (CLUTTER_ACTOR_META (action)); | ||||
|  | ||||
|       g_clear_handle_id (&priv->long_press_id, g_source_remove); | ||||
|       g_source_remove (priv->long_press_id); | ||||
|       priv->long_press_id = 0; | ||||
|  | ||||
|       g_signal_emit (action, click_signals[LONG_PRESS], 0, | ||||
|                      actor, | ||||
| @@ -351,10 +355,6 @@ on_captured_event (ClutterActor       *stage, | ||||
|  | ||||
|   switch (clutter_event_type (event)) | ||||
|     { | ||||
|     case CLUTTER_TOUCH_CANCEL: | ||||
|       clutter_click_action_release (action); | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_TOUCH_END: | ||||
|       has_button = FALSE; | ||||
|     case CLUTTER_BUTTON_RELEASE: | ||||
| @@ -371,9 +371,17 @@ on_captured_event (ClutterActor       *stage, | ||||
|       click_action_cancel_long_press (action); | ||||
|  | ||||
|       /* disconnect the capture */ | ||||
|       g_clear_signal_handler (&priv->capture_id, priv->stage); | ||||
|       if (priv->capture_id != 0) | ||||
|         { | ||||
|           g_signal_handler_disconnect (priv->stage, priv->capture_id); | ||||
|           priv->capture_id = 0; | ||||
|         } | ||||
|  | ||||
|       g_clear_handle_id (&priv->long_press_id, g_source_remove); | ||||
|       if (priv->long_press_id != 0) | ||||
|         { | ||||
|           g_source_remove (priv->long_press_id); | ||||
|           priv->long_press_id = 0; | ||||
|         } | ||||
|  | ||||
|       if (!clutter_actor_contains (actor, clutter_event_get_source (event))) | ||||
|         return CLUTTER_EVENT_PROPAGATE; | ||||
| @@ -441,7 +449,7 @@ clutter_click_action_set_actor (ClutterActorMeta *meta, | ||||
|       ClutterActor *old_actor = clutter_actor_meta_get_actor (meta); | ||||
|  | ||||
|       if (old_actor != NULL) | ||||
|         g_clear_signal_handler (&priv->event_id, old_actor); | ||||
|         g_signal_handler_disconnect (old_actor, priv->event_id); | ||||
|  | ||||
|       priv->event_id = 0; | ||||
|     } | ||||
| @@ -449,13 +457,17 @@ clutter_click_action_set_actor (ClutterActorMeta *meta, | ||||
|   if (priv->capture_id != 0) | ||||
|     { | ||||
|       if (priv->stage != NULL) | ||||
|         g_clear_signal_handler (&priv->capture_id, priv->stage); | ||||
|         g_signal_handler_disconnect (priv->stage, priv->capture_id); | ||||
|  | ||||
|       priv->capture_id = 0; | ||||
|       priv->stage = NULL; | ||||
|     } | ||||
|  | ||||
|   g_clear_handle_id (&priv->long_press_id, g_source_remove); | ||||
|   if (priv->long_press_id != 0) | ||||
|     { | ||||
|       g_source_remove (priv->long_press_id); | ||||
|       priv->long_press_id = 0; | ||||
|     } | ||||
|  | ||||
|   click_action_set_pressed (action, FALSE); | ||||
|   click_action_set_held (action, FALSE); | ||||
| @@ -468,20 +480,6 @@ clutter_click_action_set_actor (ClutterActorMeta *meta, | ||||
|   CLUTTER_ACTOR_META_CLASS (clutter_click_action_parent_class)->set_actor (meta, actor); | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_click_action_set_enabled (ClutterActorMeta *meta, | ||||
|                                   gboolean          is_enabled) | ||||
| { | ||||
|   ClutterClickAction *click_action = CLUTTER_CLICK_ACTION (meta); | ||||
|   ClutterActorMetaClass *parent_class = | ||||
|     CLUTTER_ACTOR_META_CLASS (clutter_click_action_parent_class); | ||||
|  | ||||
|   if (!is_enabled) | ||||
|     clutter_click_action_release (click_action); | ||||
|  | ||||
|   parent_class->set_enabled (meta, is_enabled); | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_click_action_set_property (GObject      *gobject, | ||||
|                                    guint         prop_id, | ||||
| @@ -543,12 +541,24 @@ clutter_click_action_dispose (GObject *gobject) | ||||
| { | ||||
|   ClutterClickActionPrivate *priv = CLUTTER_CLICK_ACTION (gobject)->priv; | ||||
|  | ||||
|   g_clear_signal_handler (&priv->event_id, | ||||
|                           clutter_actor_meta_get_actor (CLUTTER_ACTOR_META (gobject))); | ||||
|   if (priv->event_id) | ||||
|     { | ||||
|       g_signal_handler_disconnect (clutter_actor_meta_get_actor (CLUTTER_ACTOR_META (gobject)), | ||||
|                                    priv->event_id); | ||||
|       priv->event_id = 0; | ||||
|     } | ||||
|  | ||||
|   g_clear_signal_handler (&priv->capture_id, priv->stage); | ||||
|   if (priv->capture_id) | ||||
|     { | ||||
|       g_signal_handler_disconnect (priv->stage, priv->capture_id); | ||||
|       priv->capture_id = 0; | ||||
|     } | ||||
|  | ||||
|   g_clear_handle_id (&priv->long_press_id, g_source_remove); | ||||
|   if (priv->long_press_id) | ||||
|     { | ||||
|       g_source_remove (priv->long_press_id); | ||||
|       priv->long_press_id = 0; | ||||
|     } | ||||
|  | ||||
|   G_OBJECT_CLASS (clutter_click_action_parent_class)->dispose (gobject); | ||||
| } | ||||
| @@ -561,7 +571,6 @@ clutter_click_action_class_init (ClutterClickActionClass *klass) | ||||
|   ClutterActorMetaClass *meta_class = CLUTTER_ACTOR_META_CLASS (klass); | ||||
|  | ||||
|   meta_class->set_actor = clutter_click_action_set_actor; | ||||
|   meta_class->set_enabled = clutter_click_action_set_enabled; | ||||
|  | ||||
|   gobject_class->dispose = clutter_click_action_dispose; | ||||
|   gobject_class->set_property = clutter_click_action_set_property; | ||||
| @@ -653,7 +662,8 @@ clutter_click_action_class_init (ClutterClickActionClass *klass) | ||||
|                   G_TYPE_FROM_CLASS (klass), | ||||
|                   G_SIGNAL_RUN_LAST, | ||||
|                   G_STRUCT_OFFSET (ClutterClickActionClass, clicked), | ||||
|                   NULL, NULL, NULL, | ||||
|                   NULL, NULL, | ||||
|                   _clutter_marshal_VOID__OBJECT, | ||||
|                   G_TYPE_NONE, 1, | ||||
|                   CLUTTER_TYPE_ACTOR); | ||||
|  | ||||
| @@ -747,7 +757,11 @@ clutter_click_action_release (ClutterClickAction *action) | ||||
|     return; | ||||
|  | ||||
|   /* disconnect the capture */ | ||||
|   g_clear_signal_handler (&priv->capture_id, priv->stage); | ||||
|   if (priv->capture_id != 0) | ||||
|     { | ||||
|       g_signal_handler_disconnect (priv->stage, priv->capture_id); | ||||
|       priv->capture_id = 0; | ||||
|     } | ||||
|  | ||||
|   click_action_cancel_long_press (action); | ||||
|   click_action_set_held (action, FALSE); | ||||
|   | ||||
| @@ -152,8 +152,7 @@ clutter_clone_apply_transform (ClutterActor *self, CoglMatrix *matrix) | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_clone_paint (ClutterActor        *actor, | ||||
|                      ClutterPaintContext *paint_context) | ||||
| clutter_clone_paint (ClutterActor *actor) | ||||
| { | ||||
|   ClutterClone *self = CLUTTER_CLONE (actor); | ||||
|   ClutterClonePrivate *priv = self->priv; | ||||
| @@ -190,7 +189,7 @@ clutter_clone_paint (ClutterActor        *actor, | ||||
|   if (clutter_actor_is_realized (priv->clone_source)) | ||||
|     { | ||||
|       _clutter_actor_push_clone_paint (); | ||||
|       clutter_actor_paint (priv->clone_source, paint_context); | ||||
|       clutter_actor_paint (priv->clone_source); | ||||
|       _clutter_actor_pop_clone_paint (); | ||||
|     } | ||||
|  | ||||
| @@ -253,13 +252,6 @@ clutter_clone_allocate (ClutterActor           *self, | ||||
|   if (priv->clone_source == NULL) | ||||
|     return; | ||||
|  | ||||
|   /* ClutterActor delays allocating until the actor is shown; however | ||||
|    * we cannot paint it correctly in that case, so force an allocation. | ||||
|    */ | ||||
|   if (clutter_actor_get_parent (priv->clone_source) != NULL && | ||||
|       !clutter_actor_has_allocation (priv->clone_source)) | ||||
|     clutter_actor_allocate_preferred_size (priv->clone_source, flags); | ||||
|  | ||||
| #if 0 | ||||
|   /* XXX - this is wrong: ClutterClone cannot clone unparented | ||||
|    * actors, as it will break all invariants | ||||
| @@ -401,7 +393,8 @@ clutter_clone_set_source_internal (ClutterClone *self, | ||||
|  | ||||
|   if (priv->clone_source != NULL) | ||||
|     { | ||||
|       g_clear_signal_handler (&priv->source_destroy_id, priv->clone_source); | ||||
|       g_signal_handler_disconnect (priv->clone_source, priv->source_destroy_id); | ||||
|       priv->source_destroy_id = 0; | ||||
|       _clutter_actor_detach_clone (priv->clone_source, CLUTTER_ACTOR (self)); | ||||
|       g_object_unref (priv->clone_source); | ||||
|       priv->clone_source = NULL; | ||||
|   | ||||
| @@ -105,8 +105,7 @@ G_DEFINE_TYPE (ClutterColorizeEffect, | ||||
|                CLUTTER_TYPE_OFFSCREEN_EFFECT); | ||||
|  | ||||
| static gboolean | ||||
| clutter_colorize_effect_pre_paint (ClutterEffect       *effect, | ||||
|                                    ClutterPaintContext *paint_context) | ||||
| clutter_colorize_effect_pre_paint (ClutterEffect *effect) | ||||
| { | ||||
|   ClutterColorizeEffect *self = CLUTTER_COLORIZE_EFFECT (effect); | ||||
|   ClutterEffectClass *parent_class; | ||||
| @@ -127,7 +126,7 @@ clutter_colorize_effect_pre_paint (ClutterEffect       *effect, | ||||
|     } | ||||
|  | ||||
|   parent_class = CLUTTER_EFFECT_CLASS (clutter_colorize_effect_parent_class); | ||||
|   if (parent_class->pre_paint (effect, paint_context)) | ||||
|   if (parent_class->pre_paint (effect)) | ||||
|     { | ||||
|       ClutterOffscreenEffect *offscreen_effect = | ||||
|         CLUTTER_OFFSCREEN_EFFECT (effect); | ||||
| @@ -146,12 +145,10 @@ clutter_colorize_effect_pre_paint (ClutterEffect       *effect, | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_colorize_effect_paint_target (ClutterOffscreenEffect *effect, | ||||
|                                       ClutterPaintContext    *paint_context) | ||||
| clutter_colorize_effect_paint_target (ClutterOffscreenEffect *effect) | ||||
| { | ||||
|   ClutterColorizeEffect *self = CLUTTER_COLORIZE_EFFECT (effect); | ||||
|   CoglFramebuffer *framebuffer = | ||||
|     clutter_paint_context_get_framebuffer (paint_context); | ||||
|   CoglFramebuffer *framebuffer = cogl_get_draw_framebuffer (); | ||||
|   ClutterActor *actor; | ||||
|   guint8 paint_opacity; | ||||
|  | ||||
|   | ||||
| @@ -9,13 +9,7 @@ | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
|  | ||||
| #mesondefine CLUTTER_HAS_WAYLAND_COMPOSITOR_SUPPORT | ||||
| #mesondefine CLUTTER_WINDOWING_X11 | ||||
| #mesondefine CLUTTER_INPUT_X11 | ||||
| #mesondefine CLUTTER_WINDOWING_GLX | ||||
| #mesondefine CLUTTER_WINDOWING_EGL | ||||
| #mesondefine CLUTTER_INPUT_EVDEV | ||||
| #mesondefine CLUTTER_INPUT_NULL | ||||
| @CLUTTER_CONFIG_DEFINES@ | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
|   | ||||
| @@ -30,6 +30,13 @@ gboolean clutter_constraint_update_allocation (ClutterConstraint *constraint, | ||||
|                                                ClutterActor      *actor, | ||||
|                                                ClutterActorBox   *allocation); | ||||
|  | ||||
| void clutter_constraint_update_preferred_size (ClutterConstraint  *constraint, | ||||
|                                                ClutterActor       *actor, | ||||
|                                                ClutterOrientation  direction, | ||||
|                                                float               for_size, | ||||
|                                                float              *minimum_size, | ||||
|                                                float              *natural_size); | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
| #endif /* __CLUTTER_CONSTRAINT_PRIVATE_H__ */ | ||||
|   | ||||
| @@ -48,7 +48,7 @@ | ||||
|  * Constraints provide a way to build user interfaces by using | ||||
|  * relations between #ClutterActors, without explicit fixed | ||||
|  * positioning and sizing, similarly to how fluid layout managers like | ||||
|  * #ClutterBoxLayout lay out their children. | ||||
|  * #ClutterBoxLayout and #ClutterTableLayout lay out their children. | ||||
|  * | ||||
|  * Constraints are attached to a #ClutterActor, and are available | ||||
|  * for inspection using clutter_actor_get_constraints(). | ||||
| @@ -160,26 +160,28 @@ constraint_update_preferred_size (ClutterConstraint  *constraint, | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_constraint_set_enabled (ClutterActorMeta *meta, | ||||
|                                 gboolean          is_enabled) | ||||
| clutter_constraint_notify (GObject    *gobject, | ||||
|                            GParamSpec *pspec) | ||||
| { | ||||
|   ClutterActorMetaClass *parent_class = | ||||
|     CLUTTER_ACTOR_META_CLASS (clutter_constraint_parent_class); | ||||
|   ClutterActor *actor; | ||||
|   if (strcmp (pspec->name, "enabled") == 0) | ||||
|     { | ||||
|       ClutterActorMeta *meta = CLUTTER_ACTOR_META (gobject); | ||||
|       ClutterActor *actor = clutter_actor_meta_get_actor (meta); | ||||
|  | ||||
|   actor = clutter_actor_meta_get_actor (meta); | ||||
|   if (actor) | ||||
|     clutter_actor_queue_relayout (actor); | ||||
|       if (actor != NULL) | ||||
|         clutter_actor_queue_relayout (actor); | ||||
|     } | ||||
|  | ||||
|   parent_class->set_enabled (meta, is_enabled); | ||||
|   if (G_OBJECT_CLASS (clutter_constraint_parent_class)->notify != NULL) | ||||
|     G_OBJECT_CLASS (clutter_constraint_parent_class)->notify (gobject, pspec); | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_constraint_class_init (ClutterConstraintClass *klass) | ||||
| { | ||||
|   ClutterActorMetaClass *actor_meta_class = CLUTTER_ACTOR_META_CLASS (klass); | ||||
|   GObjectClass *gobject_class = G_OBJECT_CLASS (klass); | ||||
|  | ||||
|   actor_meta_class->set_enabled = clutter_constraint_set_enabled; | ||||
|   gobject_class->notify = clutter_constraint_notify; | ||||
|  | ||||
|   klass->update_allocation = constraint_update_allocation; | ||||
|   klass->update_preferred_size = constraint_update_preferred_size; | ||||
| @@ -220,17 +222,6 @@ clutter_constraint_update_allocation (ClutterConstraint *constraint, | ||||
|   return !clutter_actor_box_equal (allocation, &old_alloc); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_constraint_update_preferred_size: | ||||
|  * @constraint: a #ClutterConstraint | ||||
|  * @actor: a #ClutterActor | ||||
|  * @direction: a #ClutterOrientation | ||||
|  * @for_size: the size in the opposite direction | ||||
|  * @minimum_size: (inout): the minimum size to modify | ||||
|  * @natural_size: (inout): the natural size to modify | ||||
|  * | ||||
|  * Asks the @constraint to update the size request of a #ClutterActor. | ||||
|  */ | ||||
| void | ||||
| clutter_constraint_update_preferred_size (ClutterConstraint  *constraint, | ||||
|                                           ClutterActor       *actor, | ||||
|   | ||||
| @@ -99,14 +99,6 @@ struct _ClutterConstraintClass | ||||
| CLUTTER_EXPORT | ||||
| GType clutter_constraint_get_type (void) G_GNUC_CONST; | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void clutter_constraint_update_preferred_size (ClutterConstraint  *constraint, | ||||
|                                                ClutterActor       *actor, | ||||
|                                                ClutterOrientation  direction, | ||||
|                                                float               for_size, | ||||
|                                                float              *minimum_size, | ||||
|                                                float              *natural_size); | ||||
|  | ||||
| /* ClutterActor API */ | ||||
| CLUTTER_EXPORT | ||||
| void               clutter_actor_add_constraint            (ClutterActor      *self, | ||||
|   | ||||
| @@ -37,7 +37,6 @@ | ||||
|  | ||||
| #include "clutter-actor-private.h" | ||||
| #include "clutter-child-meta.h" | ||||
| #include "clutter-container-private.h" | ||||
| #include "clutter-debug.h" | ||||
| #include "clutter-main.h" | ||||
| #include "clutter-marshal.h" | ||||
| @@ -119,6 +118,37 @@ container_real_remove (ClutterContainer *container, | ||||
|   clutter_actor_remove_child (CLUTTER_ACTOR (container), actor); | ||||
| } | ||||
|  | ||||
| typedef struct { | ||||
|   ClutterCallback callback; | ||||
|   gpointer data; | ||||
| } ForeachClosure; | ||||
|  | ||||
| static gboolean | ||||
| foreach_cb (ClutterActor *actor, | ||||
|             gpointer      data) | ||||
| { | ||||
|   ForeachClosure *clos = data; | ||||
|  | ||||
|   clos->callback (actor, clos->data); | ||||
|  | ||||
|   return TRUE; | ||||
| } | ||||
|  | ||||
| static void | ||||
| container_real_foreach (ClutterContainer *container, | ||||
|                         ClutterCallback   callback, | ||||
|                         gpointer          user_data) | ||||
| { | ||||
|   ForeachClosure clos; | ||||
|  | ||||
|   clos.callback = callback; | ||||
|   clos.data = user_data; | ||||
|  | ||||
|   _clutter_actor_foreach_child (CLUTTER_ACTOR (container), | ||||
|                                 foreach_cb, | ||||
|                                 &clos); | ||||
| } | ||||
|  | ||||
| static void | ||||
| container_real_raise (ClutterContainer *container, | ||||
|                       ClutterActor     *child, | ||||
| @@ -167,7 +197,8 @@ clutter_container_default_init (ClutterContainerInterface *iface) | ||||
|                   iface_type, | ||||
|                   G_SIGNAL_RUN_FIRST, | ||||
|                   G_STRUCT_OFFSET (ClutterContainerIface, actor_added), | ||||
|                   NULL, NULL, NULL, | ||||
|                   NULL, NULL, | ||||
|                   _clutter_marshal_VOID__OBJECT, | ||||
|                   G_TYPE_NONE, 1, | ||||
|                   CLUTTER_TYPE_ACTOR); | ||||
|   /** | ||||
| @@ -185,7 +216,8 @@ clutter_container_default_init (ClutterContainerInterface *iface) | ||||
|                   iface_type, | ||||
|                   G_SIGNAL_RUN_FIRST, | ||||
|                   G_STRUCT_OFFSET (ClutterContainerIface, actor_removed), | ||||
|                   NULL, NULL, NULL, | ||||
|                   NULL, NULL, | ||||
|                   _clutter_marshal_VOID__OBJECT, | ||||
|                   G_TYPE_NONE, 1, | ||||
|                   CLUTTER_TYPE_ACTOR); | ||||
|  | ||||
| @@ -213,6 +245,7 @@ clutter_container_default_init (ClutterContainerInterface *iface) | ||||
|  | ||||
|   iface->add = container_real_add; | ||||
|   iface->remove = container_real_remove; | ||||
|   iface->foreach = container_real_foreach; | ||||
|   iface->raise = container_real_raise; | ||||
|   iface->lower = container_real_lower; | ||||
|   iface->sort_depth_order = container_real_sort_depth_order; | ||||
| @@ -385,6 +418,33 @@ clutter_container_add_actor (ClutterContainer *container, | ||||
|   container_add_actor (container, actor); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_container_add_valist: (skip) | ||||
|  * @container: a #ClutterContainer | ||||
|  * @first_actor: the first #ClutterActor to add | ||||
|  * @var_args: list of actors to add, followed by %NULL | ||||
|  * | ||||
|  * Alternative va_list version of clutter_container_add(). | ||||
|  * | ||||
|  * This function will call #ClutterContainerIface.add(), which is a | ||||
|  * deprecated virtual function. The default implementation will | ||||
|  * call clutter_actor_add_child(). | ||||
|  * | ||||
|  * Since: 0.4 | ||||
|  * | ||||
|  * Deprecated: 1.10: Use clutter_actor_add_child() instead. | ||||
|  */ | ||||
| void | ||||
| clutter_container_add_valist (ClutterContainer *container, | ||||
|                               ClutterActor     *first_actor, | ||||
|                               va_list           var_args) | ||||
| { | ||||
|   g_return_if_fail (CLUTTER_IS_CONTAINER (container)); | ||||
|   g_return_if_fail (CLUTTER_IS_ACTOR (first_actor)); | ||||
|  | ||||
|   container_add_valist (container, first_actor, var_args); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_container_remove: (skip) | ||||
|  * @container: a #ClutterContainer | ||||
| @@ -448,6 +508,42 @@ clutter_container_remove_actor (ClutterContainer *container, | ||||
|   container_remove_actor (container, actor); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_container_remove_valist: (skip) | ||||
|  * @container: a #ClutterContainer | ||||
|  * @first_actor: the first #ClutterActor to add | ||||
|  * @var_args: list of actors to remove, followed by %NULL | ||||
|  * | ||||
|  * Alternative va_list version of clutter_container_remove(). | ||||
|  * | ||||
|  * This function will call #ClutterContainerIface.remove(), which is a | ||||
|  * deprecated virtual function. The default implementation will call | ||||
|  * clutter_actor_remove_child(). | ||||
|  * | ||||
|  * Since: 0.4 | ||||
|  * | ||||
|  * Deprecated: 1.10: Use clutter_actor_remove_child() instead. | ||||
|  */ | ||||
| void | ||||
| clutter_container_remove_valist (ClutterContainer *container, | ||||
|                                  ClutterActor     *first_actor, | ||||
|                                  va_list           var_args) | ||||
| { | ||||
|   g_return_if_fail (CLUTTER_IS_CONTAINER (container)); | ||||
|   g_return_if_fail (CLUTTER_IS_ACTOR (first_actor)); | ||||
|  | ||||
|   container_remove_valist (container, first_actor, var_args); | ||||
| } | ||||
|  | ||||
| static void | ||||
| get_children_cb (ClutterActor *child, | ||||
|                  gpointer      data) | ||||
| { | ||||
|   GList **children = data; | ||||
|  | ||||
|   *children = g_list_prepend (*children, child); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_container_get_children: | ||||
|  * @container: a #ClutterContainer | ||||
| @@ -465,9 +561,108 @@ clutter_container_remove_actor (ClutterContainer *container, | ||||
| GList * | ||||
| clutter_container_get_children (ClutterContainer *container) | ||||
| { | ||||
|   GList *retval; | ||||
|  | ||||
|   g_return_val_if_fail (CLUTTER_IS_CONTAINER (container), NULL); | ||||
|  | ||||
|   return clutter_actor_get_children (CLUTTER_ACTOR (container)); | ||||
|   retval = NULL; | ||||
|   clutter_container_foreach (container, get_children_cb, &retval); | ||||
|  | ||||
|   return g_list_reverse (retval); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_container_foreach: | ||||
|  * @container: a #ClutterContainer | ||||
|  * @callback: (scope call): a function to be called for each child | ||||
|  * @user_data: data to be passed to the function, or %NULL | ||||
|  * | ||||
|  * Calls @callback for each child of @container that was added | ||||
|  * by the application (with clutter_container_add_actor()). Does | ||||
|  * not iterate over "internal" children that are part of the | ||||
|  * container's own implementation, if any. | ||||
|  * | ||||
|  * This function calls the #ClutterContainerIface.foreach() | ||||
|  * virtual function, which has been deprecated. | ||||
|  * | ||||
|  * Since: 0.4 | ||||
|  * | ||||
|  * Deprecated: 1.10: Use clutter_actor_get_first_child() or | ||||
|  *   clutter_actor_get_last_child() to retrieve the beginning of | ||||
|  *   the list of children, and clutter_actor_get_next_sibling() | ||||
|  *   and clutter_actor_get_previous_sibling() to iterate over it; | ||||
|  *   alternatively, use the #ClutterActorIter API. | ||||
|  */ | ||||
| void | ||||
| clutter_container_foreach (ClutterContainer *container, | ||||
|                            ClutterCallback   callback, | ||||
|                            gpointer          user_data) | ||||
| { | ||||
|   g_return_if_fail (CLUTTER_IS_CONTAINER (container)); | ||||
|   g_return_if_fail (callback != NULL); | ||||
|  | ||||
| #ifdef CLUTTER_ENABLE_DEBUG | ||||
|   if (G_UNLIKELY (_clutter_diagnostic_enabled ())) | ||||
|     { | ||||
|       ClutterContainerIface *iface = CLUTTER_CONTAINER_GET_IFACE (container); | ||||
|  | ||||
|       if (iface->foreach != container_real_foreach) | ||||
|         _clutter_diagnostic_message ("The ClutterContainer::foreach() " | ||||
|                                      "virtual function has been deprecated " | ||||
|                                      "and it should not be overridden by " | ||||
|                                      "newly written code"); | ||||
|     } | ||||
| #endif /* CLUTTER_ENABLE_DEBUG */ | ||||
|  | ||||
|   CLUTTER_CONTAINER_GET_IFACE (container)->foreach (container, | ||||
|                                                     callback, | ||||
|                                                     user_data); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_container_foreach_with_internals: | ||||
|  * @container: a #ClutterContainer | ||||
|  * @callback: (scope call): a function to be called for each child | ||||
|  * @user_data: data to be passed to the function, or %NULL | ||||
|  * | ||||
|  * Calls @callback for each child of @container, including "internal" | ||||
|  * children built in to the container itself that were never added | ||||
|  * by the application. | ||||
|  * | ||||
|  * This function calls the #ClutterContainerIface.foreach_with_internals() | ||||
|  * virtual function, which has been deprecated. | ||||
|  * | ||||
|  * Since: 1.0 | ||||
|  * | ||||
|  * Deprecated: 1.10: See clutter_container_foreach(). | ||||
|  */ | ||||
| void | ||||
| clutter_container_foreach_with_internals (ClutterContainer *container, | ||||
|                                           ClutterCallback   callback, | ||||
|                                           gpointer          user_data) | ||||
| { | ||||
|   ClutterContainerIface *iface; | ||||
|  | ||||
|   g_return_if_fail (CLUTTER_IS_CONTAINER (container)); | ||||
|   g_return_if_fail (callback != NULL); | ||||
|  | ||||
|   iface = CLUTTER_CONTAINER_GET_IFACE (container); | ||||
|  | ||||
| #ifdef CLUTTER_ENABLE_DEBUG | ||||
|   if (G_UNLIKELY (_clutter_diagnostic_enabled ())) | ||||
|     { | ||||
|       if (iface->foreach_with_internals != NULL) | ||||
|         _clutter_diagnostic_message ("The ClutterContainer::foreach_with_internals() " | ||||
|                                      "virtual function has been deprecated " | ||||
|                                      "and it should not be overridden by " | ||||
|                                      "newly written code"); | ||||
|     } | ||||
| #endif /* CLUTTER_ENABLE_DEBUG */ | ||||
|  | ||||
|   if (iface->foreach_with_internals != NULL) | ||||
|     iface->foreach_with_internals (container, callback, user_data); | ||||
|   else | ||||
|     iface->foreach (container, callback, user_data); | ||||
| } | ||||
|  | ||||
| /** | ||||
| @@ -1251,23 +1446,3 @@ clutter_container_child_notify (ClutterContainer *container, | ||||
|                                                          child, | ||||
|                                                          pspec); | ||||
| } | ||||
|  | ||||
| void | ||||
| _clutter_container_emit_actor_added (ClutterContainer *container, | ||||
|                                      ClutterActor     *actor) | ||||
| { | ||||
|   g_return_if_fail (CLUTTER_IS_CONTAINER (container)); | ||||
|   g_return_if_fail (CLUTTER_IS_ACTOR (actor)); | ||||
|  | ||||
|   g_signal_emit (container, container_signals[ACTOR_ADDED], 0, actor); | ||||
| } | ||||
|  | ||||
| void | ||||
| _clutter_container_emit_actor_removed (ClutterContainer *container, | ||||
|                                        ClutterActor     *actor) | ||||
| { | ||||
|   g_return_if_fail (CLUTTER_IS_CONTAINER (container)); | ||||
|   g_return_if_fail (CLUTTER_IS_ACTOR (actor)); | ||||
|  | ||||
|   g_signal_emit (container, container_signals[ACTOR_REMOVED], 0, actor); | ||||
| } | ||||
|   | ||||
| @@ -59,6 +59,14 @@ typedef struct _ClutterContainerIface   ClutterContainerIface; | ||||
|  *   function is deprecated, and it should not be overridden. | ||||
|  * @remove: virtual function for removing an actor from the container. This | ||||
|  *   virtual function is deprecated, and it should not be overridden. | ||||
|  * @foreach: virtual function for iterating over the container's children. | ||||
|  *   This virtual function is deprecated, and it should not be overridden. | ||||
|  * @foreach_with_internals: virtual functions for iterating over the | ||||
|  *   container's children, both added using the #ClutterContainer API | ||||
|  *   and internal children. The implementation of this virtual function | ||||
|  *   is required only if the #ClutterContainer implementation has | ||||
|  *   internal children. This virtual function is deprecated, and it should | ||||
|  *   not be overridden. | ||||
|  * @raise: virtual function for raising a child. This virtual function is | ||||
|  *   deprecated and it should not be overridden. | ||||
|  * @lower: virtual function for lowering a child. This virtual function is | ||||
| @@ -80,7 +88,7 @@ typedef struct _ClutterContainerIface   ClutterContainerIface; | ||||
|  * @actor_removed: class handler for #ClutterContainer::actor-removed | ||||
|  * @child_notify: class handler for #ClutterContainer::child-notify | ||||
|  * | ||||
|  * Base interface for container actors. The @add and @remove | ||||
|  * Base interface for container actors. The @add, @remove and @foreach | ||||
|  * virtual functions must be provided by any implementation; the other | ||||
|  * virtual functions are optional. | ||||
|  * | ||||
| @@ -96,6 +104,13 @@ struct _ClutterContainerIface | ||||
|                              ClutterActor     *actor); | ||||
|   void (* remove)           (ClutterContainer *container, | ||||
|                              ClutterActor     *actor); | ||||
|   void (* foreach)          (ClutterContainer *container, | ||||
|                              ClutterCallback   callback, | ||||
|                              gpointer          user_data); | ||||
|  | ||||
|   void (* foreach_with_internals) (ClutterContainer *container, | ||||
|                                    ClutterCallback   callback, | ||||
|                                    gpointer          user_data); | ||||
|  | ||||
|   /* child stacking */ | ||||
|   void (* raise)            (ClutterContainer *container, | ||||
|   | ||||
| @@ -34,10 +34,9 @@ void            _clutter_content_attached               (ClutterContent   *conte | ||||
| void            _clutter_content_detached               (ClutterContent   *content, | ||||
|                                                          ClutterActor     *actor); | ||||
|  | ||||
| void            _clutter_content_paint_content          (ClutterContent      *content, | ||||
|                                                          ClutterActor        *actor, | ||||
|                                                          ClutterPaintNode    *node, | ||||
|                                                          ClutterPaintContext *paint_context); | ||||
| void            _clutter_content_paint_content          (ClutterContent   *content, | ||||
|                                                          ClutterActor     *actor, | ||||
|                                                          ClutterPaintNode *node); | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
|   | ||||
| @@ -96,10 +96,9 @@ clutter_content_real_invalidate_size (ClutterContent *content) | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_content_real_paint_content (ClutterContent      *content, | ||||
|                                     ClutterActor        *actor, | ||||
|                                     ClutterPaintNode    *context, | ||||
|                                     ClutterPaintContext *paint_context) | ||||
| clutter_content_real_paint_content (ClutterContent   *content, | ||||
|                                     ClutterActor     *actor, | ||||
|                                     ClutterPaintNode *context) | ||||
| { | ||||
| } | ||||
|  | ||||
| @@ -130,7 +129,8 @@ clutter_content_default_init (ClutterContentInterface *iface) | ||||
|                   G_TYPE_FROM_INTERFACE (iface), | ||||
|                   G_SIGNAL_RUN_FIRST, | ||||
|                   G_STRUCT_OFFSET (ClutterContentInterface, attached), | ||||
|                   NULL, NULL, NULL, | ||||
|                   NULL, NULL, | ||||
|                   _clutter_marshal_VOID__OBJECT, | ||||
|                   G_TYPE_NONE, 1, | ||||
|                   CLUTTER_TYPE_ACTOR); | ||||
|  | ||||
| @@ -149,7 +149,8 @@ clutter_content_default_init (ClutterContentInterface *iface) | ||||
|                   G_TYPE_FROM_INTERFACE (iface), | ||||
|                   G_SIGNAL_RUN_FIRST, | ||||
|                   G_STRUCT_OFFSET (ClutterContentInterface, detached), | ||||
|                   NULL, NULL, NULL, | ||||
|                   NULL, NULL, | ||||
|                   _clutter_marshal_VOID__OBJECT, | ||||
|                   G_TYPE_NONE, 1, | ||||
|                   CLUTTER_TYPE_ACTOR); | ||||
| } | ||||
| @@ -301,8 +302,7 @@ _clutter_content_detached (ClutterContent *content, | ||||
|  * _clutter_content_paint_content: | ||||
|  * @content: a #ClutterContent | ||||
|  * @actor: a #ClutterActor | ||||
|  * @node: a #ClutterPaintNode | ||||
|  * @paint_context: a #ClutterPaintContext | ||||
|  * @context: a #ClutterPaintNode | ||||
|  * | ||||
|  * Creates the render tree for the @content and @actor. | ||||
|  * | ||||
| @@ -310,13 +310,11 @@ _clutter_content_detached (ClutterContent *content, | ||||
|  * virtual function. | ||||
|  */ | ||||
| void | ||||
| _clutter_content_paint_content (ClutterContent      *content, | ||||
|                                 ClutterActor        *actor, | ||||
|                                 ClutterPaintNode    *node, | ||||
|                                 ClutterPaintContext *paint_context) | ||||
| _clutter_content_paint_content (ClutterContent   *content, | ||||
|                                 ClutterActor     *actor, | ||||
|                                 ClutterPaintNode *node) | ||||
| { | ||||
|   CLUTTER_CONTENT_GET_IFACE (content)->paint_content (content, actor, node, | ||||
|                                                       paint_context); | ||||
|   CLUTTER_CONTENT_GET_IFACE (content)->paint_content (content, actor, node); | ||||
| } | ||||
|  | ||||
| /** | ||||
|   | ||||
| @@ -65,10 +65,9 @@ struct _ClutterContentInterface | ||||
|   gboolean      (* get_preferred_size)  (ClutterContent   *content, | ||||
|                                          gfloat           *width, | ||||
|                                          gfloat           *height); | ||||
|   void          (* paint_content)       (ClutterContent      *content, | ||||
|                                          ClutterActor        *actor, | ||||
|                                          ClutterPaintNode    *node, | ||||
|                                          ClutterPaintContext *paint_context); | ||||
|   void          (* paint_content)       (ClutterContent   *content, | ||||
|                                          ClutterActor     *actor, | ||||
|                                          ClutterPaintNode *node); | ||||
|  | ||||
|   void          (* attached)            (ClutterContent   *content, | ||||
|                                          ClutterActor     *actor); | ||||
|   | ||||
| @@ -6,6 +6,46 @@ | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
|  | ||||
| typedef enum | ||||
| { | ||||
|   CLUTTER_DEBUG_MISC                = 1 << 0, | ||||
|   CLUTTER_DEBUG_ACTOR               = 1 << 1, | ||||
|   CLUTTER_DEBUG_TEXTURE             = 1 << 2, | ||||
|   CLUTTER_DEBUG_EVENT               = 1 << 3, | ||||
|   CLUTTER_DEBUG_PAINT               = 1 << 4, | ||||
|   CLUTTER_DEBUG_PANGO               = 1 << 5, | ||||
|   CLUTTER_DEBUG_BACKEND             = 1 << 6, | ||||
|   CLUTTER_DEBUG_SCHEDULER           = 1 << 7, | ||||
|   CLUTTER_DEBUG_SCRIPT              = 1 << 8, | ||||
|   CLUTTER_DEBUG_SHADER              = 1 << 9, | ||||
|   CLUTTER_DEBUG_MULTISTAGE          = 1 << 10, | ||||
|   CLUTTER_DEBUG_ANIMATION           = 1 << 11, | ||||
|   CLUTTER_DEBUG_LAYOUT              = 1 << 12, | ||||
|   CLUTTER_DEBUG_PICK                = 1 << 13, | ||||
|   CLUTTER_DEBUG_EVENTLOOP           = 1 << 14, | ||||
|   CLUTTER_DEBUG_CLIPPING            = 1 << 15, | ||||
|   CLUTTER_DEBUG_OOB_TRANSFORMS      = 1 << 16 | ||||
| } ClutterDebugFlag; | ||||
|  | ||||
| typedef enum | ||||
| { | ||||
|   CLUTTER_DEBUG_NOP_PICKING         = 1 << 0, | ||||
|   CLUTTER_DEBUG_DUMP_PICK_BUFFERS   = 1 << 1 | ||||
| } ClutterPickDebugFlag; | ||||
|  | ||||
| typedef enum | ||||
| { | ||||
|   CLUTTER_DEBUG_DISABLE_SWAP_EVENTS     = 1 << 0, | ||||
|   CLUTTER_DEBUG_DISABLE_CLIPPED_REDRAWS = 1 << 1, | ||||
|   CLUTTER_DEBUG_REDRAWS                 = 1 << 2, | ||||
|   CLUTTER_DEBUG_PAINT_VOLUMES           = 1 << 3, | ||||
|   CLUTTER_DEBUG_DISABLE_CULLING         = 1 << 4, | ||||
|   CLUTTER_DEBUG_DISABLE_OFFSCREEN_REDIRECT = 1 << 5, | ||||
|   CLUTTER_DEBUG_CONTINUOUS_REDRAW       = 1 << 6, | ||||
|   CLUTTER_DEBUG_PAINT_DEFORM_TILES      = 1 << 7, | ||||
|   CLUTTER_DEBUG_PAINT_DAMAGE_REGION     = 1 << 8, | ||||
| } ClutterDrawDebugFlag; | ||||
|  | ||||
| #ifdef CLUTTER_ENABLE_DEBUG | ||||
|  | ||||
| #define CLUTTER_HAS_DEBUG(type)         ((clutter_debug_flags & CLUTTER_DEBUG_##type) != FALSE) | ||||
|   | ||||
| @@ -147,7 +147,7 @@ clutter_deform_effect_set_actor (ClutterActorMeta *meta, | ||||
|       ClutterActor *old_actor = clutter_actor_meta_get_actor (meta); | ||||
|  | ||||
|       if (old_actor != NULL) | ||||
|         g_clear_signal_handler (&priv->allocation_id, old_actor); | ||||
|         g_signal_handler_disconnect (old_actor, priv->allocation_id); | ||||
|  | ||||
|       priv->allocation_id = 0; | ||||
|     } | ||||
| @@ -166,20 +166,18 @@ clutter_deform_effect_set_actor (ClutterActorMeta *meta, | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_deform_effect_paint_target (ClutterOffscreenEffect *effect, | ||||
|                                     ClutterPaintContext    *paint_context) | ||||
| clutter_deform_effect_paint_target (ClutterOffscreenEffect *effect) | ||||
| { | ||||
|   ClutterDeformEffect *self= CLUTTER_DEFORM_EFFECT (effect); | ||||
|   ClutterDeformEffectPrivate *priv = self->priv; | ||||
|   CoglHandle material; | ||||
|   CoglPipeline *pipeline; | ||||
|   CoglDepthState depth_state; | ||||
|   CoglFramebuffer *fb = | ||||
|     clutter_paint_context_get_framebuffer (paint_context); | ||||
|   CoglFramebuffer *fb = cogl_get_draw_framebuffer (); | ||||
|  | ||||
|   if (priv->is_dirty) | ||||
|     { | ||||
|       graphene_rect_t rect; | ||||
|       ClutterRect rect; | ||||
|       gboolean mapped_buffer; | ||||
|       CoglVertexP3T2C4 *verts; | ||||
|       ClutterActor *actor; | ||||
| @@ -195,8 +193,8 @@ clutter_deform_effect_paint_target (ClutterOffscreenEffect *effect, | ||||
|        */ | ||||
|       if (clutter_offscreen_effect_get_target_rect (effect, &rect)) | ||||
|         { | ||||
|           width = graphene_rect_get_width (&rect); | ||||
|           height = graphene_rect_get_height (&rect); | ||||
|           width = clutter_rect_get_width (&rect); | ||||
|           height = clutter_rect_get_height (&rect); | ||||
|         } | ||||
|       else | ||||
|         clutter_actor_get_size (actor, &width, &height); | ||||
| @@ -284,7 +282,6 @@ clutter_deform_effect_paint_target (ClutterOffscreenEffect *effect, | ||||
|   /* enable depth testing */ | ||||
|   cogl_depth_state_init (&depth_state); | ||||
|   cogl_depth_state_set_test_enabled (&depth_state, TRUE); | ||||
|   cogl_depth_state_set_test_function (&depth_state, COGL_DEPTH_TEST_FUNCTION_LEQUAL); | ||||
|   cogl_pipeline_set_depth_state (pipeline, &depth_state, NULL); | ||||
|  | ||||
|   /* enable backface culling if we have a back material */ | ||||
|   | ||||
| @@ -5,13 +5,25 @@ | ||||
|  | ||||
| #include "deprecated/clutter-actor.h" | ||||
| #include "deprecated/clutter-alpha.h" | ||||
| #include "deprecated/clutter-animatable.h" | ||||
| #include "deprecated/clutter-animation.h" | ||||
| #include "deprecated/clutter-behaviour.h" | ||||
| #include "deprecated/clutter-behaviour-depth.h" | ||||
| #include "deprecated/clutter-behaviour-opacity.h" | ||||
| #include "deprecated/clutter-behaviour-scale.h" | ||||
| #include "deprecated/clutter-bin-layout.h" | ||||
| #include "deprecated/clutter-box.h" | ||||
| #include "deprecated/clutter-cairo-texture.h" | ||||
| #include "deprecated/clutter-container.h" | ||||
| #include "deprecated/clutter-group.h" | ||||
| #include "deprecated/clutter-keysyms.h" | ||||
| #include "deprecated/clutter-main.h" | ||||
| #include "deprecated/clutter-rectangle.h" | ||||
| #include "deprecated/clutter-stage-manager.h" | ||||
| #include "deprecated/clutter-stage.h" | ||||
| #include "deprecated/clutter-state.h" | ||||
| #include "deprecated/clutter-table-layout.h" | ||||
| #include "deprecated/clutter-texture.h" | ||||
| #include "deprecated/clutter-timeline.h" | ||||
|  | ||||
| #undef __CLUTTER_DEPRECATED_H_INSIDE__ | ||||
|   | ||||
| @@ -112,8 +112,7 @@ G_DEFINE_TYPE (ClutterDesaturateEffect, | ||||
|                CLUTTER_TYPE_OFFSCREEN_EFFECT); | ||||
|  | ||||
| static gboolean | ||||
| clutter_desaturate_effect_pre_paint (ClutterEffect       *effect, | ||||
|                                      ClutterPaintContext *paint_context) | ||||
| clutter_desaturate_effect_pre_paint (ClutterEffect *effect) | ||||
| { | ||||
|   ClutterDesaturateEffect *self = CLUTTER_DESATURATE_EFFECT (effect); | ||||
|   ClutterEffectClass *parent_class; | ||||
| @@ -134,7 +133,7 @@ clutter_desaturate_effect_pre_paint (ClutterEffect       *effect, | ||||
|     } | ||||
|  | ||||
|   parent_class = CLUTTER_EFFECT_CLASS (clutter_desaturate_effect_parent_class); | ||||
|   if (parent_class->pre_paint (effect, paint_context)) | ||||
|   if (parent_class->pre_paint (effect)) | ||||
|     { | ||||
|       ClutterOffscreenEffect *offscreen_effect = | ||||
|         CLUTTER_OFFSCREEN_EFFECT (effect); | ||||
| @@ -153,12 +152,10 @@ clutter_desaturate_effect_pre_paint (ClutterEffect       *effect, | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_desaturate_effect_paint_target (ClutterOffscreenEffect *effect, | ||||
|                                         ClutterPaintContext    *paint_context) | ||||
| clutter_desaturate_effect_paint_target (ClutterOffscreenEffect *effect) | ||||
| { | ||||
|   ClutterDesaturateEffect *self = CLUTTER_DESATURATE_EFFECT (effect); | ||||
|   CoglFramebuffer *framebuffer = | ||||
|    clutter_paint_context_get_framebuffer (paint_context); | ||||
|   CoglFramebuffer *framebuffer = cogl_get_draw_framebuffer (); | ||||
|   ClutterActor *actor; | ||||
|   CoglHandle texture; | ||||
|   guint8 paint_opacity; | ||||
|   | ||||
							
								
								
									
										281
									
								
								clutter/clutter/clutter-device-manager-private.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										281
									
								
								clutter/clutter/clutter-device-manager-private.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,281 @@ | ||||
| /* | ||||
|  * Clutter. | ||||
|  * | ||||
|  * An OpenGL based 'interactive canvas' library. | ||||
|  * | ||||
|  * Copyright (C) 2010  Intel Corporation. | ||||
|  * | ||||
|  * This library is free software; you can redistribute it and/or | ||||
|  * modify it under the terms of the GNU Lesser General Public | ||||
|  * License as published by the Free Software Foundation; either | ||||
|  * version 2 of the License, or (at your option) any later version. | ||||
|  * | ||||
|  * This library is distributed in the hope that it will be useful, | ||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | ||||
|  * Lesser General Public License for more details. | ||||
|  * | ||||
|  * You should have received a copy of the GNU Lesser General Public | ||||
|  * License along with this library. If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  * Author: | ||||
|  *   Emmanuele Bassi <ebassi@linux.intel.com> | ||||
|  */ | ||||
|  | ||||
| #ifndef __CLUTTER_DEVICE_MANAGER_PRIVATE_H__ | ||||
| #define __CLUTTER_DEVICE_MANAGER_PRIVATE_H__ | ||||
|  | ||||
| #include <clutter/clutter-backend.h> | ||||
| #include <clutter/clutter-device-manager.h> | ||||
| #include <clutter/clutter-event.h> | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
|  | ||||
| typedef struct _ClutterAxisInfo | ||||
| { | ||||
|   ClutterInputAxis axis; | ||||
|  | ||||
|   gdouble min_axis; | ||||
|   gdouble max_axis; | ||||
|  | ||||
|   gdouble min_value; | ||||
|   gdouble max_value; | ||||
|  | ||||
|   gdouble resolution; | ||||
| } ClutterAxisInfo; | ||||
|  | ||||
| typedef struct _ClutterKeyInfo | ||||
| { | ||||
|   guint keyval; | ||||
|   ClutterModifierType modifiers; | ||||
| } ClutterKeyInfo; | ||||
|  | ||||
| typedef struct _ClutterScrollInfo | ||||
| { | ||||
|   guint axis_id; | ||||
|   ClutterScrollDirection direction; | ||||
|   gdouble increment; | ||||
|  | ||||
|   gdouble last_value; | ||||
|   guint last_value_valid : 1; | ||||
| } ClutterScrollInfo; | ||||
|  | ||||
| typedef struct _ClutterTouchInfo | ||||
| { | ||||
|   ClutterEventSequence *sequence; | ||||
|   ClutterActor *actor; | ||||
|  | ||||
|   gfloat current_x; | ||||
|   gfloat current_y; | ||||
| } ClutterTouchInfo; | ||||
|  | ||||
| struct _ClutterInputDevice | ||||
| { | ||||
|   GObject parent_instance; | ||||
|  | ||||
|   gint id; | ||||
|  | ||||
|   ClutterInputDeviceType device_type; | ||||
|   ClutterInputMode device_mode; | ||||
|  | ||||
|   gchar *device_name; | ||||
|  | ||||
|   ClutterDeviceManager *device_manager; | ||||
|  | ||||
|   ClutterBackend *backend; | ||||
|  | ||||
|   /* the associated device */ | ||||
|   ClutterInputDevice *associated; | ||||
|  | ||||
|   GList *slaves; | ||||
|  | ||||
|   /* the actor underneath the pointer */ | ||||
|   ClutterActor *cursor_actor; | ||||
|   GHashTable   *inv_touch_sequence_actors; | ||||
|  | ||||
|   /* the actor that has a grab in place for the device */ | ||||
|   ClutterActor *pointer_grab_actor; | ||||
|   ClutterActor *keyboard_grab_actor; | ||||
|   GHashTable   *sequence_grab_actors; | ||||
|   GHashTable   *inv_sequence_grab_actors; | ||||
|  | ||||
|   /* the current click count */ | ||||
|   gint click_count; | ||||
|  | ||||
|   /* the stage the device is on */ | ||||
|   ClutterStage *stage; | ||||
|  | ||||
|   /* the current state */ | ||||
|   gfloat current_x; | ||||
|   gfloat current_y; | ||||
|   guint32 current_time; | ||||
|   gint current_button_number; | ||||
|   ClutterModifierType current_state; | ||||
|  | ||||
|   /* the current touch points states */ | ||||
|   GHashTable *touch_sequences_info; | ||||
|  | ||||
|   /* the previous state, used for click count generation */ | ||||
|   gint previous_x; | ||||
|   gint previous_y; | ||||
|   guint32 previous_time; | ||||
|   gint previous_button_number; | ||||
|   ClutterModifierType previous_state; | ||||
|  | ||||
|   GArray *axes; | ||||
|  | ||||
|   guint n_keys; | ||||
|   GArray *keys; | ||||
|  | ||||
|   GArray *scroll_info; | ||||
|  | ||||
|   gchar *vendor_id; | ||||
|   gchar *product_id; | ||||
|   gchar *node_path; | ||||
|  | ||||
|   GPtrArray *tools; | ||||
|  | ||||
|   gint n_rings; | ||||
|   gint n_strips; | ||||
|   gint n_mode_groups; | ||||
|  | ||||
|   ClutterInputDeviceMapping mapping_mode; | ||||
|  | ||||
|   guint has_cursor : 1; | ||||
|   guint is_enabled : 1; | ||||
| }; | ||||
|  | ||||
| typedef void (*ClutterEmitInputDeviceEvent) (ClutterEvent       *event, | ||||
|                                              ClutterInputDevice *device); | ||||
|  | ||||
| struct _ClutterInputDeviceClass | ||||
| { | ||||
|   GObjectClass parent_class; | ||||
|  | ||||
|   gboolean (* keycode_to_evdev) (ClutterInputDevice *device, | ||||
|                                  guint               hardware_keycode, | ||||
|                                  guint              *evdev_keycode); | ||||
|   void (* update_from_tool) (ClutterInputDevice     *device, | ||||
|                              ClutterInputDeviceTool *tool); | ||||
|  | ||||
|   gboolean (* is_mode_switch_button) (ClutterInputDevice *device, | ||||
|                                       guint               group, | ||||
|                                       guint               button); | ||||
|   gint (* get_group_n_modes) (ClutterInputDevice *device, | ||||
|                               gint                group); | ||||
|  | ||||
|   gboolean (* is_grouped) (ClutterInputDevice *device, | ||||
|                            ClutterInputDevice *other_device); | ||||
|  | ||||
|   /* Keyboard accessbility */ | ||||
|   void (* process_kbd_a11y_event) (ClutterEvent               *event, | ||||
|                                    ClutterInputDevice         *device, | ||||
|                                    ClutterEmitInputDeviceEvent emit_event_func); | ||||
| }; | ||||
|  | ||||
| /* Platform-dependent interface */ | ||||
| typedef struct _ClutterEventExtender ClutterEventExtender; | ||||
| typedef struct _ClutterEventExtenderInterface ClutterEventExtenderInterface; | ||||
|  | ||||
| #define CLUTTER_TYPE_EVENT_EXTENDER         (clutter_event_extender_get_type ()) | ||||
| #define CLUTTER_EVENT_EXTENDER(o)           (G_TYPE_CHECK_INSTANCE_CAST ((o), CLUTTER_TYPE_EVENT_EXTENDER, ClutterEventExtender)) | ||||
| #define CLUTTER_IS_EVENT_EXTENDER(o)	     (G_TYPE_CHECK_INSTANCE_TYPE ((o), CLUTTER_TYPE_EVENT_EXTENDER)) | ||||
| #define CLUTTER_EVENT_EXTENDER_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), CLUTTER_TYPE_EVENT_EXTENDER, ClutterEventExtenderInterface)) | ||||
|  | ||||
| struct _ClutterEventExtenderInterface | ||||
| { | ||||
|   GTypeInterface g_iface; | ||||
|  | ||||
|   void (* copy_event_data) (ClutterEventExtender *event_extender, | ||||
|                             const ClutterEvent   *src, | ||||
|                             ClutterEvent         *dest); | ||||
|   void (* free_event_data) (ClutterEventExtender *event_extender, | ||||
|                             ClutterEvent         *event); | ||||
| }; | ||||
|  | ||||
| GType           clutter_event_extender_get_type        (void) G_GNUC_CONST; | ||||
|  | ||||
| /* device manager */ | ||||
| void            _clutter_device_manager_add_device              (ClutterDeviceManager *device_manager, | ||||
|                                                                  ClutterInputDevice   *device); | ||||
| void            _clutter_device_manager_remove_device           (ClutterDeviceManager *device_manager, | ||||
|                                                                  ClutterInputDevice   *device); | ||||
| void            _clutter_device_manager_update_devices          (ClutterDeviceManager *device_manager); | ||||
| void            _clutter_device_manager_select_stage_events     (ClutterDeviceManager *device_manager, | ||||
|                                                                  ClutterStage         *stage); | ||||
| ClutterBackend *_clutter_device_manager_get_backend             (ClutterDeviceManager *device_manager); | ||||
|  | ||||
| void            _clutter_device_manager_compress_motion         (ClutterDeviceManager *device_manger, | ||||
|                                                                  ClutterEvent         *event, | ||||
|                                                                  const ClutterEvent   *to_discard); | ||||
|  | ||||
| /* input device */ | ||||
| gboolean        _clutter_input_device_has_sequence              (ClutterInputDevice   *device, | ||||
|                                                                  ClutterEventSequence *sequence); | ||||
| void            _clutter_input_device_add_event_sequence        (ClutterInputDevice   *device, | ||||
|                                                                  ClutterEvent         *event); | ||||
| void            _clutter_input_device_remove_event_sequence     (ClutterInputDevice   *device, | ||||
|                                                                  ClutterEvent         *event); | ||||
| void            _clutter_input_device_set_coords                (ClutterInputDevice   *device, | ||||
|                                                                  ClutterEventSequence *sequence, | ||||
|                                                                  gfloat                x, | ||||
|                                                                  gfloat                y, | ||||
|                                                                  ClutterStage         *stage); | ||||
| void            _clutter_input_device_set_state                 (ClutterInputDevice   *device, | ||||
|                                                                  ClutterModifierType   state); | ||||
| void            _clutter_input_device_set_time                  (ClutterInputDevice   *device, | ||||
|                                                                  guint32               time_); | ||||
| void            _clutter_input_device_set_stage                 (ClutterInputDevice   *device, | ||||
|                                                                  ClutterStage         *stage); | ||||
| ClutterStage *  _clutter_input_device_get_stage                 (ClutterInputDevice   *device); | ||||
| void            _clutter_input_device_set_actor                 (ClutterInputDevice   *device, | ||||
|                                                                  ClutterEventSequence *sequence, | ||||
|                                                                  ClutterActor         *actor, | ||||
|                                                                  gboolean              emit_crossing); | ||||
| ClutterActor *  _clutter_input_device_update                    (ClutterInputDevice   *device, | ||||
|                                                                  ClutterEventSequence *sequence, | ||||
|                                                                  gboolean              emit_crossing); | ||||
| void            _clutter_input_device_set_n_keys                (ClutterInputDevice   *device, | ||||
|                                                                  guint                 n_keys); | ||||
| guint           _clutter_input_device_add_axis                  (ClutterInputDevice   *device, | ||||
|                                                                  ClutterInputAxis      axis, | ||||
|                                                                  gdouble               min_value, | ||||
|                                                                  gdouble               max_value, | ||||
|                                                                  gdouble               resolution); | ||||
| void            _clutter_input_device_reset_axes                (ClutterInputDevice   *device); | ||||
|  | ||||
| void            _clutter_input_device_set_associated_device     (ClutterInputDevice   *device, | ||||
|                                                                  ClutterInputDevice   *associated); | ||||
| void            _clutter_input_device_add_slave                 (ClutterInputDevice   *master, | ||||
|                                                                  ClutterInputDevice   *slave); | ||||
| void            _clutter_input_device_remove_slave              (ClutterInputDevice   *master, | ||||
|                                                                  ClutterInputDevice   *slave); | ||||
|  | ||||
| gboolean        _clutter_input_device_translate_axis            (ClutterInputDevice   *device, | ||||
|                                                                  guint                 index_, | ||||
|                                                                  gdouble               value, | ||||
|                                                                  gdouble              *axis_value); | ||||
|  | ||||
| void            _clutter_input_device_add_scroll_info           (ClutterInputDevice   *device, | ||||
|                                                                  guint                 index_, | ||||
|                                                                  ClutterScrollDirection direction, | ||||
|                                                                  gdouble               increment); | ||||
| void            _clutter_input_device_reset_scroll_info         (ClutterInputDevice   *device); | ||||
| gboolean        _clutter_input_device_get_scroll_delta          (ClutterInputDevice   *device, | ||||
|                                                                  guint                 index_, | ||||
|                                                                  gdouble               value, | ||||
|                                                                  ClutterScrollDirection *direction_p, | ||||
|                                                                  gdouble                *delta_p); | ||||
|  | ||||
| ClutterInputDeviceTool * clutter_input_device_lookup_tool       (ClutterInputDevice         *device, | ||||
|                                                                  guint64                     serial, | ||||
|                                                                  ClutterInputDeviceToolType  type); | ||||
| void            clutter_input_device_add_tool                   (ClutterInputDevice     *device, | ||||
|                                                                  ClutterInputDeviceTool *tool); | ||||
|  | ||||
| void            clutter_input_device_update_from_tool           (ClutterInputDevice     *device, | ||||
|                                                                  ClutterInputDeviceTool *tool); | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
| #endif /* __CLUTTER_DEVICE_MANAGER_PRIVATE_H__ */ | ||||
							
								
								
									
										581
									
								
								clutter/clutter/clutter-device-manager.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										581
									
								
								clutter/clutter/clutter-device-manager.c
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,581 @@ | ||||
| /* | ||||
|  * Clutter. | ||||
|  * | ||||
|  * An OpenGL based 'interactive canvas' library. | ||||
|  * | ||||
|  * Copyright (C) 2009  Intel Corp. | ||||
|  * | ||||
|  * This library is free software; you can redistribute it and/or | ||||
|  * modify it under the terms of the GNU Lesser General Public | ||||
|  * License as published by the Free Software Foundation; either | ||||
|  * version 2 of the License, or (at your option) any later version. | ||||
|  * | ||||
|  * This library is distributed in the hope that it will be useful, | ||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | ||||
|  * Lesser General Public License for more details. | ||||
|  * | ||||
|  * You should have received a copy of the GNU Lesser General Public | ||||
|  * License along with this library. If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  * Author: Emmanuele Bassi <ebassi@linux.intel.com> | ||||
|  */ | ||||
|  | ||||
| /** | ||||
|  * SECTION:clutter-device-manager | ||||
|  * @short_description: Maintains the list of input devices | ||||
|  * | ||||
|  * #ClutterDeviceManager is a singleton object, owned by Clutter, which | ||||
|  * maintains the list of #ClutterInputDevice<!-- -->s. | ||||
|  * | ||||
|  * Depending on the backend used by Clutter it is possible to use the | ||||
|  * #ClutterDeviceManager::device-added and | ||||
|  * #ClutterDeviceManager::device-removed to monitor addition and removal | ||||
|  * of devices. | ||||
|  * | ||||
|  * #ClutterDeviceManager is available since Clutter 1.2 | ||||
|  */ | ||||
|  | ||||
| #include "clutter-build-config.h" | ||||
|  | ||||
| #include "clutter-backend-private.h" | ||||
| #include "clutter-debug.h" | ||||
| #include "clutter-device-manager-private.h" | ||||
| #include "clutter-enum-types.h" | ||||
| #include "clutter-marshal.h" | ||||
| #include "clutter-private.h" | ||||
| #include "clutter-stage-private.h" | ||||
| #include "clutter-virtual-input-device.h" | ||||
| #include "clutter-input-device-tool.h" | ||||
|  | ||||
| struct _ClutterDeviceManagerPrivate | ||||
| { | ||||
|   /* back-pointer to the backend */ | ||||
|   ClutterBackend *backend; | ||||
|  | ||||
|   /* Keyboard a11y */ | ||||
|   ClutterKbdA11ySettings kbd_a11y_settings; | ||||
| }; | ||||
|  | ||||
| enum | ||||
| { | ||||
|   PROP_0, | ||||
|  | ||||
|   PROP_BACKEND, | ||||
|  | ||||
|   PROP_LAST | ||||
| }; | ||||
|  | ||||
| static GParamSpec *obj_props[PROP_LAST]; | ||||
|  | ||||
| enum | ||||
| { | ||||
|   DEVICE_ADDED, | ||||
|   DEVICE_REMOVED, | ||||
|   TOOL_CHANGED, | ||||
|   KBD_A11Y_MASK_CHANGED, | ||||
|   KBD_A11Y_FLAGS_CHANGED, | ||||
|  | ||||
|   LAST_SIGNAL | ||||
| }; | ||||
|  | ||||
| static guint manager_signals[LAST_SIGNAL] = { 0, }; | ||||
|  | ||||
| G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE (ClutterDeviceManager, | ||||
|                                      clutter_device_manager, | ||||
|                                      G_TYPE_OBJECT) | ||||
|  | ||||
| G_DEFINE_INTERFACE (ClutterEventExtender, | ||||
|                     clutter_event_extender, | ||||
|                     CLUTTER_TYPE_DEVICE_MANAGER) | ||||
|  | ||||
| static void | ||||
| clutter_event_extender_default_init (ClutterEventExtenderInterface *iface) | ||||
| { | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_device_manager_set_property (GObject      *gobject, | ||||
|                                      guint         prop_id, | ||||
|                                      const GValue *value, | ||||
|                                      GParamSpec   *pspec) | ||||
| { | ||||
|   ClutterDeviceManagerPrivate *priv = CLUTTER_DEVICE_MANAGER (gobject)->priv; | ||||
|  | ||||
|   switch (prop_id) | ||||
|     { | ||||
|     case PROP_BACKEND: | ||||
|       priv->backend = g_value_get_object (value); | ||||
|       break; | ||||
|  | ||||
|     default: | ||||
|       G_OBJECT_WARN_INVALID_PROPERTY_ID (gobject, prop_id, pspec); | ||||
|     } | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_device_manager_get_property (GObject    *gobject, | ||||
|                                      guint       prop_id, | ||||
|                                      GValue     *value, | ||||
|                                      GParamSpec *pspec) | ||||
| { | ||||
|   ClutterDeviceManagerPrivate *priv = CLUTTER_DEVICE_MANAGER (gobject)->priv; | ||||
|  | ||||
|   switch (prop_id) | ||||
|     { | ||||
|     case PROP_BACKEND: | ||||
|       g_value_set_object (value, priv->backend); | ||||
|       break; | ||||
|  | ||||
|     default: | ||||
|       G_OBJECT_WARN_INVALID_PROPERTY_ID (gobject, prop_id, pspec); | ||||
|     } | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_device_manager_class_init (ClutterDeviceManagerClass *klass) | ||||
| { | ||||
|   GObjectClass *gobject_class = G_OBJECT_CLASS (klass); | ||||
|  | ||||
|   obj_props[PROP_BACKEND] = | ||||
|     g_param_spec_object ("backend", | ||||
|                          P_("Backend"), | ||||
|                          P_("The ClutterBackend of the device manager"), | ||||
|                          CLUTTER_TYPE_BACKEND, | ||||
|                          CLUTTER_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY); | ||||
|  | ||||
|   gobject_class->set_property = clutter_device_manager_set_property; | ||||
|   gobject_class->get_property = clutter_device_manager_get_property; | ||||
|   g_object_class_install_properties (gobject_class, | ||||
|                                      PROP_LAST, | ||||
|                                      obj_props); | ||||
|  | ||||
|   /** | ||||
|    * ClutterDeviceManager::device-added: | ||||
|    * @manager: the #ClutterDeviceManager that emitted the signal | ||||
|    * @device: the newly added #ClutterInputDevice | ||||
|    * | ||||
|    * The ::device-added signal is emitted each time a device has been | ||||
|    * added to the #ClutterDeviceManager | ||||
|    * | ||||
|    * Since: 1.2 | ||||
|    */ | ||||
|   manager_signals[DEVICE_ADDED] = | ||||
|     g_signal_new (I_("device-added"), | ||||
|                   G_TYPE_FROM_CLASS (klass), | ||||
|                   G_SIGNAL_RUN_LAST, | ||||
|                   0, | ||||
|                   NULL, NULL, | ||||
|                   _clutter_marshal_VOID__OBJECT, | ||||
|                   G_TYPE_NONE, 1, | ||||
|                   CLUTTER_TYPE_INPUT_DEVICE); | ||||
|  | ||||
|   /** | ||||
|    * ClutterDeviceManager::device-removed: | ||||
|    * @manager: the #ClutterDeviceManager that emitted the signal | ||||
|    * @device: the removed #ClutterInputDevice | ||||
|    * | ||||
|    * The ::device-removed signal is emitted each time a device has been | ||||
|    * removed from the #ClutterDeviceManager | ||||
|    * | ||||
|    * Since: 1.2 | ||||
|    */ | ||||
|   manager_signals[DEVICE_REMOVED] = | ||||
|     g_signal_new (I_("device-removed"), | ||||
|                   G_TYPE_FROM_CLASS (klass), | ||||
|                   G_SIGNAL_RUN_LAST, | ||||
|                   0, | ||||
|                   NULL, NULL, | ||||
|                   _clutter_marshal_VOID__OBJECT, | ||||
|                   G_TYPE_NONE, 1, | ||||
|                   CLUTTER_TYPE_INPUT_DEVICE); | ||||
|  | ||||
|   manager_signals[TOOL_CHANGED] = | ||||
|     g_signal_new (I_("tool-changed"), | ||||
|                   G_TYPE_FROM_CLASS (klass), | ||||
|                   G_SIGNAL_RUN_LAST, | ||||
|                   0, NULL, NULL, | ||||
|                   _clutter_marshal_VOID__OBJECT_OBJECT, | ||||
|                   G_TYPE_NONE, 2, | ||||
|                   CLUTTER_TYPE_INPUT_DEVICE, | ||||
|                   CLUTTER_TYPE_INPUT_DEVICE_TOOL); | ||||
|  | ||||
|   /** | ||||
|    * ClutterDeviceManager::kbd-a11y-mods-state-changed: | ||||
|    * @manager: the #ClutterDeviceManager that emitted the signal | ||||
|    * @latched_mask: the latched modifier mask from stickykeys | ||||
|    * @locked_mask:  the locked modifier mask from stickykeys | ||||
|    * | ||||
|    * The ::kbd-a11y-mods-state-changed signal is emitted each time either the | ||||
|    * latched modifiers mask or locked modifiers mask are changed as the | ||||
|    * result of keyboard accessibilty's sticky keys operations. | ||||
|    */ | ||||
|   manager_signals[KBD_A11Y_MASK_CHANGED] = | ||||
|     g_signal_new (I_("kbd-a11y-mods-state-changed"), | ||||
|                   G_TYPE_FROM_CLASS (klass), | ||||
|                   G_SIGNAL_RUN_LAST, | ||||
|                   0, NULL, NULL, | ||||
|                   _clutter_marshal_VOID__UINT_UINT, | ||||
|                   G_TYPE_NONE, 2, | ||||
|                   G_TYPE_UINT, | ||||
|                   G_TYPE_UINT); | ||||
|  | ||||
|   /** | ||||
|    * ClutterDeviceManager::kbd-a11y-flags-changed: | ||||
|    * @manager: the #ClutterDeviceManager that emitted the signal | ||||
|    * @settings_flags: the new ClutterKeyboardA11yFlags configuration | ||||
|    * @changed_mask: the ClutterKeyboardA11yFlags changed | ||||
|    * | ||||
|    * The ::kbd-a11y-flags-changed signal is emitted each time the | ||||
|    * ClutterKeyboardA11yFlags configuration is changed as the result of | ||||
|    * keyboard accessibilty operations. | ||||
|    */ | ||||
|   manager_signals[KBD_A11Y_FLAGS_CHANGED] = | ||||
|     g_signal_new (I_("kbd-a11y-flags-changed"), | ||||
|                   G_TYPE_FROM_CLASS (klass), | ||||
|                   G_SIGNAL_RUN_LAST, | ||||
|                   0, NULL, NULL, | ||||
|                   _clutter_marshal_VOID__UINT_UINT, | ||||
|                   G_TYPE_NONE, 2, | ||||
|                   G_TYPE_UINT, | ||||
|                   G_TYPE_UINT); | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_device_manager_init (ClutterDeviceManager *self) | ||||
| { | ||||
|   self->priv = clutter_device_manager_get_instance_private (self); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_device_manager_get_default: | ||||
|  * | ||||
|  * Retrieves the device manager singleton | ||||
|  * | ||||
|  * Return value: (transfer none): the #ClutterDeviceManager singleton. | ||||
|  *   The returned instance is owned by Clutter and it should not be | ||||
|  *   modified or freed | ||||
|  * | ||||
|  * Since: 1.2 | ||||
|  */ | ||||
| ClutterDeviceManager * | ||||
| clutter_device_manager_get_default (void) | ||||
| { | ||||
|   ClutterBackend *backend = clutter_get_default_backend (); | ||||
|  | ||||
|   return backend->device_manager; | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_device_manager_list_devices: | ||||
|  * @device_manager: a #ClutterDeviceManager | ||||
|  * | ||||
|  * Lists all currently registered input devices | ||||
|  * | ||||
|  * Return value: (transfer container) (element-type Clutter.InputDevice): | ||||
|  *   a newly allocated list of #ClutterInputDevice objects. Use | ||||
|  *   g_slist_free() to deallocate it when done | ||||
|  * | ||||
|  * Since: 1.2 | ||||
|  */ | ||||
| GSList * | ||||
| clutter_device_manager_list_devices (ClutterDeviceManager *device_manager) | ||||
| { | ||||
|   const GSList *devices; | ||||
|  | ||||
|   g_return_val_if_fail (CLUTTER_IS_DEVICE_MANAGER (device_manager), NULL); | ||||
|  | ||||
|   devices = clutter_device_manager_peek_devices (device_manager); | ||||
|  | ||||
|   return g_slist_copy ((GSList *) devices); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_device_manager_peek_devices: | ||||
|  * @device_manager: a #ClutterDeviceManager | ||||
|  * | ||||
|  * Lists all currently registered input devices | ||||
|  * | ||||
|  * Return value: (transfer none) (element-type Clutter.InputDevice): | ||||
|  *   a pointer to the internal list of #ClutterInputDevice objects. The | ||||
|  *   returned list is owned by the #ClutterDeviceManager and should never | ||||
|  *   be modified or freed | ||||
|  * | ||||
|  * Since: 1.2 | ||||
|  */ | ||||
| const GSList * | ||||
| clutter_device_manager_peek_devices (ClutterDeviceManager *device_manager) | ||||
| { | ||||
|   ClutterDeviceManagerClass *manager_class; | ||||
|  | ||||
|   g_return_val_if_fail (CLUTTER_IS_DEVICE_MANAGER (device_manager), NULL); | ||||
|  | ||||
|   manager_class = CLUTTER_DEVICE_MANAGER_GET_CLASS (device_manager); | ||||
|   return manager_class->get_devices (device_manager); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_device_manager_get_device: | ||||
|  * @device_manager: a #ClutterDeviceManager | ||||
|  * @device_id: the integer id of a device | ||||
|  * | ||||
|  * Retrieves the #ClutterInputDevice with the given @device_id | ||||
|  * | ||||
|  * Return value: (transfer none): a #ClutterInputDevice or %NULL. The | ||||
|  *   returned device is owned by the #ClutterDeviceManager and should | ||||
|  *   never be modified or freed | ||||
|  * | ||||
|  * Since: 1.2 | ||||
|  */ | ||||
| ClutterInputDevice * | ||||
| clutter_device_manager_get_device (ClutterDeviceManager *device_manager, | ||||
|                                    gint                  device_id) | ||||
| { | ||||
|   ClutterDeviceManagerClass *manager_class; | ||||
|  | ||||
|   g_return_val_if_fail (CLUTTER_IS_DEVICE_MANAGER (device_manager), NULL); | ||||
|  | ||||
|   manager_class = CLUTTER_DEVICE_MANAGER_GET_CLASS (device_manager); | ||||
|   return manager_class->get_device (device_manager, device_id); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_device_manager_get_core_device: | ||||
|  * @device_manager: a #ClutterDeviceManager | ||||
|  * @device_type: the type of the core device | ||||
|  * | ||||
|  * Retrieves the core #ClutterInputDevice of type @device_type | ||||
|  * | ||||
|  * Core devices are devices created automatically by the default | ||||
|  * Clutter backend | ||||
|  * | ||||
|  * Return value: (transfer none): a #ClutterInputDevice or %NULL. The | ||||
|  *   returned device is owned by the #ClutterDeviceManager and should | ||||
|  *   not be modified or freed | ||||
|  * | ||||
|  * Since: 1.2 | ||||
|  */ | ||||
| ClutterInputDevice * | ||||
| clutter_device_manager_get_core_device (ClutterDeviceManager   *device_manager, | ||||
|                                         ClutterInputDeviceType  device_type) | ||||
| { | ||||
|   ClutterDeviceManagerClass *manager_class; | ||||
|  | ||||
|   g_return_val_if_fail (CLUTTER_IS_DEVICE_MANAGER (device_manager), NULL); | ||||
|  | ||||
|   manager_class = CLUTTER_DEVICE_MANAGER_GET_CLASS (device_manager); | ||||
|   return manager_class->get_core_device (device_manager, device_type); | ||||
| } | ||||
|  | ||||
| void | ||||
| _clutter_device_manager_select_stage_events (ClutterDeviceManager *device_manager, | ||||
|                                              ClutterStage         *stage) | ||||
| { | ||||
|   ClutterDeviceManagerClass *manager_class; | ||||
|  | ||||
|   g_return_if_fail (CLUTTER_IS_DEVICE_MANAGER (device_manager)); | ||||
|  | ||||
|   manager_class = CLUTTER_DEVICE_MANAGER_GET_CLASS (device_manager); | ||||
|   if (manager_class->select_stage_events) | ||||
|     manager_class->select_stage_events (device_manager, stage); | ||||
| } | ||||
|  | ||||
| /* | ||||
|  * _clutter_device_manager_add_device: | ||||
|  * @device_manager: a #ClutterDeviceManager | ||||
|  * @device: a #ClutterInputDevice | ||||
|  * | ||||
|  * Adds @device to the list of #ClutterInputDevice<!-- -->s maintained | ||||
|  * by @device_manager | ||||
|  * | ||||
|  * The reference count of @device is not increased | ||||
|  * | ||||
|  * The #ClutterDeviceManager::device-added signal is emitted after | ||||
|  * adding @device to the list | ||||
|  */ | ||||
| void | ||||
| _clutter_device_manager_add_device (ClutterDeviceManager *device_manager, | ||||
|                                     ClutterInputDevice   *device) | ||||
| { | ||||
|   ClutterDeviceManagerClass *manager_class; | ||||
|  | ||||
|   g_return_if_fail (CLUTTER_IS_DEVICE_MANAGER (device_manager)); | ||||
|  | ||||
|   manager_class = CLUTTER_DEVICE_MANAGER_GET_CLASS (device_manager); | ||||
|   g_assert (manager_class->add_device != NULL); | ||||
|  | ||||
|   manager_class->add_device (device_manager, device); | ||||
|  | ||||
|   g_signal_emit (device_manager, manager_signals[DEVICE_ADDED], 0, device); | ||||
| } | ||||
|  | ||||
| /* | ||||
|  * _clutter_device_manager_remove_device: | ||||
|  * @device_manager: a #ClutterDeviceManager | ||||
|  * @device: a #ClutterInputDevice | ||||
|  * | ||||
|  * Removes @device from the list of #ClutterInputDevice<!-- -->s | ||||
|  * maintained by @device_manager | ||||
|  * | ||||
|  * The reference count of @device is not decreased | ||||
|  * | ||||
|  * The #ClutterDeviceManager::device-removed signal is emitted after | ||||
|  * removing @device from the list | ||||
|  */ | ||||
| void | ||||
| _clutter_device_manager_remove_device (ClutterDeviceManager *device_manager, | ||||
|                                        ClutterInputDevice   *device) | ||||
| { | ||||
|   ClutterDeviceManagerClass *manager_class; | ||||
|  | ||||
|   g_return_if_fail (CLUTTER_IS_DEVICE_MANAGER (device_manager)); | ||||
|  | ||||
|   manager_class = CLUTTER_DEVICE_MANAGER_GET_CLASS (device_manager); | ||||
|   g_assert (manager_class->remove_device != NULL); | ||||
|  | ||||
|   /* The subclass remove_device() method will likely unref it but we | ||||
|      have to keep it alive during the signal emission. */ | ||||
|   g_object_ref (device); | ||||
|  | ||||
|   manager_class->remove_device (device_manager, device); | ||||
|   g_signal_emit (device_manager, manager_signals[DEVICE_REMOVED], 0, device); | ||||
|  | ||||
|   g_object_unref (device); | ||||
| } | ||||
|  | ||||
| /* | ||||
|  * _clutter_device_manager_update_devices: | ||||
|  * @device_manager: a #ClutterDeviceManager | ||||
|  * | ||||
|  * Updates every #ClutterInputDevice handled by @device_manager | ||||
|  * by performing a pick paint at the coordinates of each pointer | ||||
|  * device | ||||
|  */ | ||||
| void | ||||
| _clutter_device_manager_update_devices (ClutterDeviceManager *device_manager) | ||||
| { | ||||
|   const GSList *d; | ||||
|  | ||||
|   for (d = clutter_device_manager_peek_devices (device_manager); | ||||
|        d != NULL; | ||||
|        d = d->next) | ||||
|     { | ||||
|       ClutterInputDevice *device = d->data; | ||||
|       ClutterInputDeviceType device_type; | ||||
|  | ||||
|       /* we only care about pointer devices */ | ||||
|       device_type = clutter_input_device_get_device_type (device); | ||||
|       if (device_type != CLUTTER_POINTER_DEVICE) | ||||
|         continue; | ||||
|  | ||||
|       /* out of stage */ | ||||
|       if (device->stage == NULL) | ||||
|         continue; | ||||
|  | ||||
|       /* the user disabled motion events delivery on actors for | ||||
|        * the stage the device is on; we don't perform any picking | ||||
|        * since the source of the events will always be set to be | ||||
|        * the stage | ||||
|        */ | ||||
|       if (!clutter_stage_get_motion_events_enabled (device->stage)) | ||||
|         continue; | ||||
|  | ||||
|       _clutter_input_device_update (device, NULL, TRUE); | ||||
|     } | ||||
| } | ||||
|  | ||||
| ClutterBackend * | ||||
| _clutter_device_manager_get_backend (ClutterDeviceManager *manager) | ||||
| { | ||||
|   g_return_val_if_fail (CLUTTER_IS_DEVICE_MANAGER (manager), NULL); | ||||
|  | ||||
|   return manager->priv->backend; | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_device_manager_create_virtual_device: | ||||
|  * @device_manager: a #ClutterDeviceManager | ||||
|  * @device_type: the type of the virtual device | ||||
|  * | ||||
|  * Creates a virtual input device. | ||||
|  * | ||||
|  * Returns: (transfer full): a newly created virtual device | ||||
|  **/ | ||||
| ClutterVirtualInputDevice * | ||||
| clutter_device_manager_create_virtual_device (ClutterDeviceManager   *device_manager, | ||||
|                                               ClutterInputDeviceType  device_type) | ||||
| { | ||||
|   ClutterDeviceManagerClass *manager_class; | ||||
|  | ||||
|   g_return_val_if_fail (CLUTTER_IS_DEVICE_MANAGER (device_manager), NULL); | ||||
|  | ||||
|   manager_class = CLUTTER_DEVICE_MANAGER_GET_CLASS (device_manager); | ||||
|   return manager_class->create_virtual_device (device_manager, | ||||
|                                                device_type); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_device_manager_supported_virtua_device_types: (skip) | ||||
|  */ | ||||
| ClutterVirtualDeviceType | ||||
| clutter_device_manager_get_supported_virtual_device_types (ClutterDeviceManager *device_manager) | ||||
| { | ||||
|   ClutterDeviceManagerClass *manager_class; | ||||
|  | ||||
|   g_return_val_if_fail (CLUTTER_IS_DEVICE_MANAGER (device_manager), | ||||
|                         CLUTTER_VIRTUAL_DEVICE_TYPE_NONE); | ||||
|  | ||||
|   manager_class = CLUTTER_DEVICE_MANAGER_GET_CLASS (device_manager); | ||||
|   return manager_class->get_supported_virtual_device_types (device_manager); | ||||
| } | ||||
|  | ||||
| void | ||||
| _clutter_device_manager_compress_motion (ClutterDeviceManager *device_manager, | ||||
|                                          ClutterEvent         *event, | ||||
|                                          const ClutterEvent   *to_discard) | ||||
| { | ||||
|   ClutterDeviceManagerClass *manager_class; | ||||
|  | ||||
|   g_return_if_fail (CLUTTER_IS_DEVICE_MANAGER (device_manager)); | ||||
|  | ||||
|  | ||||
|   manager_class = CLUTTER_DEVICE_MANAGER_GET_CLASS (device_manager); | ||||
|   if (!manager_class->compress_motion) | ||||
|     return; | ||||
|  | ||||
|   manager_class->compress_motion (device_manager, event, to_discard); | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| are_kbd_a11y_settings_equal (ClutterKbdA11ySettings *a, | ||||
|                              ClutterKbdA11ySettings *b) | ||||
| { | ||||
|   return (memcmp (a, b, sizeof (ClutterKbdA11ySettings)) == 0); | ||||
| } | ||||
|  | ||||
| void | ||||
| clutter_device_manager_set_kbd_a11y_settings (ClutterDeviceManager   *device_manager, | ||||
|                                               ClutterKbdA11ySettings *settings) | ||||
| { | ||||
|   ClutterDeviceManagerClass *manager_class; | ||||
|  | ||||
|   g_return_if_fail (CLUTTER_IS_DEVICE_MANAGER (device_manager)); | ||||
|  | ||||
|   if (are_kbd_a11y_settings_equal (&device_manager->priv->kbd_a11y_settings, settings)) | ||||
|     return; | ||||
|  | ||||
|   device_manager->priv->kbd_a11y_settings = *settings; | ||||
|  | ||||
|   manager_class = CLUTTER_DEVICE_MANAGER_GET_CLASS (device_manager); | ||||
|   if (manager_class->apply_kbd_a11y_settings) | ||||
|     manager_class->apply_kbd_a11y_settings (device_manager, settings); | ||||
| } | ||||
|  | ||||
| void | ||||
| clutter_device_manager_get_kbd_a11y_settings (ClutterDeviceManager   *device_manager, | ||||
|                                               ClutterKbdA11ySettings *settings) | ||||
| { | ||||
|   g_return_if_fail (CLUTTER_IS_DEVICE_MANAGER (device_manager)); | ||||
|  | ||||
|   *settings = device_manager->priv->kbd_a11y_settings; | ||||
| } | ||||
							
								
								
									
										161
									
								
								clutter/clutter/clutter-device-manager.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										161
									
								
								clutter/clutter/clutter-device-manager.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,161 @@ | ||||
| /* | ||||
|  * Clutter. | ||||
|  * | ||||
|  * An OpenGL based 'interactive canvas' library. | ||||
|  * | ||||
|  * Copyright (C) 2009  Intel Corp. | ||||
|  * | ||||
|  * This library is free software; you can redistribute it and/or | ||||
|  * modify it under the terms of the GNU Lesser General Public | ||||
|  * License as published by the Free Software Foundation; either | ||||
|  * version 2 of the License, or (at your option) any later version. | ||||
|  * | ||||
|  * This library is distributed in the hope that it will be useful, | ||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | ||||
|  * Lesser General Public License for more details. | ||||
|  * | ||||
|  * You should have received a copy of the GNU Lesser General Public | ||||
|  * License along with this library. If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  * Author: Emmanuele Bassi <ebassi@linux.intel.com> | ||||
|  */ | ||||
|  | ||||
| #ifndef __CLUTTER_DEVICE_MANAGER_H__ | ||||
| #define __CLUTTER_DEVICE_MANAGER_H__ | ||||
|  | ||||
| #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) | ||||
| #error "Only <clutter/clutter.h> can be included directly." | ||||
| #endif | ||||
|  | ||||
| #include <clutter/clutter-input-device.h> | ||||
| #include <clutter/clutter-stage.h> | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
|  | ||||
| #define CLUTTER_TYPE_DEVICE_MANAGER             (clutter_device_manager_get_type ()) | ||||
| #define CLUTTER_DEVICE_MANAGER(obj)             (G_TYPE_CHECK_INSTANCE_CAST ((obj), CLUTTER_TYPE_DEVICE_MANAGER, ClutterDeviceManager)) | ||||
| #define CLUTTER_IS_DEVICE_MANAGER(obj)          (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CLUTTER_TYPE_DEVICE_MANAGER)) | ||||
| #define CLUTTER_DEVICE_MANAGER_CLASS(klass)     (G_TYPE_CHECK_CLASS_CAST ((klass), CLUTTER_TYPE_DEVICE_MANAGER, ClutterDeviceManagerClass)) | ||||
| #define CLUTTER_IS_DEVICE_MANAGER_CLASS(klass)  (G_TYPE_CHECK_CLASS_TYPE ((klass), CLUTTER_TYPE_DEVICE_MANAGER)) | ||||
| #define CLUTTER_DEVICE_MANAGER_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), CLUTTER_TYPE_DEVICE_MANAGER, ClutterDeviceManagerClass)) | ||||
|  | ||||
| typedef struct _ClutterDeviceManager            ClutterDeviceManager; | ||||
| typedef struct _ClutterDeviceManagerPrivate     ClutterDeviceManagerPrivate; | ||||
| typedef struct _ClutterDeviceManagerClass       ClutterDeviceManagerClass; | ||||
|  | ||||
| /** | ||||
|  * ClutterVirtualDeviceType: | ||||
|  */ | ||||
| typedef enum _ClutterVirtualDeviceType | ||||
| { | ||||
|   CLUTTER_VIRTUAL_DEVICE_TYPE_NONE = 0, | ||||
|   CLUTTER_VIRTUAL_DEVICE_TYPE_KEYBOARD = 1 << 0, | ||||
|   CLUTTER_VIRTUAL_DEVICE_TYPE_POINTER = 1 << 1, | ||||
|   CLUTTER_VIRTUAL_DEVICE_TYPE_TOUCHSCREEN = 1 << 2, | ||||
| } ClutterVirtualDeviceType; | ||||
|  | ||||
| /** | ||||
|  * ClutterKbdA11ySettings: | ||||
|  * | ||||
|  * The #ClutterKbdA11ySettings structure contains keyboard accessibility | ||||
|  * settings | ||||
|  * | ||||
|  */ | ||||
| typedef struct _ClutterKbdA11ySettings | ||||
| { | ||||
|   ClutterKeyboardA11yFlags controls; | ||||
|   gint slowkeys_delay; | ||||
|   gint debounce_delay; | ||||
|   gint timeout_delay; | ||||
|   gint mousekeys_init_delay; | ||||
|   gint mousekeys_max_speed; | ||||
|   gint mousekeys_accel_time; | ||||
| } ClutterKbdA11ySettings; | ||||
|  | ||||
| /** | ||||
|  * ClutterDeviceManager: | ||||
|  * | ||||
|  * The #ClutterDeviceManager structure contains only private data | ||||
|  * | ||||
|  * Since: 1.2 | ||||
|  */ | ||||
| struct _ClutterDeviceManager | ||||
| { | ||||
|   /*< private >*/ | ||||
|   GObject parent_instance; | ||||
|  | ||||
|   ClutterDeviceManagerPrivate *priv; | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * ClutterDeviceManagerClass: | ||||
|  * | ||||
|  * The #ClutterDeviceManagerClass structure contains only private data | ||||
|  * | ||||
|  * Since: 1.2 | ||||
|  */ | ||||
| struct _ClutterDeviceManagerClass | ||||
| { | ||||
|   /*< private >*/ | ||||
|   GObjectClass parent_class; | ||||
|  | ||||
|   const GSList *      (* get_devices)     (ClutterDeviceManager   *device_manager); | ||||
|   ClutterInputDevice *(* get_core_device) (ClutterDeviceManager   *device_manager, | ||||
|                                            ClutterInputDeviceType  device_type); | ||||
|   ClutterInputDevice *(* get_device)      (ClutterDeviceManager   *device_manager, | ||||
|                                            gint                    device_id); | ||||
|  | ||||
|   void                (* add_device)      (ClutterDeviceManager   *manager, | ||||
|                                            ClutterInputDevice     *device); | ||||
|   void                (* remove_device)   (ClutterDeviceManager   *manager, | ||||
|                                            ClutterInputDevice     *device); | ||||
|   void                (* select_stage_events) (ClutterDeviceManager *manager, | ||||
|                                                ClutterStage       *stage); | ||||
|   ClutterVirtualInputDevice *(* create_virtual_device) (ClutterDeviceManager  *device_manager, | ||||
|                                                         ClutterInputDeviceType device_type); | ||||
|   ClutterVirtualDeviceType (* get_supported_virtual_device_types) (ClutterDeviceManager *device_manager); | ||||
|   void                (* compress_motion) (ClutterDeviceManager *device_manger, | ||||
|                                            ClutterEvent         *event, | ||||
|                                            const ClutterEvent   *to_discard); | ||||
|   /* Keyboard accessbility */ | ||||
|   void                (* apply_kbd_a11y_settings) (ClutterDeviceManager   *device_manger, | ||||
|                                                    ClutterKbdA11ySettings *settings); | ||||
|   /* padding */ | ||||
|   gpointer _padding[6]; | ||||
| }; | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| GType clutter_device_manager_get_type (void) G_GNUC_CONST; | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| ClutterDeviceManager *clutter_device_manager_get_default     (void); | ||||
| CLUTTER_EXPORT | ||||
| GSList *              clutter_device_manager_list_devices    (ClutterDeviceManager   *device_manager); | ||||
| CLUTTER_EXPORT | ||||
| const GSList *        clutter_device_manager_peek_devices    (ClutterDeviceManager   *device_manager); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| ClutterInputDevice *  clutter_device_manager_get_device      (ClutterDeviceManager   *device_manager, | ||||
|                                                               gint                    device_id); | ||||
| CLUTTER_EXPORT | ||||
| ClutterInputDevice *  clutter_device_manager_get_core_device (ClutterDeviceManager   *device_manager, | ||||
|                                                               ClutterInputDeviceType  device_type); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| ClutterVirtualInputDevice *clutter_device_manager_create_virtual_device (ClutterDeviceManager  *device_manager, | ||||
|                                                                          ClutterInputDeviceType device_type); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| ClutterVirtualDeviceType clutter_device_manager_get_supported_virtual_device_types (ClutterDeviceManager *device_manager); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void clutter_device_manager_set_kbd_a11y_settings (ClutterDeviceManager   *device_manager, | ||||
|                                                    ClutterKbdA11ySettings *settings); | ||||
| CLUTTER_EXPORT | ||||
| void clutter_device_manager_get_kbd_a11y_settings (ClutterDeviceManager   *device_manager, | ||||
|                                                    ClutterKbdA11ySettings *settings); | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
| #endif /* __CLUTTER_DEVICE_MANAGER_H__ */ | ||||
							
								
								
									
										1320
									
								
								clutter/clutter/clutter-drag-action.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1320
									
								
								clutter/clutter/clutter-drag-action.c
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										152
									
								
								clutter/clutter/clutter-drag-action.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										152
									
								
								clutter/clutter/clutter-drag-action.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,152 @@ | ||||
| /* | ||||
|  * Clutter. | ||||
|  * | ||||
|  * An OpenGL based 'interactive canvas' library. | ||||
|  * | ||||
|  * Copyright (C) 2010  Intel Corporation. | ||||
|  * | ||||
|  * This library is free software; you can redistribute it and/or | ||||
|  * modify it under the terms of the GNU Lesser General Public | ||||
|  * License as published by the Free Software Foundation; either | ||||
|  * version 2 of the License, or (at your option) any later version. | ||||
|  * | ||||
|  * This library is distributed in the hope that it will be useful, | ||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | ||||
|  * Lesser General Public License for more details. | ||||
|  * | ||||
|  * You should have received a copy of the GNU Lesser General Public | ||||
|  * License along with this library. If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  * Author: | ||||
|  *   Emmanuele Bassi <ebassi@linux.intel.com> | ||||
|  */ | ||||
|  | ||||
| #ifndef __CLUTTER_DRAG_ACTION_H__ | ||||
| #define __CLUTTER_DRAG_ACTION_H__ | ||||
|  | ||||
| #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) | ||||
| #error "Only <clutter/clutter.h> can be included directly." | ||||
| #endif | ||||
|  | ||||
| #include <clutter/clutter-action.h> | ||||
| #include <clutter/clutter-event.h> | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
|  | ||||
| #define CLUTTER_TYPE_DRAG_ACTION                (clutter_drag_action_get_type ()) | ||||
| #define CLUTTER_DRAG_ACTION(obj)                (G_TYPE_CHECK_INSTANCE_CAST ((obj), CLUTTER_TYPE_DRAG_ACTION, ClutterDragAction)) | ||||
| #define CLUTTER_IS_DRAG_ACTION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CLUTTER_TYPE_DRAG_ACTION)) | ||||
| #define CLUTTER_DRAG_ACTION_CLASS(klass)        (G_TYPE_CHECK_CLASS_CAST ((klass), CLUTTER_TYPE_DRAG_ACTION, ClutterDragActionClass)) | ||||
| #define CLUTTER_IS_DRAG_ACTION_CLASS(klass)     (G_TYPE_CHECK_CLASS_TYPE ((klass), CLUTTER_TYPE_DRAG_ACTION)) | ||||
| #define CLUTTER_DRAG_ACTION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), CLUTTER_TYPE_DRAG_ACTION, ClutterDragActionClass)) | ||||
|  | ||||
| typedef struct _ClutterDragAction               ClutterDragAction; | ||||
| typedef struct _ClutterDragActionPrivate        ClutterDragActionPrivate; | ||||
| typedef struct _ClutterDragActionClass          ClutterDragActionClass; | ||||
|  | ||||
| /** | ||||
|  * ClutterDragAction: | ||||
|  * | ||||
|  * The #ClutterDragAction structure contains only | ||||
|  * private data and should be accessed using the provided API | ||||
|  * | ||||
|  * Since: 1.4 | ||||
|  */ | ||||
| struct _ClutterDragAction | ||||
| { | ||||
|   /*< private >*/ | ||||
|   ClutterAction parent_instance; | ||||
|  | ||||
|   ClutterDragActionPrivate *priv; | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * ClutterDragActionClass: | ||||
|  * @drag_begin: class handler of the #ClutterDragAction::drag-begin signal | ||||
|  * @drag_motion: class handler of the #ClutterDragAction::drag-motion signal | ||||
|  * @drag_end: class handler of the #ClutterDragAction::drag-end signal | ||||
|  * @drag_progress: class handler of the #ClutterDragAction::drag-progress signal | ||||
|  * | ||||
|  * The #ClutterDragActionClass structure contains | ||||
|  * only private data | ||||
|  * | ||||
|  * Since: 1.4 | ||||
|  */ | ||||
| struct _ClutterDragActionClass | ||||
| { | ||||
|   /*< private >*/ | ||||
|   ClutterActionClass parent_class; | ||||
|  | ||||
|   /*< public >*/ | ||||
|   void          (* drag_begin)          (ClutterDragAction   *action, | ||||
|                                          ClutterActor        *actor, | ||||
|                                          gfloat               event_x, | ||||
|                                          gfloat               event_y, | ||||
|                                          ClutterModifierType  modifiers); | ||||
|   void          (* drag_motion)         (ClutterDragAction   *action, | ||||
|                                          ClutterActor        *actor, | ||||
|                                          gfloat               delta_x, | ||||
|                                          gfloat               delta_y); | ||||
|   void          (* drag_end)            (ClutterDragAction   *action, | ||||
|                                          ClutterActor        *actor, | ||||
|                                          gfloat               event_x, | ||||
|                                          gfloat               event_y, | ||||
|                                          ClutterModifierType  modifiers); | ||||
|   gboolean      (* drag_progress)       (ClutterDragAction   *action, | ||||
|                                          ClutterActor        *actor, | ||||
|                                          gfloat               delta_x, | ||||
|                                          gfloat               delta_y); | ||||
|  | ||||
|   /*< private >*/ | ||||
|   void (* _clutter_drag_action1) (void); | ||||
|   void (* _clutter_drag_action2) (void); | ||||
|   void (* _clutter_drag_action3) (void); | ||||
|   void (* _clutter_drag_action4) (void); | ||||
| }; | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| GType clutter_drag_action_get_type (void) G_GNUC_CONST; | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| ClutterAction * clutter_drag_action_new                   (void); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void            clutter_drag_action_set_drag_threshold (ClutterDragAction *action, | ||||
|                                                         gint               x_threshold, | ||||
|                                                         gint               y_threshold); | ||||
| CLUTTER_EXPORT | ||||
| void            clutter_drag_action_get_drag_threshold (ClutterDragAction *action, | ||||
|                                                         guint             *x_threshold, | ||||
|                                                         guint             *y_threshold); | ||||
| CLUTTER_EXPORT | ||||
| void            clutter_drag_action_set_drag_handle    (ClutterDragAction *action, | ||||
|                                                         ClutterActor      *handle); | ||||
| CLUTTER_EXPORT | ||||
| ClutterActor *  clutter_drag_action_get_drag_handle    (ClutterDragAction *action); | ||||
| CLUTTER_EXPORT | ||||
| void            clutter_drag_action_set_drag_axis      (ClutterDragAction *action, | ||||
|                                                         ClutterDragAxis    axis); | ||||
| CLUTTER_EXPORT | ||||
| ClutterDragAxis clutter_drag_action_get_drag_axis      (ClutterDragAction *action); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void            clutter_drag_action_get_press_coords   (ClutterDragAction *action, | ||||
|                                                         gfloat            *press_x, | ||||
|                                                         gfloat            *press_y); | ||||
| CLUTTER_EXPORT | ||||
| void            clutter_drag_action_get_motion_coords  (ClutterDragAction *action, | ||||
|                                                         gfloat            *motion_x, | ||||
|                                                         gfloat            *motion_y); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| gboolean        clutter_drag_action_get_drag_area      (ClutterDragAction *action, | ||||
|                                                         ClutterRect       *drag_area); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void            clutter_drag_action_set_drag_area      (ClutterDragAction *action, | ||||
|                                                         const ClutterRect *drag_area); | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
| #endif /* __CLUTTER_DRAG_ACTION_H__ */ | ||||
							
								
								
									
										531
									
								
								clutter/clutter/clutter-drop-action.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										531
									
								
								clutter/clutter/clutter-drop-action.c
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,531 @@ | ||||
| /* | ||||
|  * Clutter. | ||||
|  * | ||||
|  * An OpenGL based 'interactive canvas' library. | ||||
|  * | ||||
|  * Copyright © 2011  Intel Corporation. | ||||
|  * | ||||
|  * This library is free software; you can redistribute it and/or | ||||
|  * modify it under the terms of the GNU Lesser General Public | ||||
|  * License as published by the Free Software Foundation; either | ||||
|  * version 2 of the License, or (at your option) any later version. | ||||
|  * | ||||
|  * This library is distributed in the hope that it will be useful, | ||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | ||||
|  * Lesser General Public License for more details. | ||||
|  * | ||||
|  * You should have received a copy of the GNU Lesser General Public | ||||
|  * License along with this library. If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  * Author: | ||||
|  *   Emmanuele Bassi <ebassi@linux.intel.com> | ||||
|  */ | ||||
|  | ||||
| /** | ||||
|  * SECTION:clutter-drop-action | ||||
|  * @Title: ClutterDropAction | ||||
|  * @short_description: An action for drop targets | ||||
|  * | ||||
|  * #ClutterDropAction is a #ClutterAction that allows a #ClutterActor | ||||
|  * implementation to control what happens when an actor dragged using | ||||
|  * a #ClutterDragAction crosses the target area or when a dragged actor | ||||
|  * is released (or "dropped") on the target area. | ||||
|  * | ||||
|  * A trivial use of #ClutterDropAction consists in connecting to the | ||||
|  * #ClutterDropAction::drop signal and handling the drop from there, | ||||
|  * for instance: | ||||
|  * | ||||
|  * |[<!-- language="C" --> | ||||
|  *   ClutterAction *action = clutter_drop_action (); | ||||
|  * | ||||
|  *   g_signal_connect (action, "drop", G_CALLBACK (on_drop), NULL); | ||||
|  *   clutter_actor_add_action (an_actor, action); | ||||
|  * ]| | ||||
|  * | ||||
|  * The #ClutterDropAction::can-drop can be used to control whether the | ||||
|  * #ClutterDropAction::drop signal is going to be emitted; returning %FALSE | ||||
|  * from a handler connected to the #ClutterDropAction::can-drop signal will | ||||
|  * cause the #ClutterDropAction::drop signal to be skipped when the input | ||||
|  * device button is released. | ||||
|  * | ||||
|  * It's important to note that #ClutterDropAction will only work with | ||||
|  * actors dragged using #ClutterDragAction. | ||||
|  * | ||||
|  * See [drop-action.c](https://git.gnome.org/browse/clutter/tree/examples/drop-action.c?h=clutter-1.18) | ||||
|  * for an example of how to use #ClutterDropAction. | ||||
|  * | ||||
|  * #ClutterDropAction is available since Clutter 1.8 | ||||
|  */ | ||||
|  | ||||
| #include "clutter-build-config.h" | ||||
|  | ||||
| #include "clutter-drop-action.h" | ||||
|  | ||||
| #include "clutter-actor-meta-private.h" | ||||
| #include "clutter-actor-private.h" | ||||
| #include "clutter-drag-action.h" | ||||
| #include "clutter-main.h" | ||||
| #include "clutter-marshal.h" | ||||
| #include "clutter-stage-private.h" | ||||
|  | ||||
| struct _ClutterDropActionPrivate | ||||
| { | ||||
|   ClutterActor *actor; | ||||
|   ClutterActor *stage; | ||||
|  | ||||
|   gulong mapped_id; | ||||
| }; | ||||
|  | ||||
| typedef struct _DropTarget { | ||||
|   ClutterActor *stage; | ||||
|  | ||||
|   gulong capture_id; | ||||
|  | ||||
|   GHashTable *actions; | ||||
|  | ||||
|   ClutterDropAction *last_action; | ||||
| } DropTarget; | ||||
|  | ||||
| enum | ||||
| { | ||||
|   CAN_DROP, | ||||
|   OVER_IN, | ||||
|   OVER_OUT, | ||||
|   DROP, | ||||
|   DROP_CANCEL, | ||||
|  | ||||
|   LAST_SIGNAL | ||||
| }; | ||||
|  | ||||
| static guint drop_signals[LAST_SIGNAL] = { 0, }; | ||||
|  | ||||
| G_DEFINE_TYPE_WITH_PRIVATE (ClutterDropAction, clutter_drop_action, CLUTTER_TYPE_ACTION) | ||||
|  | ||||
| static void | ||||
| drop_target_free (gpointer _data) | ||||
| { | ||||
|   DropTarget *data = _data; | ||||
|  | ||||
|   g_signal_handler_disconnect (data->stage, data->capture_id); | ||||
|   g_hash_table_destroy (data->actions); | ||||
|   g_free (data); | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| on_stage_capture (ClutterStage *stage, | ||||
|                   ClutterEvent *event, | ||||
|                   gpointer      user_data) | ||||
| { | ||||
|   DropTarget *data = user_data; | ||||
|   gfloat event_x, event_y; | ||||
|   ClutterActor *actor, *drag_actor; | ||||
|   ClutterDropAction *drop_action; | ||||
|   ClutterInputDevice *device; | ||||
|   gboolean was_reactive; | ||||
|  | ||||
|   switch (clutter_event_type (event)) | ||||
|     { | ||||
|     case CLUTTER_MOTION: | ||||
|     case CLUTTER_BUTTON_RELEASE: | ||||
|       if (clutter_event_type (event) == CLUTTER_MOTION && | ||||
|           !(clutter_event_get_state (event) & CLUTTER_BUTTON1_MASK)) | ||||
|         return CLUTTER_EVENT_PROPAGATE; | ||||
|  | ||||
|       if (clutter_event_type (event) == CLUTTER_BUTTON_RELEASE && | ||||
|           clutter_event_get_button (event) != CLUTTER_BUTTON_PRIMARY) | ||||
|         return CLUTTER_EVENT_PROPAGATE; | ||||
|  | ||||
|       device = clutter_event_get_device (event); | ||||
|       drag_actor = _clutter_stage_get_pointer_drag_actor (stage, device); | ||||
|       if (drag_actor == NULL) | ||||
|         return CLUTTER_EVENT_PROPAGATE; | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_TOUCH_UPDATE: | ||||
|     case CLUTTER_TOUCH_END: | ||||
|       drag_actor = _clutter_stage_get_touch_drag_actor (stage, | ||||
|                                                         clutter_event_get_event_sequence (event)); | ||||
|       if (drag_actor == NULL) | ||||
|         return CLUTTER_EVENT_PROPAGATE; | ||||
|       break; | ||||
|  | ||||
|     default: | ||||
|       return CLUTTER_EVENT_PROPAGATE; | ||||
|     } | ||||
|  | ||||
|   clutter_event_get_coords (event, &event_x, &event_y); | ||||
|  | ||||
|   /* get the actor under the cursor, excluding the dragged actor; we | ||||
|    * use reactivity because it won't cause any scene invalidation | ||||
|    */ | ||||
|   was_reactive = clutter_actor_get_reactive (drag_actor); | ||||
|   clutter_actor_set_reactive (drag_actor, FALSE); | ||||
|  | ||||
|   actor = clutter_stage_get_actor_at_pos (stage, CLUTTER_PICK_REACTIVE, | ||||
|                                           event_x, | ||||
|                                           event_y); | ||||
|   if (actor == NULL || actor == CLUTTER_ACTOR (stage)) | ||||
|     { | ||||
|       if (data->last_action != NULL) | ||||
|         { | ||||
|           ClutterActorMeta *meta = CLUTTER_ACTOR_META (data->last_action); | ||||
|  | ||||
|           g_signal_emit (data->last_action, drop_signals[OVER_OUT], 0, | ||||
|                          clutter_actor_meta_get_actor (meta)); | ||||
|  | ||||
|           data->last_action = NULL; | ||||
|         } | ||||
|  | ||||
|       goto out; | ||||
|     } | ||||
|  | ||||
|   drop_action = g_hash_table_lookup (data->actions, actor); | ||||
|  | ||||
|   if (drop_action == NULL) | ||||
|     { | ||||
|       if (data->last_action != NULL) | ||||
|         { | ||||
|           ClutterActorMeta *meta = CLUTTER_ACTOR_META (data->last_action); | ||||
|  | ||||
|           g_signal_emit (data->last_action, drop_signals[OVER_OUT], 0, | ||||
|                          clutter_actor_meta_get_actor (meta)); | ||||
|  | ||||
|           data->last_action = NULL; | ||||
|         } | ||||
|  | ||||
|       goto out; | ||||
|     } | ||||
|   else | ||||
|     { | ||||
|       if (data->last_action != drop_action) | ||||
|         { | ||||
|           ClutterActorMeta *meta; | ||||
|  | ||||
|           if (data->last_action != NULL) | ||||
|             { | ||||
|               meta = CLUTTER_ACTOR_META (data->last_action); | ||||
|  | ||||
|               g_signal_emit (data->last_action, drop_signals[OVER_OUT], 0, | ||||
|                              clutter_actor_meta_get_actor (meta)); | ||||
|             } | ||||
|  | ||||
|           meta = CLUTTER_ACTOR_META (drop_action); | ||||
|  | ||||
|           g_signal_emit (drop_action, drop_signals[OVER_IN], 0, | ||||
|                          clutter_actor_meta_get_actor (meta)); | ||||
|         } | ||||
|  | ||||
|       data->last_action = drop_action; | ||||
|     } | ||||
|  | ||||
| out: | ||||
|   if (clutter_event_type (event) == CLUTTER_BUTTON_RELEASE || | ||||
|       clutter_event_type (event) == CLUTTER_TOUCH_END) | ||||
|     { | ||||
|       if (data->last_action != NULL) | ||||
|         { | ||||
|           ClutterActorMeta *meta = CLUTTER_ACTOR_META (data->last_action); | ||||
|           gboolean can_drop = FALSE; | ||||
|  | ||||
|           g_signal_emit (data->last_action, drop_signals[CAN_DROP], 0, | ||||
|                          clutter_actor_meta_get_actor (meta), | ||||
|                          event_x, event_y, | ||||
|                          &can_drop); | ||||
|  | ||||
|           if (can_drop) | ||||
|             { | ||||
|               g_signal_emit (data->last_action, drop_signals[DROP], 0, | ||||
|                              clutter_actor_meta_get_actor (meta), | ||||
|                              event_x, event_y); | ||||
|             } | ||||
| 	  else | ||||
|             { | ||||
|               g_signal_emit (data->last_action, drop_signals[DROP_CANCEL], 0, | ||||
|                              clutter_actor_meta_get_actor (meta), | ||||
|                              event_x, event_y); | ||||
|             } | ||||
|  | ||||
|         } | ||||
|  | ||||
|       data->last_action = NULL; | ||||
|     } | ||||
|  | ||||
|   if (drag_actor != NULL) | ||||
|     clutter_actor_set_reactive (drag_actor, was_reactive); | ||||
|  | ||||
|   return CLUTTER_EVENT_PROPAGATE; | ||||
| } | ||||
|  | ||||
| static void | ||||
| drop_action_register (ClutterDropAction *self) | ||||
| { | ||||
|   ClutterDropActionPrivate *priv = self->priv; | ||||
|   DropTarget *data; | ||||
|  | ||||
|   g_assert (priv->stage != NULL); | ||||
|  | ||||
|   data = g_object_get_data (G_OBJECT (priv->stage), "__clutter_drop_targets"); | ||||
|   if (data == NULL) | ||||
|     { | ||||
|       data = g_new0 (DropTarget, 1); | ||||
|  | ||||
|       data->stage = priv->stage; | ||||
|       data->actions = g_hash_table_new (NULL, NULL); | ||||
|       data->capture_id = g_signal_connect (priv->stage, "captured-event", | ||||
|                                            G_CALLBACK (on_stage_capture), | ||||
|                                            data); | ||||
|       g_object_set_data_full (G_OBJECT (priv->stage), "__clutter_drop_targets", | ||||
|                               data, | ||||
|                               drop_target_free); | ||||
|     } | ||||
|  | ||||
|   g_hash_table_replace (data->actions, priv->actor, self); | ||||
| } | ||||
|  | ||||
| static void | ||||
| drop_action_unregister (ClutterDropAction *self) | ||||
| { | ||||
|   ClutterDropActionPrivate *priv = self->priv; | ||||
|   DropTarget *data = NULL; | ||||
|  | ||||
|   if (priv->stage != NULL) | ||||
|     data = g_object_get_data (G_OBJECT (priv->stage), "__clutter_drop_targets"); | ||||
|  | ||||
|   if (data == NULL) | ||||
|     return; | ||||
|  | ||||
|   g_hash_table_remove (data->actions, priv->actor); | ||||
|   if (g_hash_table_size (data->actions) == 0) | ||||
|     g_object_set_data (G_OBJECT (data->stage), "__clutter_drop_targets", NULL); | ||||
| } | ||||
|  | ||||
| static void | ||||
| on_actor_mapped (ClutterActor      *actor, | ||||
|                  GParamSpec        *pspec, | ||||
|                  ClutterDropAction *self) | ||||
| { | ||||
|   if (clutter_actor_is_mapped (actor)) | ||||
|     { | ||||
|       if (self->priv->stage == NULL) | ||||
|         self->priv->stage = clutter_actor_get_stage (actor); | ||||
|  | ||||
|       drop_action_register (self); | ||||
|     } | ||||
|   else | ||||
|     drop_action_unregister (self); | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_drop_action_set_actor (ClutterActorMeta *meta, | ||||
|                                ClutterActor     *actor) | ||||
| { | ||||
|   ClutterDropActionPrivate *priv = CLUTTER_DROP_ACTION (meta)->priv; | ||||
|  | ||||
|   if (priv->actor != NULL) | ||||
|     { | ||||
|       drop_action_unregister (CLUTTER_DROP_ACTION (meta)); | ||||
|  | ||||
|       if (priv->mapped_id != 0) | ||||
|         g_signal_handler_disconnect (priv->actor, priv->mapped_id); | ||||
|  | ||||
|       priv->stage = NULL; | ||||
|       priv->actor = NULL; | ||||
|       priv->mapped_id = 0; | ||||
|     } | ||||
|  | ||||
|   priv->actor = actor; | ||||
|  | ||||
|   if (priv->actor != NULL) | ||||
|     { | ||||
|       priv->stage = clutter_actor_get_stage (actor); | ||||
|       priv->mapped_id = g_signal_connect (actor, "notify::mapped", | ||||
|                                           G_CALLBACK (on_actor_mapped), | ||||
|                                           meta); | ||||
|  | ||||
|       if (priv->stage != NULL) | ||||
|         drop_action_register (CLUTTER_DROP_ACTION (meta)); | ||||
|     } | ||||
|  | ||||
|   CLUTTER_ACTOR_META_CLASS (clutter_drop_action_parent_class)->set_actor (meta, actor); | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| signal_accumulator (GSignalInvocationHint *ihint, | ||||
|                     GValue                *return_accu, | ||||
|                     const GValue          *handler_return, | ||||
|                     gpointer               user_data) | ||||
| { | ||||
|   gboolean continue_emission; | ||||
|  | ||||
|   continue_emission = g_value_get_boolean (handler_return); | ||||
|   g_value_set_boolean (return_accu, continue_emission); | ||||
|  | ||||
|   return continue_emission; | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| clutter_drop_action_real_can_drop (ClutterDropAction *action, | ||||
|                                    ClutterActor      *actor, | ||||
|                                    gfloat             event_x, | ||||
|                                    gfloat             event_y) | ||||
| { | ||||
|   return TRUE; | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_drop_action_class_init (ClutterDropActionClass *klass) | ||||
| { | ||||
|   ClutterActorMetaClass *meta_class = CLUTTER_ACTOR_META_CLASS (klass); | ||||
|  | ||||
|   meta_class->set_actor = clutter_drop_action_set_actor; | ||||
|  | ||||
|   klass->can_drop = clutter_drop_action_real_can_drop; | ||||
|  | ||||
|   /** | ||||
|    * ClutterDropAction::can-drop: | ||||
|    * @action: the #ClutterDropAction that emitted the signal | ||||
|    * @actor: the #ClutterActor attached to the @action | ||||
|    * @event_x: the X coordinate (in stage space) of the drop event | ||||
|    * @event_y: the Y coordinate (in stage space) of the drop event | ||||
|    * | ||||
|    * The ::can-drop signal is emitted when the dragged actor is dropped | ||||
|    * on @actor. The return value of the ::can-drop signal will determine | ||||
|    * whether or not the #ClutterDropAction::drop signal is going to be | ||||
|    * emitted on @action. | ||||
|    * | ||||
|    * The default implementation of #ClutterDropAction returns %TRUE for | ||||
|    * this signal. | ||||
|    * | ||||
|    * Return value: %TRUE if the drop is accepted, and %FALSE otherwise | ||||
|    * | ||||
|    * Since: 1.8 | ||||
|    */ | ||||
|   drop_signals[CAN_DROP] = | ||||
|     g_signal_new (I_("can-drop"), | ||||
|                   G_TYPE_FROM_CLASS (klass), | ||||
|                   G_SIGNAL_RUN_LAST, | ||||
|                   G_STRUCT_OFFSET (ClutterDropActionClass, can_drop), | ||||
|                   signal_accumulator, NULL, | ||||
|                   _clutter_marshal_BOOLEAN__OBJECT_FLOAT_FLOAT, | ||||
|                   G_TYPE_BOOLEAN, 3, | ||||
|                   CLUTTER_TYPE_ACTOR, | ||||
|                   G_TYPE_FLOAT, | ||||
|                   G_TYPE_FLOAT); | ||||
|  | ||||
|   /** | ||||
|    * ClutterDropAction::over-in: | ||||
|    * @action: the #ClutterDropAction that emitted the signal | ||||
|    * @actor: the #ClutterActor attached to the @action | ||||
|    * | ||||
|    * The ::over-in signal is emitted when the dragged actor crosses | ||||
|    * into @actor. | ||||
|    * | ||||
|    * Since: 1.8 | ||||
|    */ | ||||
|   drop_signals[OVER_IN] = | ||||
|     g_signal_new (I_("over-in"), | ||||
|                   G_TYPE_FROM_CLASS (klass), | ||||
|                   G_SIGNAL_RUN_LAST, | ||||
|                   G_STRUCT_OFFSET (ClutterDropActionClass, over_in), | ||||
|                   NULL, NULL, | ||||
|                   _clutter_marshal_VOID__OBJECT, | ||||
|                   G_TYPE_NONE, 1, | ||||
|                   CLUTTER_TYPE_ACTOR); | ||||
|  | ||||
|   /** | ||||
|    * ClutterDropAction::over-out: | ||||
|    * @action: the #ClutterDropAction that emitted the signal | ||||
|    * @actor: the #ClutterActor attached to the @action | ||||
|    * | ||||
|    * The ::over-out signal is emitted when the dragged actor crosses | ||||
|    * outside @actor. | ||||
|    * | ||||
|    * Since: 1.8 | ||||
|    */ | ||||
|   drop_signals[OVER_OUT] = | ||||
|     g_signal_new (I_("over-out"), | ||||
|                   G_TYPE_FROM_CLASS (klass), | ||||
|                   G_SIGNAL_RUN_LAST, | ||||
|                   G_STRUCT_OFFSET (ClutterDropActionClass, over_out), | ||||
|                   NULL, NULL, | ||||
|                   _clutter_marshal_VOID__OBJECT, | ||||
|                   G_TYPE_NONE, 1, | ||||
|                   CLUTTER_TYPE_ACTOR); | ||||
|  | ||||
|   /** | ||||
|    * ClutterDropAction::drop: | ||||
|    * @action: the #ClutterDropAction that emitted the signal | ||||
|    * @actor: the #ClutterActor attached to the @action | ||||
|    * @event_x: the X coordinate (in stage space) of the drop event | ||||
|    * @event_y: the Y coordinate (in stage space) of the drop event | ||||
|    * | ||||
|    * The ::drop signal is emitted when the dragged actor is dropped | ||||
|    * on @actor. This signal is only emitted if at least an handler of | ||||
|    * #ClutterDropAction::can-drop returns %TRUE. | ||||
|    * | ||||
|    * Since: 1.8 | ||||
|    */ | ||||
|   drop_signals[DROP] = | ||||
|     g_signal_new (I_("drop"), | ||||
|                   G_TYPE_FROM_CLASS (klass), | ||||
|                   G_SIGNAL_RUN_LAST, | ||||
|                   G_STRUCT_OFFSET (ClutterDropActionClass, drop), | ||||
|                   NULL, NULL, | ||||
|                   _clutter_marshal_VOID__OBJECT_FLOAT_FLOAT, | ||||
|                   G_TYPE_NONE, 3, | ||||
|                   CLUTTER_TYPE_ACTOR, | ||||
|                   G_TYPE_FLOAT, | ||||
|                   G_TYPE_FLOAT); | ||||
|  | ||||
|  | ||||
|   /** | ||||
|    * ClutterDropAction::drop-cancel: | ||||
|    * @action: the #ClutterDropAction that emitted the signal | ||||
|    * @actor: the #ClutterActor attached to the @action | ||||
|    * @event_x: the X coordinate (in stage space) of the drop event | ||||
|    * @event_y: the Y coordinate (in stage space) of the drop event | ||||
|    * | ||||
|    * The ::drop-cancel signal is emitted when the drop is refused | ||||
|    * by an emission of the #ClutterDropAction::can-drop signal. | ||||
|    * | ||||
|    * After the ::drop-cancel signal is fired the active drag is | ||||
|    * terminated. | ||||
|    * | ||||
|    * Since: 1.12 | ||||
|    */ | ||||
|   drop_signals[DROP_CANCEL] = | ||||
|     g_signal_new (I_("drop-cancel"), | ||||
|                   G_TYPE_FROM_CLASS (klass), | ||||
|                   G_SIGNAL_RUN_LAST, | ||||
|                   G_STRUCT_OFFSET (ClutterDropActionClass, drop), | ||||
|                   NULL, NULL, | ||||
|                   _clutter_marshal_VOID__OBJECT_FLOAT_FLOAT, | ||||
|                   G_TYPE_NONE, 3, | ||||
|                   CLUTTER_TYPE_ACTOR, | ||||
|                   G_TYPE_FLOAT, | ||||
|                   G_TYPE_FLOAT); | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_drop_action_init (ClutterDropAction *self) | ||||
| { | ||||
|   self->priv = clutter_drop_action_get_instance_private (self); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_drop_action_new: | ||||
|  * | ||||
|  * Creates a new #ClutterDropAction. | ||||
|  * | ||||
|  * Use clutter_actor_add_action() to add the action to a #ClutterActor. | ||||
|  * | ||||
|  * Return value: the newly created #ClutterDropAction | ||||
|  * | ||||
|  * Since: 1.8 | ||||
|  */ | ||||
| ClutterAction * | ||||
| clutter_drop_action_new (void) | ||||
| { | ||||
|   return g_object_new (CLUTTER_TYPE_DROP_ACTION, NULL); | ||||
| } | ||||
							
								
								
									
										115
									
								
								clutter/clutter/clutter-drop-action.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										115
									
								
								clutter/clutter/clutter-drop-action.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,115 @@ | ||||
| /* | ||||
|  * Clutter. | ||||
|  * | ||||
|  * An OpenGL based 'interactive canvas' library. | ||||
|  * | ||||
|  * Copyright © 2011  Intel Corporation. | ||||
|  * | ||||
|  * This library is free software; you can redistribute it and/or | ||||
|  * modify it under the terms of the GNU Lesser General Public | ||||
|  * License as published by the Free Software Foundation; either | ||||
|  * version 2 of the License, or (at your option) any later version. | ||||
|  * | ||||
|  * This library is distributed in the hope that it will be useful, | ||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | ||||
|  * Lesser General Public License for more details. | ||||
|  * | ||||
|  * You should have received a copy of the GNU Lesser General Public | ||||
|  * License along with this library. If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  * Author: | ||||
|  *   Emmanuele Bassi <ebassi@linux.intel.com> | ||||
|  */ | ||||
|  | ||||
| #ifndef __CLUTTER_DROP_ACTION_H__ | ||||
| #define __CLUTTER_DROP_ACTION_H__ | ||||
|  | ||||
| #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) | ||||
| #error "Only <clutter/clutter.h> can be directly included." | ||||
| #endif | ||||
|  | ||||
| #include <clutter/clutter-action.h> | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
|  | ||||
| #define CLUTTER_TYPE_DROP_ACTION                (clutter_drop_action_get_type ()) | ||||
| #define CLUTTER_DROP_ACTION(obj)                (G_TYPE_CHECK_INSTANCE_CAST ((obj), CLUTTER_TYPE_DROP_ACTION, ClutterDropAction)) | ||||
| #define CLUTTER_IS_DROP_ACTION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CLUTTER_TYPE_DROP_ACTION)) | ||||
| #define CLUTTER_DROP_ACTION_CLASS(klass)        (G_TYPE_CHECK_CLASS_CAST ((klass), CLUTTER_TYPE_DROP_ACTION, ClutterDropActionClass)) | ||||
| #define CLUTTER_IS_DROP_ACTION_CLASS(klass)     (G_TYPE_CHECK_CLASS_TYPE ((klass), CLUTTER_TYPE_DROP_ACTION)) | ||||
| #define CLUTTER_DROP_ACTION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), CLUTTER_TYPE_DROP_ACTION, ClutterDropActionClass)) | ||||
|  | ||||
| typedef struct _ClutterDropAction               ClutterDropAction; | ||||
| typedef struct _ClutterDropActionPrivate        ClutterDropActionPrivate; | ||||
| typedef struct _ClutterDropActionClass          ClutterDropActionClass; | ||||
|  | ||||
| /** | ||||
|  * ClutterDropAction: | ||||
|  * | ||||
|  * The #ClutterDropAction structure contains only | ||||
|  * private data and should be accessed using the provided API. | ||||
|  * | ||||
|  * Since: 1.8 | ||||
|  */ | ||||
| struct _ClutterDropAction | ||||
| { | ||||
|   /*< private >*/ | ||||
|   ClutterAction parent_instance; | ||||
|  | ||||
|   ClutterDropActionPrivate *priv; | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * ClutterDropActionClass: | ||||
|  * @can_drop: class handler for the #ClutterDropAction::can-drop signal | ||||
|  * @over_in: class handler for the #ClutterDropAction::over-in signal | ||||
|  * @over_out: class handler for the #ClutterDropAction::over-out signal | ||||
|  * @drop: class handler for the #ClutterDropAction::drop signal | ||||
|  * | ||||
|  * The #ClutterDropActionClass structure contains | ||||
|  * only private data. | ||||
|  * | ||||
|  * Since: 1.8 | ||||
|  */ | ||||
| struct _ClutterDropActionClass | ||||
| { | ||||
|   /*< private >*/ | ||||
|   ClutterActionClass parent_class; | ||||
|  | ||||
|   /*< public >*/ | ||||
|   gboolean (* can_drop) (ClutterDropAction *action, | ||||
|                          ClutterActor      *actor, | ||||
|                          gfloat             event_x, | ||||
|                          gfloat             event_y); | ||||
|  | ||||
|   void     (* over_in)  (ClutterDropAction *action, | ||||
|                          ClutterActor      *actor); | ||||
|   void     (* over_out) (ClutterDropAction *action, | ||||
|                          ClutterActor      *actor); | ||||
|  | ||||
|   void     (* drop)     (ClutterDropAction *action, | ||||
|                          ClutterActor      *actor, | ||||
|                          gfloat             event_x, | ||||
|                          gfloat             event_y); | ||||
|  | ||||
|   /*< private >*/ | ||||
|   void (*_clutter_drop_action1) (void); | ||||
|   void (*_clutter_drop_action2) (void); | ||||
|   void (*_clutter_drop_action3) (void); | ||||
|   void (*_clutter_drop_action4) (void); | ||||
|   void (*_clutter_drop_action5) (void); | ||||
|   void (*_clutter_drop_action6) (void); | ||||
|   void (*_clutter_drop_action7) (void); | ||||
|   void (*_clutter_drop_action8) (void); | ||||
| }; | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| GType clutter_drop_action_get_type (void) G_GNUC_CONST; | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| ClutterAction *         clutter_drop_action_new         (void); | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
| #endif /* __CLUTTER_DROP_ACTION_H__ */ | ||||
| @@ -5,18 +5,15 @@ | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
|  | ||||
| gboolean        _clutter_effect_pre_paint               (ClutterEffect           *effect, | ||||
|                                                          ClutterPaintContext     *paint_context); | ||||
| void            _clutter_effect_post_paint              (ClutterEffect           *effect, | ||||
|                                                          ClutterPaintContext     *paint_context); | ||||
| gboolean        _clutter_effect_modify_paint_volume     (ClutterEffect           *effect, | ||||
| gboolean        _clutter_effect_pre_paint               (ClutterEffect           *effect); | ||||
| void            _clutter_effect_post_paint              (ClutterEffect           *effect); | ||||
| gboolean        _clutter_effect_get_paint_volume        (ClutterEffect           *effect, | ||||
|                                                          ClutterPaintVolume      *volume); | ||||
| gboolean        _clutter_effect_has_custom_paint_volume (ClutterEffect           *effect); | ||||
| void            _clutter_effect_paint                   (ClutterEffect           *effect, | ||||
|                                                          ClutterPaintContext     *paint_context, | ||||
|                                                          ClutterEffectPaintFlags  flags); | ||||
| void            _clutter_effect_pick                    (ClutterEffect           *effect, | ||||
|                                                          ClutterPickContext      *pick_context); | ||||
|                                                          ClutterEffectPaintFlags  flags); | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
|   | ||||
| @@ -100,13 +100,13 @@ | ||||
|  *    // Clear the previous state // | ||||
|  *    if (self->rect_1) | ||||
|  *      { | ||||
|  *        cogl_object_unref (self->rect_1); | ||||
|  *        cogl_handle_unref (self->rect_1); | ||||
|  *        self->rect_1 = NULL; | ||||
|  *      } | ||||
|  * | ||||
|  *    if (self->rect_2) | ||||
|  *      { | ||||
|  *        cogl_object_unref (self->rect_2); | ||||
|  *        cogl_handle_unref (self->rect_2); | ||||
|  *        self->rect_2 = NULL; | ||||
|  *      } | ||||
|  * | ||||
| @@ -177,28 +177,25 @@ G_DEFINE_ABSTRACT_TYPE (ClutterEffect, | ||||
|                         CLUTTER_TYPE_ACTOR_META); | ||||
|  | ||||
| static gboolean | ||||
| clutter_effect_real_pre_paint (ClutterEffect       *effect, | ||||
|                                ClutterPaintContext *paint_context) | ||||
| clutter_effect_real_pre_paint (ClutterEffect *effect) | ||||
| { | ||||
|   return TRUE; | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_effect_real_post_paint (ClutterEffect       *effect, | ||||
|                                 ClutterPaintContext *paint_context) | ||||
| clutter_effect_real_post_paint (ClutterEffect *effect) | ||||
| { | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| clutter_effect_real_modify_paint_volume (ClutterEffect      *effect, | ||||
|                                          ClutterPaintVolume *volume) | ||||
| clutter_effect_real_get_paint_volume (ClutterEffect      *effect, | ||||
|                                       ClutterPaintVolume *volume) | ||||
| { | ||||
|   return TRUE; | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_effect_real_paint (ClutterEffect           *effect, | ||||
|                            ClutterPaintContext     *paint_context, | ||||
|                            ClutterEffectPaintFlags  flags) | ||||
| { | ||||
|   ClutterActorMeta *actor_meta = CLUTTER_ACTOR_META (effect); | ||||
| @@ -209,51 +206,53 @@ clutter_effect_real_paint (ClutterEffect           *effect, | ||||
|      effects that haven't migrated to use the 'paint' virtual yet. This | ||||
|      just calls the old pre and post virtuals before chaining on */ | ||||
|  | ||||
|   pre_paint_succeeded = _clutter_effect_pre_paint (effect, paint_context); | ||||
|   pre_paint_succeeded = _clutter_effect_pre_paint (effect); | ||||
|  | ||||
|   actor = clutter_actor_meta_get_actor (actor_meta); | ||||
|   clutter_actor_continue_paint (actor, paint_context); | ||||
|   clutter_actor_continue_paint (actor); | ||||
|  | ||||
|   if (pre_paint_succeeded) | ||||
|     _clutter_effect_post_paint (effect, paint_context); | ||||
|     _clutter_effect_post_paint (effect); | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_effect_real_pick (ClutterEffect      *effect, | ||||
|                           ClutterPickContext *pick_context) | ||||
| clutter_effect_real_pick (ClutterEffect           *effect, | ||||
|                           ClutterEffectPaintFlags  flags) | ||||
| { | ||||
|   ClutterActorMeta *actor_meta = CLUTTER_ACTOR_META (effect); | ||||
|   ClutterActor *actor; | ||||
|  | ||||
|   actor = clutter_actor_meta_get_actor (actor_meta); | ||||
|   clutter_actor_continue_pick (actor, pick_context); | ||||
|   clutter_actor_continue_paint (actor); | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_effect_set_enabled (ClutterActorMeta *meta, | ||||
|                             gboolean          is_enabled) | ||||
| clutter_effect_notify (GObject    *gobject, | ||||
|                        GParamSpec *pspec) | ||||
| { | ||||
|   ClutterActorMetaClass *parent_class = | ||||
|     CLUTTER_ACTOR_META_CLASS (clutter_effect_parent_class); | ||||
|   ClutterActor *actor; | ||||
|   if (strcmp (pspec->name, "enabled") == 0) | ||||
|     { | ||||
|       ClutterActorMeta *meta = CLUTTER_ACTOR_META (gobject); | ||||
|       ClutterActor *actor = clutter_actor_meta_get_actor (meta); | ||||
|  | ||||
|   actor = clutter_actor_meta_get_actor (meta); | ||||
|   if (actor) | ||||
|     clutter_actor_queue_redraw (actor); | ||||
|       if (actor != NULL) | ||||
|         clutter_actor_queue_redraw (actor); | ||||
|     } | ||||
|  | ||||
|   parent_class->set_enabled (meta, is_enabled); | ||||
|   if (G_OBJECT_CLASS (clutter_effect_parent_class)->notify != NULL) | ||||
|     G_OBJECT_CLASS (clutter_effect_parent_class)->notify (gobject, pspec); | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_effect_class_init (ClutterEffectClass *klass) | ||||
| { | ||||
|   ClutterActorMetaClass *actor_meta_class = CLUTTER_ACTOR_META_CLASS (klass); | ||||
|   GObjectClass *gobject_class = G_OBJECT_CLASS (klass); | ||||
|  | ||||
|   actor_meta_class->set_enabled = clutter_effect_set_enabled; | ||||
|   gobject_class->notify = clutter_effect_notify; | ||||
|  | ||||
|   klass->pre_paint = clutter_effect_real_pre_paint; | ||||
|   klass->post_paint = clutter_effect_real_post_paint; | ||||
|   klass->modify_paint_volume = clutter_effect_real_modify_paint_volume; | ||||
|   klass->get_paint_volume = clutter_effect_real_get_paint_volume; | ||||
|   klass->paint = clutter_effect_real_paint; | ||||
|   klass->pick = clutter_effect_real_pick; | ||||
| } | ||||
| @@ -264,51 +263,47 @@ clutter_effect_init (ClutterEffect *self) | ||||
| } | ||||
|  | ||||
| gboolean | ||||
| _clutter_effect_pre_paint (ClutterEffect       *effect, | ||||
|                            ClutterPaintContext *paint_context) | ||||
| _clutter_effect_pre_paint (ClutterEffect *effect) | ||||
| { | ||||
|   g_return_val_if_fail (CLUTTER_IS_EFFECT (effect), FALSE); | ||||
|  | ||||
|   return CLUTTER_EFFECT_GET_CLASS (effect)->pre_paint (effect, paint_context); | ||||
|   return CLUTTER_EFFECT_GET_CLASS (effect)->pre_paint (effect); | ||||
| } | ||||
|  | ||||
| void | ||||
| _clutter_effect_post_paint (ClutterEffect       *effect, | ||||
|                             ClutterPaintContext *paint_context) | ||||
| _clutter_effect_post_paint (ClutterEffect *effect) | ||||
| { | ||||
|   g_return_if_fail (CLUTTER_IS_EFFECT (effect)); | ||||
|  | ||||
|   CLUTTER_EFFECT_GET_CLASS (effect)->post_paint (effect, paint_context); | ||||
|   CLUTTER_EFFECT_GET_CLASS (effect)->post_paint (effect); | ||||
| } | ||||
|  | ||||
| void | ||||
| _clutter_effect_paint (ClutterEffect           *effect, | ||||
|                        ClutterPaintContext     *paint_context, | ||||
|                        ClutterEffectPaintFlags  flags) | ||||
| { | ||||
|   g_return_if_fail (CLUTTER_IS_EFFECT (effect)); | ||||
|  | ||||
|   CLUTTER_EFFECT_GET_CLASS (effect)->paint (effect, paint_context, flags); | ||||
|   CLUTTER_EFFECT_GET_CLASS (effect)->paint (effect, flags); | ||||
| } | ||||
|  | ||||
| void | ||||
| _clutter_effect_pick (ClutterEffect      *effect, | ||||
|                       ClutterPickContext *pick_context) | ||||
| _clutter_effect_pick (ClutterEffect           *effect, | ||||
|                       ClutterEffectPaintFlags  flags) | ||||
| { | ||||
|   g_return_if_fail (CLUTTER_IS_EFFECT (effect)); | ||||
|  | ||||
|   CLUTTER_EFFECT_GET_CLASS (effect)->pick (effect, pick_context); | ||||
|   CLUTTER_EFFECT_GET_CLASS (effect)->pick (effect, flags); | ||||
| } | ||||
|  | ||||
| gboolean | ||||
| _clutter_effect_modify_paint_volume (ClutterEffect      *effect, | ||||
|                                      ClutterPaintVolume *volume) | ||||
| _clutter_effect_get_paint_volume (ClutterEffect      *effect, | ||||
|                                   ClutterPaintVolume *volume) | ||||
| { | ||||
|   g_return_val_if_fail (CLUTTER_IS_EFFECT (effect), FALSE); | ||||
|   g_return_val_if_fail (volume != NULL, FALSE); | ||||
|  | ||||
|   return CLUTTER_EFFECT_GET_CLASS (effect)->modify_paint_volume (effect, | ||||
|                                                                  volume); | ||||
|   return CLUTTER_EFFECT_GET_CLASS (effect)->get_paint_volume (effect, volume); | ||||
| } | ||||
|  | ||||
| gboolean | ||||
| @@ -316,7 +311,7 @@ _clutter_effect_has_custom_paint_volume (ClutterEffect *effect) | ||||
| { | ||||
|   g_return_val_if_fail (CLUTTER_IS_EFFECT (effect), FALSE); | ||||
|  | ||||
|   return CLUTTER_EFFECT_GET_CLASS (effect)->modify_paint_volume != clutter_effect_real_modify_paint_volume; | ||||
|   return CLUTTER_EFFECT_GET_CLASS (effect)->get_paint_volume != clutter_effect_real_get_paint_volume; | ||||
| } | ||||
|  | ||||
| /** | ||||
|   | ||||
| @@ -30,8 +30,6 @@ | ||||
| #endif | ||||
|  | ||||
| #include <clutter/clutter-actor-meta.h> | ||||
| #include <clutter/clutter-paint-context.h> | ||||
| #include <clutter/clutter-pick-context.h> | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
|  | ||||
| @@ -62,7 +60,7 @@ struct _ClutterEffect | ||||
|  * ClutterEffectClass: | ||||
|  * @pre_paint: virtual function | ||||
|  * @post_paint: virtual function | ||||
|  * @modify_paint_volume: virtual function | ||||
|  * @get_paint_volume: virtual function | ||||
|  * @paint: virtual function | ||||
|  * @pick: virtual function | ||||
|  * | ||||
| @@ -76,19 +74,16 @@ struct _ClutterEffectClass | ||||
|   ClutterActorMetaClass parent_class; | ||||
|  | ||||
|   /*< public >*/ | ||||
|   gboolean (* pre_paint)           (ClutterEffect           *effect, | ||||
|                                     ClutterPaintContext     *paint_context); | ||||
|   void     (* post_paint)          (ClutterEffect           *effect, | ||||
|                                     ClutterPaintContext     *paint_context); | ||||
|   gboolean (* pre_paint)        (ClutterEffect           *effect); | ||||
|   void     (* post_paint)       (ClutterEffect           *effect); | ||||
|  | ||||
|   gboolean (* modify_paint_volume) (ClutterEffect           *effect, | ||||
|                                     ClutterPaintVolume      *volume); | ||||
|   gboolean (* get_paint_volume) (ClutterEffect           *effect, | ||||
|                                  ClutterPaintVolume      *volume); | ||||
|  | ||||
|   void     (* paint)               (ClutterEffect           *effect, | ||||
|                                     ClutterPaintContext     *paint_context, | ||||
|                                     ClutterEffectPaintFlags  flags); | ||||
|   void     (* pick)                (ClutterEffect           *effect, | ||||
|                                     ClutterPickContext      *pick_context); | ||||
|   void     (* paint)            (ClutterEffect           *effect, | ||||
|                                  ClutterEffectPaintFlags  flags); | ||||
|   void     (* pick)             (ClutterEffect           *effect, | ||||
|                                  ClutterEffectPaintFlags  flags); | ||||
|  | ||||
|   /*< private >*/ | ||||
|   void (* _clutter_effect4) (void); | ||||
|   | ||||
| @@ -13,7 +13,7 @@ G_BEGIN_DECLS | ||||
| /*** END file-header ***/ | ||||
|  | ||||
| /*** BEGIN file-production ***/ | ||||
| /* enumerations from "@basename@" */ | ||||
| /* enumerations from "@filename@" */ | ||||
| /*** END file-production ***/ | ||||
|  | ||||
| /*** BEGIN value-header ***/ | ||||
|   | ||||
| @@ -277,6 +277,24 @@ typedef enum | ||||
|   CLUTTER_ANIMATION_LAST | ||||
| } ClutterAnimationMode; | ||||
|  | ||||
| /** | ||||
|  * ClutterFontFlags: | ||||
|  * @CLUTTER_FONT_MIPMAPPING: Set to use mipmaps for the glyph cache textures. | ||||
|  * @CLUTTER_FONT_HINTING: Set to enable hinting on the glyphs. | ||||
|  * | ||||
|  * Runtime flags to change the font quality. To be used with | ||||
|  * clutter_set_font_flags(). | ||||
|  * | ||||
|  * Since: 1.0 | ||||
|  * | ||||
|  * Deprecated: 1.22: Use #cairo_font_options_t instead | ||||
|  */ | ||||
| typedef enum /*< prefix=CLUTTER_FONT >*/ | ||||
| { | ||||
|   CLUTTER_FONT_MIPMAPPING = (1 << 0), | ||||
|   CLUTTER_FONT_HINTING    = (1 << 1) | ||||
| } ClutterFontFlags; | ||||
|  | ||||
| /** | ||||
|  * ClutterTextDirection: | ||||
|  * @CLUTTER_TEXT_DIRECTION_DEFAULT: Use the default setting, as returned | ||||
| @@ -425,88 +443,6 @@ typedef enum | ||||
|   CLUTTER_A11Y_FEATURE_STATE_CHANGE_BEEP = 1 << 13, | ||||
| } ClutterKeyboardA11yFlags; | ||||
|  | ||||
| /** | ||||
|  * ClutterPointerA11yFlags: | ||||
|  * @CLUTTER_A11Y_POINTER_ENABLED: | ||||
|  * @CLUTTER_A11Y_SECONDARY_CLICK_ENABLED: | ||||
|  * @CLUTTER_A11Y_DWELL_ENABLED: | ||||
|  * | ||||
|  * Pointer accessibility features applied to a ClutterInputDevice pointer. | ||||
|  * | ||||
|  */ | ||||
| typedef enum { | ||||
|   CLUTTER_A11Y_SECONDARY_CLICK_ENABLED   = 1 << 0, | ||||
|   CLUTTER_A11Y_DWELL_ENABLED             = 1 << 1, | ||||
| } ClutterPointerA11yFlags; | ||||
|  | ||||
| /** | ||||
|  * ClutterPointerA11yDwellClickType: | ||||
|  * @CLUTTER_A11Y_DWELL_CLICK_TYPE_NONE: Internal use only | ||||
|  * @CLUTTER_A11Y_DWELL_CLICK_TYPE_PRIMARY: | ||||
|  * @CLUTTER_A11Y_DWELL_CLICK_TYPE_SECONDARY: | ||||
|  * @CLUTTER_A11Y_DWELL_CLICK_TYPE_MIDDLE: | ||||
|  * @CLUTTER_A11Y_DWELL_CLICK_TYPE_DOUBLE: | ||||
|  * @CLUTTER_A11Y_DWELL_CLICK_TYPE_DRAG: | ||||
|  * | ||||
|  * Dwell click types. | ||||
|  * | ||||
|  */ | ||||
| typedef enum { | ||||
|   CLUTTER_A11Y_DWELL_CLICK_TYPE_NONE, | ||||
|   CLUTTER_A11Y_DWELL_CLICK_TYPE_PRIMARY, | ||||
|   CLUTTER_A11Y_DWELL_CLICK_TYPE_SECONDARY, | ||||
|   CLUTTER_A11Y_DWELL_CLICK_TYPE_MIDDLE, | ||||
|   CLUTTER_A11Y_DWELL_CLICK_TYPE_DOUBLE, | ||||
|   CLUTTER_A11Y_DWELL_CLICK_TYPE_DRAG, | ||||
| } ClutterPointerA11yDwellClickType; | ||||
|  | ||||
| /** | ||||
|  * ClutterPointerA11yDwellDirection: | ||||
|  * @CLUTTER_A11Y_DWELL_DIRECTION_NONE: | ||||
|  * @CLUTTER_A11Y_DWELL_DIRECTION_LEFT: | ||||
|  * @CLUTTER_A11Y_DWELL_DIRECTION_RIGHT: | ||||
|  * @CLUTTER_A11Y_DWELL_DIRECTION_UP: | ||||
|  * @CLUTTER_A11Y_DWELL_DIRECTION_DOWN: | ||||
|  * | ||||
|  * Dwell gesture directions. | ||||
|  * | ||||
|  */ | ||||
| typedef enum { | ||||
|   CLUTTER_A11Y_DWELL_DIRECTION_NONE, | ||||
|   CLUTTER_A11Y_DWELL_DIRECTION_LEFT, | ||||
|   CLUTTER_A11Y_DWELL_DIRECTION_RIGHT, | ||||
|   CLUTTER_A11Y_DWELL_DIRECTION_UP, | ||||
|   CLUTTER_A11Y_DWELL_DIRECTION_DOWN, | ||||
| } ClutterPointerA11yDwellDirection; | ||||
|  | ||||
| /** | ||||
|  * ClutterPointerA11yDwellMode: | ||||
|  * @CLUTTER_A11Y_DWELL_MODE_WINDOW: | ||||
|  * @CLUTTER_A11Y_DWELL_MODE_GESTURE: | ||||
|  * | ||||
|  * Dwell mode. | ||||
|  * | ||||
|  */ | ||||
| typedef enum { | ||||
|   CLUTTER_A11Y_DWELL_MODE_WINDOW, | ||||
|   CLUTTER_A11Y_DWELL_MODE_GESTURE, | ||||
| } ClutterPointerA11yDwellMode; | ||||
|  | ||||
| /** | ||||
|  * ClutterPointerA11yTimeoutType: | ||||
|  * @CLUTTER_A11Y_TIMEOUT_TYPE_SECONDARY_CLICK: | ||||
|  * @CLUTTER_A11Y_TIMEOUT_TYPE_DWELL: | ||||
|  * @CLUTTER_A11Y_TIMEOUT_TYPE_GESTURE: | ||||
|  * | ||||
|  * Pointer accessibility timeout type. | ||||
|  * | ||||
|  */ | ||||
| typedef enum { | ||||
|   CLUTTER_A11Y_TIMEOUT_TYPE_SECONDARY_CLICK, | ||||
|   CLUTTER_A11Y_TIMEOUT_TYPE_DWELL, | ||||
|   CLUTTER_A11Y_TIMEOUT_TYPE_GESTURE, | ||||
| } ClutterPointerA11yTimeoutType; | ||||
|  | ||||
| /** | ||||
|  * ClutterActorFlags: | ||||
|  * @CLUTTER_ACTOR_MAPPED: the actor will be painted (is visible, and inside | ||||
| @@ -535,13 +471,9 @@ typedef enum /*< prefix=CLUTTER_ACTOR >*/ | ||||
|  * ClutterOffscreenRedirect: | ||||
|  * @CLUTTER_OFFSCREEN_REDIRECT_AUTOMATIC_FOR_OPACITY: Only redirect | ||||
|  *   the actor if it is semi-transparent and its has_overlaps() | ||||
|  *   virtual returns %TRUE. | ||||
|  *   virtual returns %TRUE. This is the default. | ||||
|  * @CLUTTER_OFFSCREEN_REDIRECT_ALWAYS: Always redirect the actor to an | ||||
|  *   offscreen buffer even if it is fully opaque. | ||||
|  * @CLUTTER_OFFSCREEN_REDIRECT_ON_IDLE: Only redirect the actor if it is the | ||||
|  *   most efficient thing to do based on its recent repaint behaviour. That | ||||
|  *   means when its contents are changing less frequently than it's being used | ||||
|  *   on stage. | ||||
|  * | ||||
|  * Possible flags to pass to clutter_actor_set_offscreen_redirect(). | ||||
|  * | ||||
| @@ -549,9 +481,8 @@ typedef enum /*< prefix=CLUTTER_ACTOR >*/ | ||||
|  */ | ||||
| typedef enum /*< prefix=CLUTTER_OFFSCREEN_REDIRECT >*/ | ||||
| { | ||||
|   CLUTTER_OFFSCREEN_REDIRECT_AUTOMATIC_FOR_OPACITY = 1 << 0, | ||||
|   CLUTTER_OFFSCREEN_REDIRECT_ALWAYS                = 1 << 1, | ||||
|   CLUTTER_OFFSCREEN_REDIRECT_ON_IDLE               = 1 << 2 | ||||
|   CLUTTER_OFFSCREEN_REDIRECT_AUTOMATIC_FOR_OPACITY = 1<<0, | ||||
|   CLUTTER_OFFSCREEN_REDIRECT_ALWAYS = 1<<1 | ||||
| } ClutterOffscreenRedirect; | ||||
|  | ||||
| /** | ||||
| @@ -678,15 +609,12 @@ typedef enum /*< prefix=CLUTTER_BIND >*/ | ||||
|  *   has queued a redraw before this paint. This implies that the effect | ||||
|  *   should call clutter_actor_continue_paint() to chain to the next | ||||
|  *   effect and can not cache any results from a previous paint. | ||||
|  * @CLUTTER_EFFECT_PAINT_BYPASS_EFFECT: The effect should not be used | ||||
|  *   on this frame, but it will be asked to paint the actor still. | ||||
|  * | ||||
|  * Flags passed to the ‘paint’ or ‘pick’ method of #ClutterEffect. | ||||
|  */ | ||||
| typedef enum /*< prefix=CLUTTER_EFFECT_PAINT >*/ | ||||
| { | ||||
|   CLUTTER_EFFECT_PAINT_ACTOR_DIRTY   = (1 << 0), | ||||
|   CLUTTER_EFFECT_PAINT_BYPASS_EFFECT = (1 << 1) | ||||
|   CLUTTER_EFFECT_PAINT_ACTOR_DIRTY = (1 << 0) | ||||
| } ClutterEffectPaintFlags; | ||||
|  | ||||
| /** | ||||
| @@ -964,6 +892,8 @@ typedef enum /*< prefix=CLUTTER_SCROLL >*/ | ||||
|  | ||||
| /** | ||||
|  * ClutterStageState: | ||||
|  * @CLUTTER_STAGE_STATE_FULLSCREEN: Fullscreen mask | ||||
|  * @CLUTTER_STAGE_STATE_OFFSCREEN: Offscreen mask (deprecated) | ||||
|  * @CLUTTER_STAGE_STATE_ACTIVATED: Activated mask | ||||
|  * | ||||
|  * Stage state masks, used by the #ClutterEvent of type %CLUTTER_STAGE_STATE. | ||||
| @@ -972,13 +902,18 @@ typedef enum /*< prefix=CLUTTER_SCROLL >*/ | ||||
|  */ | ||||
| typedef enum | ||||
| { | ||||
|   CLUTTER_STAGE_STATE_FULLSCREEN       = (1 << 1), | ||||
|   CLUTTER_STAGE_STATE_OFFSCREEN        = (1 << 2), | ||||
|   CLUTTER_STAGE_STATE_ACTIVATED        = (1 << 3) | ||||
| } ClutterStageState; | ||||
|  | ||||
| /** | ||||
|  * ClutterFeatureFlags: | ||||
|  * @CLUTTER_FEATURE_SWAP_THROTTLE: Set if backend throttles buffer swaps. | ||||
|  * @CLUTTER_FEATURE_TEXTURE_YUV: Set if YUV based textures supported. | ||||
|  * @CLUTTER_FEATURE_TEXTURE_READ_PIXELS: Set if texture pixels can be read. | ||||
|  * @CLUTTER_FEATURE_STAGE_STATIC: Set if stage size if fixed (i.e framebuffer) | ||||
|  * @CLUTTER_FEATURE_STAGE_USER_RESIZE: Set if stage is able to be user resized. | ||||
|  * @CLUTTER_FEATURE_STAGE_CURSOR: Set if stage has a graphical cursor. | ||||
|  * @CLUTTER_FEATURE_SHADERS_GLSL: Set if the backend supports GLSL shaders. | ||||
|  * @CLUTTER_FEATURE_OFFSCREEN: Set if the backend supports offscreen rendering. | ||||
| @@ -993,7 +928,10 @@ typedef enum | ||||
| typedef enum | ||||
| { | ||||
|   CLUTTER_FEATURE_SWAP_THROTTLE          = (1 << 3), | ||||
|   CLUTTER_FEATURE_TEXTURE_YUV            = (1 << 4), | ||||
|   CLUTTER_FEATURE_TEXTURE_READ_PIXELS    = (1 << 5), | ||||
|   CLUTTER_FEATURE_STAGE_STATIC           = (1 << 6), | ||||
|   CLUTTER_FEATURE_STAGE_USER_RESIZE      = (1 << 7), | ||||
|   CLUTTER_FEATURE_STAGE_CURSOR           = (1 << 8), | ||||
|   CLUTTER_FEATURE_SHADERS_GLSL           = (1 << 9), | ||||
|   CLUTTER_FEATURE_OFFSCREEN              = (1 << 10), | ||||
| @@ -1191,6 +1129,29 @@ typedef enum /*< prefix=CLUTTER_PAN >*/ | ||||
|   CLUTTER_PAN_AXIS_AUTO | ||||
| } ClutterPanAxis; | ||||
|  | ||||
|  | ||||
| /** | ||||
|  * ClutterTableAlignment: | ||||
|  * @CLUTTER_TABLE_ALIGNMENT_START: Align the child to the top or to the | ||||
|  *   left of a cell in the table, depending on the axis | ||||
|  * @CLUTTER_TABLE_ALIGNMENT_CENTER: Align the child to the center of | ||||
|  *   a cell in the table | ||||
|  * @CLUTTER_TABLE_ALIGNMENT_END: Align the child to the bottom or to the | ||||
|  *   right of a cell in the table, depending on the axis | ||||
|  * | ||||
|  * The alignment policies available on each axis of the #ClutterTableLayout | ||||
|  * | ||||
|  * Since: 1.4 | ||||
|  * | ||||
|  * Deprecated: 1.22: Use the alignment properties of #ClutterActor | ||||
|  */ | ||||
| typedef enum | ||||
| { | ||||
|   CLUTTER_TABLE_ALIGNMENT_START, | ||||
|   CLUTTER_TABLE_ALIGNMENT_CENTER, | ||||
|   CLUTTER_TABLE_ALIGNMENT_END | ||||
| } ClutterTableAlignment; | ||||
|  | ||||
| /** | ||||
|  * ClutterTextureFlags: | ||||
|  * @CLUTTER_TEXTURE_NONE: No flags | ||||
| @@ -1198,7 +1159,8 @@ typedef enum /*< prefix=CLUTTER_PAN >*/ | ||||
|  * @CLUTTER_TEXTURE_RGB_FLAG_PREMULT: Unused flag | ||||
|  * @CLUTTER_TEXTURE_YUV_FLAG_YUV2: Unused flag | ||||
|  * | ||||
|  * Flags for clutter_texture_set_from_rgb_data(). | ||||
|  * Flags for clutter_texture_set_from_rgb_data() and | ||||
|  * clutter_texture_set_from_yuv_data(). | ||||
|  * | ||||
|  * Since: 0.4 | ||||
|  * | ||||
|   | ||||
| @@ -5,28 +5,22 @@ | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void            _clutter_event_set_pointer_emulated     (ClutterEvent       *event, | ||||
|                                                          gboolean            is_emulated); | ||||
|  | ||||
| /* Reinjecting queued events for processing */ | ||||
| CLUTTER_EXPORT | ||||
| void            _clutter_process_event                  (ClutterEvent       *event); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| gboolean        _clutter_event_process_filters          (ClutterEvent       *event); | ||||
|  | ||||
| /* clears the event queue inside the main context */ | ||||
| void            _clutter_clear_events_queue             (void); | ||||
| void            _clutter_clear_events_queue_for_stage   (ClutterStage       *stage); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void            _clutter_event_set_platform_data        (ClutterEvent       *event, | ||||
|                                                          gpointer            data); | ||||
| CLUTTER_EXPORT | ||||
| gpointer        _clutter_event_get_platform_data        (const ClutterEvent *event); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void            _clutter_event_set_state_full           (ClutterEvent        *event, | ||||
| 							 ClutterModifierType  button_state, | ||||
| 							 ClutterModifierType  base_state, | ||||
| @@ -34,7 +28,6 @@ void            _clutter_event_set_state_full           (ClutterEvent        *ev | ||||
| 							 ClutterModifierType  locked_state, | ||||
| 							 ClutterModifierType  effective_state); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void            _clutter_event_push                     (const ClutterEvent *event, | ||||
|                                                          gboolean            do_copy); | ||||
|  | ||||
|   | ||||
							
								
								
									
										38
									
								
								clutter/clutter/clutter-event-translator.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										38
									
								
								clutter/clutter/clutter-event-translator.c
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,38 @@ | ||||
| #include "clutter-build-config.h" | ||||
|  | ||||
| #include "clutter-event-translator.h" | ||||
|  | ||||
| #include "clutter-backend.h" | ||||
| #include "clutter-private.h" | ||||
|  | ||||
| #define clutter_event_translator_get_type       _clutter_event_translator_get_type | ||||
|  | ||||
| typedef ClutterEventTranslatorIface     ClutterEventTranslatorInterface; | ||||
|  | ||||
| G_DEFINE_INTERFACE (ClutterEventTranslator, clutter_event_translator, G_TYPE_OBJECT); | ||||
|  | ||||
| static ClutterTranslateReturn | ||||
| default_translate_event (ClutterEventTranslator *translator, | ||||
|                          gpointer                native, | ||||
|                          ClutterEvent           *event) | ||||
| { | ||||
|   return CLUTTER_TRANSLATE_CONTINUE; | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_event_translator_default_init (ClutterEventTranslatorIface *iface) | ||||
| { | ||||
|   iface->translate_event = default_translate_event; | ||||
| } | ||||
|  | ||||
| ClutterTranslateReturn | ||||
| _clutter_event_translator_translate_event (ClutterEventTranslator *translator, | ||||
|                                            gpointer                native, | ||||
|                                            ClutterEvent           *translated) | ||||
| { | ||||
|   ClutterEventTranslatorIface *iface; | ||||
|  | ||||
|   iface = CLUTTER_EVENT_TRANSLATOR_GET_IFACE (translator); | ||||
|  | ||||
|   return iface->translate_event (translator, native, translated); | ||||
| } | ||||
							
								
								
									
										42
									
								
								clutter/clutter/clutter-event-translator.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										42
									
								
								clutter/clutter/clutter-event-translator.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,42 @@ | ||||
| #ifndef __CLUTTER_EVENT_TRANSLATOR_H__ | ||||
| #define __CLUTTER_EVENT_TRANSLATOR_H__ | ||||
|  | ||||
| #include <glib-object.h> | ||||
| #include <clutter/clutter-event.h> | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
|  | ||||
| #define CLUTTER_TYPE_EVENT_TRANSLATOR           (_clutter_event_translator_get_type ()) | ||||
| #define CLUTTER_EVENT_TRANSLATOR(obj)           (G_TYPE_CHECK_INSTANCE_CAST ((obj), CLUTTER_TYPE_EVENT_TRANSLATOR, ClutterEventTranslator)) | ||||
| #define CLUTTER_IS_EVENT_TRANSLATOR(obj)        (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CLUTTER_TYPE_EVENT_TRANSLATOR)) | ||||
| #define CLUTTER_EVENT_TRANSLATOR_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), CLUTTER_TYPE_EVENT_TRANSLATOR, ClutterEventTranslatorIface)) | ||||
|  | ||||
| typedef struct _ClutterEventTranslator          ClutterEventTranslator; | ||||
| typedef struct _ClutterEventTranslatorIface     ClutterEventTranslatorIface; | ||||
|  | ||||
| typedef enum | ||||
| { | ||||
|   CLUTTER_TRANSLATE_CONTINUE, | ||||
|   CLUTTER_TRANSLATE_REMOVE, | ||||
|   CLUTTER_TRANSLATE_QUEUE | ||||
| } ClutterTranslateReturn; | ||||
|  | ||||
| struct _ClutterEventTranslatorIface | ||||
| { | ||||
|   GTypeInterface g_iface; | ||||
|  | ||||
|   ClutterTranslateReturn (* translate_event) (ClutterEventTranslator *translator, | ||||
|                                               gpointer                native, | ||||
|                                               ClutterEvent           *translated); | ||||
| }; | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| GType _clutter_event_translator_get_type (void) G_GNUC_CONST; | ||||
|  | ||||
| ClutterTranslateReturn _clutter_event_translator_translate_event (ClutterEventTranslator *translator, | ||||
|                                                                   gpointer                native, | ||||
|                                                                   ClutterEvent           *translated); | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
| #endif /* __CLUTTER_EVENT_TRANSLATOR_H__ */ | ||||
| @@ -370,7 +370,7 @@ clutter_event_get_coords (const ClutterEvent *event, | ||||
|                           gfloat             *x, | ||||
|                           gfloat             *y) | ||||
| { | ||||
|   graphene_point_t coords; | ||||
|   ClutterPoint coords; | ||||
|  | ||||
|   g_return_if_fail (event != NULL); | ||||
|  | ||||
| @@ -386,15 +386,15 @@ clutter_event_get_coords (const ClutterEvent *event, | ||||
| /** | ||||
|  * clutter_event_get_position: | ||||
|  * @event: a #ClutterEvent | ||||
|  * @position: a #graphene_point_t | ||||
|  * @position: a #ClutterPoint | ||||
|  * | ||||
|  * Retrieves the event coordinates as a #graphene_point_t. | ||||
|  * Retrieves the event coordinates as a #ClutterPoint. | ||||
|  * | ||||
|  * Since: 1.12 | ||||
|  */ | ||||
| void | ||||
| clutter_event_get_position (const ClutterEvent *event, | ||||
|                             graphene_point_t   *position) | ||||
|                             ClutterPoint       *position) | ||||
| { | ||||
|   g_return_if_fail (event != NULL); | ||||
|   g_return_if_fail (position != NULL); | ||||
| @@ -415,42 +415,42 @@ clutter_event_get_position (const ClutterEvent *event, | ||||
|     case CLUTTER_PAD_BUTTON_RELEASE: | ||||
|     case CLUTTER_PAD_STRIP: | ||||
|     case CLUTTER_PAD_RING: | ||||
|       graphene_point_init (position, 0.f, 0.f); | ||||
|       clutter_point_init (position, 0.f, 0.f); | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_ENTER: | ||||
|     case CLUTTER_LEAVE: | ||||
|       graphene_point_init (position, event->crossing.x, event->crossing.y); | ||||
|       clutter_point_init (position, event->crossing.x, event->crossing.y); | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_BUTTON_PRESS: | ||||
|     case CLUTTER_BUTTON_RELEASE: | ||||
|       graphene_point_init (position, event->button.x, event->button.y); | ||||
|       clutter_point_init (position, event->button.x, event->button.y); | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_MOTION: | ||||
|       graphene_point_init (position, event->motion.x, event->motion.y); | ||||
|       clutter_point_init (position, event->motion.x, event->motion.y); | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_TOUCH_BEGIN: | ||||
|     case CLUTTER_TOUCH_UPDATE: | ||||
|     case CLUTTER_TOUCH_END: | ||||
|     case CLUTTER_TOUCH_CANCEL: | ||||
|       graphene_point_init (position, event->touch.x, event->touch.y); | ||||
|       clutter_point_init (position, event->touch.x, event->touch.y); | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_SCROLL: | ||||
|       graphene_point_init (position, event->scroll.x, event->scroll.y); | ||||
|       clutter_point_init (position, event->scroll.x, event->scroll.y); | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_TOUCHPAD_PINCH: | ||||
|       graphene_point_init (position, event->touchpad_pinch.x, | ||||
|                            event->touchpad_pinch.y); | ||||
|       clutter_point_init (position, event->touchpad_pinch.x, | ||||
|                           event->touchpad_pinch.y); | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_TOUCHPAD_SWIPE: | ||||
|       graphene_point_init (position, event->touchpad_swipe.x, | ||||
|                            event->touchpad_swipe.y); | ||||
|       clutter_point_init (position, event->touchpad_swipe.x, | ||||
|                           event->touchpad_swipe.y); | ||||
|       break; | ||||
|     } | ||||
|  | ||||
| @@ -1021,9 +1021,6 @@ clutter_event_get_event_sequence (const ClutterEvent *event) | ||||
|       event->type == CLUTTER_TOUCH_END || | ||||
|       event->type == CLUTTER_TOUCH_CANCEL) | ||||
|     return event->touch.sequence; | ||||
|   else if (event->type == CLUTTER_ENTER || | ||||
|            event->type == CLUTTER_LEAVE) | ||||
|     return event->crossing.sequence; | ||||
|  | ||||
|   return NULL; | ||||
| } | ||||
| @@ -1796,12 +1793,12 @@ float | ||||
| clutter_event_get_distance (const ClutterEvent *source, | ||||
|                             const ClutterEvent *target) | ||||
| { | ||||
|   graphene_point_t p0, p1; | ||||
|   ClutterPoint p0, p1; | ||||
|  | ||||
|   clutter_event_get_position (source, &p0); | ||||
|   clutter_event_get_position (source, &p1); | ||||
|  | ||||
|   return graphene_point_distance (&p0, &p1, NULL, NULL); | ||||
|   return clutter_point_distance (&p0, &p1, NULL, NULL); | ||||
| } | ||||
|  | ||||
| /** | ||||
| @@ -1822,17 +1819,17 @@ double | ||||
| clutter_event_get_angle (const ClutterEvent *source, | ||||
|                          const ClutterEvent *target) | ||||
| { | ||||
|   graphene_point_t p0, p1; | ||||
|   ClutterPoint p0, p1; | ||||
|   float x_distance, y_distance; | ||||
|   double angle; | ||||
|  | ||||
|   clutter_event_get_position (source, &p0); | ||||
|   clutter_event_get_position (target, &p1); | ||||
|  | ||||
|   if (graphene_point_equal (&p0, &p1)) | ||||
|   if (clutter_point_equals (&p0, &p1)) | ||||
|     return 0; | ||||
|  | ||||
|   graphene_point_distance (&p0, &p1, &x_distance, &y_distance); | ||||
|   clutter_point_distance (&p0, &p1, &x_distance, &y_distance); | ||||
|  | ||||
|   angle = atan2 (x_distance, y_distance); | ||||
|  | ||||
| @@ -2161,9 +2158,9 @@ clutter_event_get_scroll_source (const ClutterEvent *event) | ||||
| ClutterScrollFinishFlags | ||||
| clutter_event_get_scroll_finish_flags (const ClutterEvent *event) | ||||
| { | ||||
|   g_return_val_if_fail (event != NULL, CLUTTER_SCROLL_FINISHED_NONE); | ||||
|   g_return_val_if_fail (event != NULL, CLUTTER_SCROLL_SOURCE_UNKNOWN); | ||||
|   g_return_val_if_fail (event->type == CLUTTER_SCROLL, | ||||
|                         CLUTTER_SCROLL_FINISHED_NONE); | ||||
|                         CLUTTER_SCROLL_SOURCE_UNKNOWN); | ||||
|  | ||||
|   return event->scroll.finish_flags; | ||||
| } | ||||
|   | ||||
| @@ -269,7 +269,6 @@ struct _ClutterCrossingEvent | ||||
|   gfloat x; | ||||
|   gfloat y; | ||||
|   ClutterInputDevice *device; | ||||
|   ClutterEventSequence *sequence; | ||||
|   ClutterActor *related; | ||||
| }; | ||||
|  | ||||
| @@ -686,7 +685,7 @@ void                    clutter_event_get_coords                (const ClutterEv | ||||
|                                                                  gfloat                 *y); | ||||
| CLUTTER_EXPORT | ||||
| void                    clutter_event_get_position              (const ClutterEvent     *event, | ||||
|                                                                  graphene_point_t       *position); | ||||
|                                                                  ClutterPoint           *position); | ||||
| CLUTTER_EXPORT | ||||
| float                   clutter_event_get_distance              (const ClutterEvent     *source, | ||||
|                                                                  const ClutterEvent     *target); | ||||
|   | ||||
| @@ -33,6 +33,8 @@ | ||||
|  * | ||||
|  * It is possible to ask whether Clutter has support for specific features at | ||||
|  * run-time. | ||||
|  * | ||||
|  * See also cogl_get_features() and #CoglFeatureFlags | ||||
|  */ | ||||
|  | ||||
| #include "clutter-build-config.h" | ||||
| @@ -58,13 +60,20 @@ typedef struct ClutterFeatures | ||||
| static ClutterFeatures* __features = NULL; | ||||
|  | ||||
| static ClutterFeatureFlags | ||||
| clutter_features_from_cogl (void) | ||||
| clutter_features_from_cogl (guint cogl_flags) | ||||
| { | ||||
|   ClutterFeatureFlags clutter_flags = 0; | ||||
|    | ||||
|   if (cogl_flags & COGL_FEATURE_TEXTURE_YUV) | ||||
|     clutter_flags |= CLUTTER_FEATURE_TEXTURE_YUV; | ||||
|    | ||||
|   if (cogl_flags & COGL_FEATURE_TEXTURE_READ_PIXELS) | ||||
|     clutter_flags |= CLUTTER_FEATURE_TEXTURE_READ_PIXELS; | ||||
|    | ||||
|   clutter_flags |= CLUTTER_FEATURE_SHADERS_GLSL; | ||||
|    | ||||
|   clutter_flags |= CLUTTER_FEATURE_OFFSCREEN; | ||||
|   if (cogl_flags & COGL_FEATURE_OFFSCREEN) | ||||
|     clutter_flags |= CLUTTER_FEATURE_OFFSCREEN; | ||||
|    | ||||
|   return clutter_flags; | ||||
| } | ||||
| @@ -92,7 +101,7 @@ _clutter_feature_init (GError **error) | ||||
|   if (!_clutter_backend_create_context (context->backend, error)) | ||||
|     return FALSE; | ||||
|  | ||||
|   __features->flags = (clutter_features_from_cogl () | ||||
|   __features->flags = (clutter_features_from_cogl (cogl_get_features ()) | ||||
|                     | _clutter_backend_get_features (context->backend)); | ||||
|  | ||||
|   __features->features_set = TRUE; | ||||
|   | ||||
| @@ -118,7 +118,7 @@ struct _ClutterGestureActionPrivate | ||||
|   gint requested_nb_points; | ||||
|   GArray *points; | ||||
|  | ||||
|   gulong actor_capture_id; | ||||
|   guint actor_capture_id; | ||||
|   gulong stage_capture_id; | ||||
|  | ||||
|   ClutterGestureTriggerEdge edge; | ||||
| @@ -308,7 +308,11 @@ cancel_gesture (ClutterGestureAction *action) | ||||
|  | ||||
|   priv->in_gesture = FALSE; | ||||
|  | ||||
|   g_clear_signal_handler (&priv->stage_capture_id, priv->stage); | ||||
|   if (priv->stage_capture_id != 0) | ||||
|     { | ||||
|       g_signal_handler_disconnect (priv->stage, priv->stage_capture_id); | ||||
|       priv->stage_capture_id = 0; | ||||
|     } | ||||
|  | ||||
|   actor = clutter_actor_meta_get_actor (CLUTTER_ACTOR_META (action)); | ||||
|   g_signal_emit (action, gesture_signals[GESTURE_CANCEL], 0, actor); | ||||
| @@ -477,8 +481,11 @@ stage_captured_event_cb (ClutterActor         *stage, | ||||
|       break; | ||||
|     } | ||||
|  | ||||
|   if (priv->points->len == 0) | ||||
|     g_clear_signal_handler (&priv->stage_capture_id, priv->stage); | ||||
|   if (priv->points->len == 0 && priv->stage_capture_id) | ||||
|     { | ||||
|       g_signal_handler_disconnect (priv->stage, priv->stage_capture_id); | ||||
|       priv->stage_capture_id = 0; | ||||
|     } | ||||
|  | ||||
|   return CLUTTER_EVENT_PROPAGATE; | ||||
| } | ||||
| @@ -531,7 +538,7 @@ clutter_gesture_action_set_actor (ClutterActorMeta *meta, | ||||
|       ClutterActor *old_actor = clutter_actor_meta_get_actor (meta); | ||||
|  | ||||
|       if (old_actor != NULL) | ||||
|         g_clear_signal_handler (&priv->actor_capture_id, old_actor); | ||||
|         g_signal_handler_disconnect (old_actor, priv->actor_capture_id); | ||||
|  | ||||
|       priv->actor_capture_id = 0; | ||||
|     } | ||||
| @@ -539,7 +546,7 @@ clutter_gesture_action_set_actor (ClutterActorMeta *meta, | ||||
|   if (priv->stage_capture_id != 0) | ||||
|     { | ||||
|       if (priv->stage != NULL) | ||||
|         g_clear_signal_handler (&priv->stage_capture_id, priv->stage); | ||||
|         g_signal_handler_disconnect (priv->stage, priv->stage_capture_id); | ||||
|  | ||||
|       priv->stage_capture_id = 0; | ||||
|       priv->stage = NULL; | ||||
| @@ -556,21 +563,6 @@ clutter_gesture_action_set_actor (ClutterActorMeta *meta, | ||||
|   meta_class->set_actor (meta, actor); | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_gesture_action_set_enabled (ClutterActorMeta *meta, | ||||
|                                     gboolean          is_enabled) | ||||
| { | ||||
|   ClutterActorMetaClass *meta_class = | ||||
|     CLUTTER_ACTOR_META_CLASS (clutter_gesture_action_parent_class); | ||||
|   ClutterGestureAction *gesture_action = CLUTTER_GESTURE_ACTION (meta); | ||||
|   ClutterGestureActionPrivate *priv = gesture_action->priv; | ||||
|  | ||||
|   if (!is_enabled && priv->in_gesture) | ||||
|     cancel_gesture (gesture_action); | ||||
|  | ||||
|   meta_class->set_enabled (meta, is_enabled); | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| default_event_handler (ClutterGestureAction *action, | ||||
|                        ClutterActor *actor) | ||||
| @@ -669,7 +661,6 @@ clutter_gesture_action_class_init (ClutterGestureActionClass *klass) | ||||
|   gobject_class->get_property = clutter_gesture_action_get_property; | ||||
|  | ||||
|   meta_class->set_actor = clutter_gesture_action_set_actor; | ||||
|   meta_class->set_enabled = clutter_gesture_action_set_enabled; | ||||
|  | ||||
|   klass->gesture_begin = default_event_handler; | ||||
|   klass->gesture_progress = default_event_handler; | ||||
| @@ -813,7 +804,8 @@ clutter_gesture_action_class_init (ClutterGestureActionClass *klass) | ||||
|                   G_TYPE_FROM_CLASS (klass), | ||||
|                   G_SIGNAL_RUN_LAST, | ||||
|                   G_STRUCT_OFFSET (ClutterGestureActionClass, gesture_end), | ||||
|                   NULL, NULL, NULL, | ||||
|                   NULL, NULL, | ||||
|                   _clutter_marshal_VOID__OBJECT, | ||||
|                   G_TYPE_NONE, 1, | ||||
|                   CLUTTER_TYPE_ACTOR); | ||||
|  | ||||
| @@ -835,7 +827,8 @@ clutter_gesture_action_class_init (ClutterGestureActionClass *klass) | ||||
|                   G_TYPE_FROM_CLASS (klass), | ||||
|                   G_SIGNAL_RUN_LAST, | ||||
|                   G_STRUCT_OFFSET (ClutterGestureActionClass, gesture_cancel), | ||||
|                   NULL, NULL, NULL, | ||||
|                   NULL, NULL, | ||||
|                   _clutter_marshal_VOID__OBJECT, | ||||
|                   G_TYPE_NONE, 1, | ||||
|                   CLUTTER_TYPE_ACTOR); | ||||
| } | ||||
|   | ||||
| @@ -1,111 +0,0 @@ | ||||
| /* | ||||
|  * Clutter. | ||||
|  * | ||||
|  * An OpenGL based 'interactive canvas' library. | ||||
|  * | ||||
|  * Authored By Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | ||||
|  * | ||||
|  * Copyright (C) 2019 Endless, Inc | ||||
|  * Copyright (C) 2009, 2010 Intel Corp | ||||
|  * | ||||
|  * This library is free software; you can redistribute it and/or | ||||
|  * modify it under the terms of the GNU Lesser General Public | ||||
|  * License as published by the Free Software Foundation; either | ||||
|  * version 2 of the License, or (at your option) any later version. | ||||
|  * | ||||
|  * This library is distributed in the hope that it will be useful, | ||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | ||||
|  * Lesser General Public License for more details. | ||||
|  * | ||||
|  * You should have received a copy of the GNU Lesser General Public | ||||
|  * License along with this library. If not, see <http://www.gnu.org/licenses/>. | ||||
|  */ | ||||
|  | ||||
| #include "clutter-build-config.h" | ||||
|  | ||||
| #include "clutter-graphene.h" | ||||
|  | ||||
| #include "clutter-private.h" | ||||
| #include "clutter-types.h" | ||||
|  | ||||
| static gboolean | ||||
| graphene_point_progress (const GValue *a, | ||||
|                          const GValue *b, | ||||
|                          double        progress, | ||||
|                          GValue       *retval) | ||||
| { | ||||
|   const graphene_point_t *ap = g_value_get_boxed (a); | ||||
|   const graphene_point_t *bp = g_value_get_boxed (b); | ||||
|   graphene_point_t res; | ||||
|  | ||||
|   graphene_point_interpolate (ap, bp, progress, &res); | ||||
|  | ||||
|   g_value_set_boxed (retval, &res); | ||||
|  | ||||
|   return TRUE; | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| graphene_point3d_progress (const GValue *a, | ||||
|                            const GValue *b, | ||||
|                            double        progress, | ||||
|                            GValue       *retval) | ||||
| { | ||||
|   const graphene_point3d_t *av = g_value_get_boxed (a); | ||||
|   const graphene_point3d_t *bv = g_value_get_boxed (b); | ||||
|   graphene_point3d_t res; | ||||
|  | ||||
|   graphene_point3d_interpolate (av, bv, progress, &res); | ||||
|  | ||||
|   g_value_set_boxed (retval, &res); | ||||
|  | ||||
|   return TRUE; | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| graphene_rect_progress (const GValue *a, | ||||
|                         const GValue *b, | ||||
|                         double        progress, | ||||
|                         GValue       *retval) | ||||
| { | ||||
|   const graphene_rect_t *rect_a = g_value_get_boxed (a); | ||||
|   const graphene_rect_t *rect_b = g_value_get_boxed (b); | ||||
|   graphene_rect_t res; | ||||
|  | ||||
|   graphene_rect_interpolate (rect_a, rect_b, progress, &res); | ||||
|  | ||||
|   g_value_set_boxed (retval, &res); | ||||
|  | ||||
|   return TRUE; | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| graphene_size_progress (const GValue *a, | ||||
|                         const GValue *b, | ||||
|                         double        progress, | ||||
|                         GValue       *retval) | ||||
| { | ||||
|   const graphene_size_t *as = g_value_get_boxed (a); | ||||
|   const graphene_size_t *bs = g_value_get_boxed (b); | ||||
|   graphene_size_t res; | ||||
|  | ||||
|   graphene_size_interpolate (as, bs, progress, &res); | ||||
|  | ||||
|   g_value_set_boxed (retval, &res); | ||||
|  | ||||
|   return TRUE; | ||||
| } | ||||
|  | ||||
| void | ||||
| clutter_graphene_init (void) | ||||
| { | ||||
|   clutter_interval_register_progress_func (GRAPHENE_TYPE_POINT, | ||||
|                                            graphene_point_progress); | ||||
|   clutter_interval_register_progress_func (GRAPHENE_TYPE_POINT3D, | ||||
|                                            graphene_point3d_progress); | ||||
|   clutter_interval_register_progress_func (GRAPHENE_TYPE_RECT, | ||||
|                                            graphene_rect_progress); | ||||
|   clutter_interval_register_progress_func (GRAPHENE_TYPE_SIZE, | ||||
|                                            graphene_size_progress); | ||||
| } | ||||
| @@ -1,30 +0,0 @@ | ||||
| /* | ||||
|  * Clutter. | ||||
|  * | ||||
|  * An OpenGL based 'interactive canvas' library. | ||||
|  * | ||||
|  * Authored By Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | ||||
|  * | ||||
|  * Copyright (C) 2019 Endless, Inc | ||||
|  * Copyright (C) 2009, 2010 Intel Corp | ||||
|  * | ||||
|  * This library is free software; you can redistribute it and/or | ||||
|  * modify it under the terms of the GNU Lesser General Public | ||||
|  * License as published by the Free Software Foundation; either | ||||
|  * version 2 of the License, or (at your option) any later version. | ||||
|  * | ||||
|  * This library is distributed in the hope that it will be useful, | ||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | ||||
|  * Lesser General Public License for more details. | ||||
|  * | ||||
|  * You should have received a copy of the GNU Lesser General Public | ||||
|  * License along with this library. If not, see <http://www.gnu.org/licenses/>. | ||||
|  */ | ||||
|  | ||||
| #ifndef CLUTTER_GRAPHENE_H | ||||
| #define CLUTTER_GRAPHENE_H | ||||
|  | ||||
| void clutter_graphene_init (void); | ||||
|  | ||||
| #endif | ||||
| @@ -44,12 +44,12 @@ | ||||
|  * SECTION:clutter-grid-layout | ||||
|  * @Short_description: A layout manager for a grid of actors | ||||
|  * @Title: ClutterGridLayout | ||||
|  * @See_also: #ClutterBoxLayout | ||||
|  * @See_also: #ClutterTableLayout, #ClutterBoxLayout | ||||
|  * | ||||
|  * #ClutterGridLayout is a layout manager which arranges its child widgets in | ||||
|  * rows and columns. It is a very similar to #ClutterBoxLayout, but it | ||||
|  * consistently uses #ClutterActor's alignment and expansion flags instead of | ||||
|  * custom child properties. | ||||
|  * rows and columns. It is a very similar to #ClutterTableLayout and | ||||
|  * #ClutterBoxLayout, but it consistently uses #ClutterActor's | ||||
|  * alignment and expansion flags instead of custom child properties. | ||||
|  * | ||||
|  * Children are added using clutter_grid_layout_attach(). They can span | ||||
|  * multiple rows or columns. It is also possible to add a child next to an | ||||
|   | ||||
| @@ -118,10 +118,9 @@ clutter_image_init (ClutterImage *self) | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_image_paint_content (ClutterContent      *content, | ||||
|                              ClutterActor        *actor, | ||||
|                              ClutterPaintNode    *root, | ||||
|                              ClutterPaintContext *paint_context) | ||||
| clutter_image_paint_content (ClutterContent   *content, | ||||
|                              ClutterActor     *actor, | ||||
|                              ClutterPaintNode *root) | ||||
| { | ||||
|   ClutterImagePrivate *priv = CLUTTER_IMAGE (content)->priv; | ||||
|   ClutterPaintNode *node; | ||||
| @@ -130,7 +129,7 @@ clutter_image_paint_content (ClutterContent      *content, | ||||
|     return; | ||||
|  | ||||
|   node = clutter_actor_create_texture_paint_node (actor, priv->texture); | ||||
|   clutter_paint_node_set_static_name (node, "Image Content"); | ||||
|   clutter_paint_node_set_name (node, "Image Content"); | ||||
|   clutter_paint_node_add_child (root, node); | ||||
|   clutter_paint_node_unref (node); | ||||
| } | ||||
| @@ -257,7 +256,7 @@ clutter_image_set_data (ClutterImage     *image, | ||||
|     { | ||||
|       g_set_error_literal (error, CLUTTER_IMAGE_ERROR, | ||||
|                            CLUTTER_IMAGE_ERROR_INVALID_DATA, | ||||
|                            "Unable to load image data"); | ||||
|                            _("Unable to load image data")); | ||||
|       return FALSE; | ||||
|     } | ||||
|  | ||||
| @@ -326,7 +325,7 @@ clutter_image_set_bytes (ClutterImage     *image, | ||||
|     { | ||||
|       g_set_error_literal (error, CLUTTER_IMAGE_ERROR, | ||||
|                            CLUTTER_IMAGE_ERROR_INVALID_DATA, | ||||
|                            "Unable to load image data"); | ||||
|                            _("Unable to load image data")); | ||||
|       return FALSE; | ||||
|     } | ||||
|  | ||||
| @@ -420,7 +419,7 @@ clutter_image_set_area (ClutterImage                 *image, | ||||
|     { | ||||
|       g_set_error_literal (error, CLUTTER_IMAGE_ERROR, | ||||
|                            CLUTTER_IMAGE_ERROR_INVALID_DATA, | ||||
|                            "Unable to load image data"); | ||||
|                            _("Unable to load image data")); | ||||
|       return FALSE; | ||||
|     } | ||||
|  | ||||
|   | ||||
| @@ -1,255 +0,0 @@ | ||||
| /* | ||||
|  * Clutter. | ||||
|  * | ||||
|  * An OpenGL based 'interactive canvas' library. | ||||
|  * | ||||
|  * Copyright © 2009, 2010, 2011  Intel Corp. | ||||
|  * | ||||
|  * This library is free software; you can redistribute it and/or | ||||
|  * modify it under the terms of the GNU Lesser General Public | ||||
|  * License as published by the Free Software Foundation; either | ||||
|  * version 2 of the License, or (at your option) any later version. | ||||
|  * | ||||
|  * This library is distributed in the hope that it will be useful, | ||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | ||||
|  * Lesser General Public License for more details. | ||||
|  * | ||||
|  * You should have received a copy of the GNU Lesser General Public | ||||
|  * License along with this library. If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  * Author: Emmanuele Bassi <ebassi@linux.intel.com> | ||||
|  */ | ||||
|  | ||||
| #ifndef CLUTTER_INPUT_DEVICE_PRIVATE_H | ||||
| #define CLUTTER_INPUT_DEVICE_PRIVATE_H | ||||
|  | ||||
| #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) | ||||
| #error "Only <clutter/clutter.h> can be included directly." | ||||
| #endif | ||||
|  | ||||
| #include <clutter/clutter-input-device.h> | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
|  | ||||
| typedef struct _ClutterAxisInfo | ||||
| { | ||||
|   ClutterInputAxis axis; | ||||
|  | ||||
|   double min_axis; | ||||
|   double max_axis; | ||||
|  | ||||
|   double min_value; | ||||
|   double max_value; | ||||
|  | ||||
|   double resolution; | ||||
| } ClutterAxisInfo; | ||||
|  | ||||
| typedef struct _ClutterKeyInfo | ||||
| { | ||||
|   guint keyval; | ||||
|   ClutterModifierType modifiers; | ||||
| } ClutterKeyInfo; | ||||
|  | ||||
| typedef struct _ClutterScrollInfo | ||||
| { | ||||
|   guint axis_id; | ||||
|   ClutterScrollDirection direction; | ||||
|   double increment; | ||||
|  | ||||
|   double last_value; | ||||
|   guint last_value_valid : 1; | ||||
| } ClutterScrollInfo; | ||||
|  | ||||
| typedef struct _ClutterTouchInfo | ||||
| { | ||||
|   ClutterEventSequence *sequence; | ||||
|   ClutterActor *actor; | ||||
|  | ||||
|   float current_x; | ||||
|   float current_y; | ||||
| } ClutterTouchInfo; | ||||
|  | ||||
| typedef struct _ClutterPtrA11yData | ||||
| { | ||||
|   int n_btn_pressed; | ||||
|   float current_x; | ||||
|   float current_y; | ||||
|  | ||||
|   float dwell_x; | ||||
|   float dwell_y; | ||||
|   gboolean dwell_drag_started; | ||||
|   gboolean dwell_gesture_started; | ||||
|   guint dwell_timer; | ||||
|   guint dwell_position_timer; | ||||
|  | ||||
|   guint secondary_click_timer; | ||||
|   gboolean secondary_click_triggered; | ||||
| } ClutterPtrA11yData; | ||||
|  | ||||
| struct _ClutterInputDevice | ||||
| { | ||||
|   GObject parent_instance; | ||||
|  | ||||
|   int id; | ||||
|  | ||||
|   ClutterInputDeviceType device_type; | ||||
|   ClutterInputMode device_mode; | ||||
|  | ||||
|   char *device_name; | ||||
|  | ||||
|   ClutterSeat *seat; | ||||
|  | ||||
|   ClutterBackend *backend; | ||||
|  | ||||
|   /* the associated device */ | ||||
|   ClutterInputDevice *associated; | ||||
|  | ||||
|   GList *slaves; | ||||
|  | ||||
|   /* the actor underneath the pointer */ | ||||
|   ClutterActor *cursor_actor; | ||||
|   GHashTable   *inv_touch_sequence_actors; | ||||
|  | ||||
|   /* the actor that has a grab in place for the device */ | ||||
|   ClutterActor *pointer_grab_actor; | ||||
|   ClutterActor *keyboard_grab_actor; | ||||
|   GHashTable   *sequence_grab_actors; | ||||
|   GHashTable   *inv_sequence_grab_actors; | ||||
|  | ||||
|   /* the current click count */ | ||||
|   int click_count; | ||||
|  | ||||
|   /* the stage the device is on */ | ||||
|   ClutterStage *stage; | ||||
|  | ||||
|   /* the current state */ | ||||
|   float current_x; | ||||
|   float current_y; | ||||
|   uint32_t current_time; | ||||
|   int current_button_number; | ||||
|   ClutterModifierType current_state; | ||||
|  | ||||
|   /* the current touch points states */ | ||||
|   GHashTable *touch_sequences_info; | ||||
|  | ||||
|   /* the previous state, used for click count generation */ | ||||
|   int previous_x; | ||||
|   int previous_y; | ||||
|   uint32_t previous_time; | ||||
|   int previous_button_number; | ||||
|   ClutterModifierType previous_state; | ||||
|  | ||||
|   GArray *axes; | ||||
|  | ||||
|   guint n_keys; | ||||
|   GArray *keys; | ||||
|  | ||||
|   GArray *scroll_info; | ||||
|  | ||||
|   char *vendor_id; | ||||
|   char *product_id; | ||||
|   char *node_path; | ||||
|  | ||||
|   GPtrArray *tools; | ||||
|  | ||||
|   int n_rings; | ||||
|   int n_strips; | ||||
|   int n_mode_groups; | ||||
|  | ||||
|   ClutterInputDeviceMapping mapping_mode; | ||||
|  | ||||
|   guint has_cursor : 1; | ||||
|   guint is_enabled : 1; | ||||
|  | ||||
|   /* Accessiblity */ | ||||
|   ClutterVirtualInputDevice *accessibility_virtual_device; | ||||
|   ClutterPtrA11yData *ptr_a11y_data; | ||||
| }; | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void _clutter_input_device_set_associated_device (ClutterInputDevice *device, | ||||
|                                                   ClutterInputDevice *associated); | ||||
| CLUTTER_EXPORT | ||||
| void _clutter_input_device_add_slave (ClutterInputDevice *master, | ||||
|                                       ClutterInputDevice *slave); | ||||
| CLUTTER_EXPORT | ||||
| void _clutter_input_device_remove_slave (ClutterInputDevice *master, | ||||
|                                          ClutterInputDevice *slave); | ||||
| CLUTTER_EXPORT | ||||
| void clutter_input_device_update_from_tool (ClutterInputDevice     *device, | ||||
|                                             ClutterInputDeviceTool *tool); | ||||
| CLUTTER_EXPORT | ||||
| ClutterStage * _clutter_input_device_get_stage (ClutterInputDevice *device); | ||||
| CLUTTER_EXPORT | ||||
| void _clutter_input_device_set_stage (ClutterInputDevice *device, | ||||
|                                       ClutterStage       *stage); | ||||
| CLUTTER_EXPORT | ||||
| void _clutter_input_device_set_coords (ClutterInputDevice   *device, | ||||
|                                        ClutterEventSequence *sequence, | ||||
|                                        gfloat                x, | ||||
|                                        gfloat                y, | ||||
|                                        ClutterStage         *stage); | ||||
| CLUTTER_EXPORT | ||||
| void _clutter_input_device_set_state (ClutterInputDevice  *device, | ||||
|                                       ClutterModifierType  state); | ||||
| CLUTTER_EXPORT | ||||
| void _clutter_input_device_set_time (ClutterInputDevice *device, | ||||
|                                      guint32             time_); | ||||
| void _clutter_input_device_set_actor (ClutterInputDevice   *device, | ||||
|                                       ClutterEventSequence *sequence, | ||||
|                                       ClutterActor         *actor, | ||||
|                                       gboolean              emit_crossing); | ||||
| CLUTTER_EXPORT | ||||
| ClutterActor * clutter_input_device_update (ClutterInputDevice   *device, | ||||
| 					    ClutterEventSequence *sequence, | ||||
| 					    gboolean              emit_crossing); | ||||
| CLUTTER_EXPORT | ||||
| void _clutter_input_device_add_event_sequence (ClutterInputDevice *device, | ||||
|                                                ClutterEvent       *event); | ||||
| CLUTTER_EXPORT | ||||
| void _clutter_input_device_remove_event_sequence (ClutterInputDevice *device, | ||||
|                                                   ClutterEvent       *event); | ||||
| CLUTTER_EXPORT | ||||
| void _clutter_input_device_set_n_keys (ClutterInputDevice *device, | ||||
|                                        guint               n_keys); | ||||
| CLUTTER_EXPORT | ||||
| gboolean _clutter_input_device_translate_axis (ClutterInputDevice *device, | ||||
|                                                guint               index_, | ||||
|                                                gdouble             value, | ||||
|                                                gdouble            *axis_value); | ||||
| CLUTTER_EXPORT | ||||
| guint _clutter_input_device_add_axis (ClutterInputDevice *device, | ||||
|                                       ClutterInputAxis    axis, | ||||
|                                       gdouble             minimum, | ||||
|                                       gdouble             maximum, | ||||
|                                       gdouble             resolution); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void _clutter_input_device_reset_axes (ClutterInputDevice *device); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void _clutter_input_device_add_scroll_info (ClutterInputDevice     *device, | ||||
|                                             guint                   index_, | ||||
|                                             ClutterScrollDirection  direction, | ||||
|                                             gdouble                 increment); | ||||
| CLUTTER_EXPORT | ||||
| gboolean _clutter_input_device_get_scroll_delta (ClutterInputDevice     *device, | ||||
|                                                  guint                   index_, | ||||
|                                                  gdouble                 value, | ||||
|                                                  ClutterScrollDirection *direction_p, | ||||
|                                                  gdouble                *delta_p); | ||||
| CLUTTER_EXPORT | ||||
| void _clutter_input_device_reset_scroll_info (ClutterInputDevice *device); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void clutter_input_device_add_tool (ClutterInputDevice     *device, | ||||
|                                     ClutterInputDeviceTool *tool); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| ClutterInputDeviceTool * | ||||
|    clutter_input_device_lookup_tool (ClutterInputDevice         *device, | ||||
|                                      guint64                     serial, | ||||
|                                      ClutterInputDeviceToolType  type); | ||||
|  | ||||
| #endif /* CLUTTER_INPUT_DEVICE_PRIVATE_H */ | ||||
| @@ -37,12 +37,12 @@ | ||||
|  | ||||
| #include "clutter-actor-private.h" | ||||
| #include "clutter-debug.h" | ||||
| #include "clutter-device-manager-private.h" | ||||
| #include "clutter-enum-types.h" | ||||
| #include "clutter-event-private.h" | ||||
| #include "clutter-marshal.h" | ||||
| #include "clutter-private.h" | ||||
| #include "clutter-stage-private.h" | ||||
| #include "clutter-input-device-private.h" | ||||
| #include "clutter-input-device-tool.h" | ||||
|  | ||||
| #include <math.h> | ||||
| @@ -57,7 +57,7 @@ enum | ||||
|   PROP_NAME, | ||||
|  | ||||
|   PROP_DEVICE_TYPE, | ||||
|   PROP_SEAT, | ||||
|   PROP_DEVICE_MANAGER, | ||||
|   PROP_DEVICE_MODE, | ||||
|  | ||||
|   PROP_HAS_CURSOR, | ||||
| @@ -96,7 +96,6 @@ clutter_input_device_dispose (GObject *gobject) | ||||
|   g_clear_pointer (&device->device_name, g_free); | ||||
|   g_clear_pointer (&device->vendor_id, g_free); | ||||
|   g_clear_pointer (&device->product_id, g_free); | ||||
|   g_clear_pointer (&device->node_path, g_free); | ||||
|  | ||||
|   if (device->associated != NULL) | ||||
|     { | ||||
| @@ -108,9 +107,6 @@ clutter_input_device_dispose (GObject *gobject) | ||||
|       device->associated = NULL; | ||||
|     } | ||||
|  | ||||
|   if (device->accessibility_virtual_device) | ||||
|     g_clear_object (&device->accessibility_virtual_device); | ||||
|  | ||||
|   g_clear_pointer (&device->axes, g_array_unref); | ||||
|   g_clear_pointer (&device->keys, g_array_unref); | ||||
|   g_clear_pointer (&device->scroll_info, g_array_unref); | ||||
| @@ -171,8 +167,8 @@ clutter_input_device_set_property (GObject      *gobject, | ||||
|       self->device_type = g_value_get_enum (value); | ||||
|       break; | ||||
|  | ||||
|     case PROP_SEAT: | ||||
|       self->seat = g_value_get_object (value); | ||||
|     case PROP_DEVICE_MANAGER: | ||||
|       self->device_manager = g_value_get_object (value); | ||||
|       break; | ||||
|  | ||||
|     case PROP_DEVICE_MODE: | ||||
| @@ -247,8 +243,8 @@ clutter_input_device_get_property (GObject    *gobject, | ||||
|       g_value_set_enum (value, self->device_type); | ||||
|       break; | ||||
|  | ||||
|     case PROP_SEAT: | ||||
|       g_value_set_object (value, self->seat); | ||||
|     case PROP_DEVICE_MANAGER: | ||||
|       g_value_set_object (value, self->device_manager); | ||||
|       break; | ||||
|  | ||||
|     case PROP_DEVICE_MODE: | ||||
| @@ -362,15 +358,17 @@ clutter_input_device_class_init (ClutterInputDeviceClass *klass) | ||||
|                        G_PARAM_CONSTRUCT_ONLY); | ||||
|  | ||||
|   /** | ||||
|    * ClutterInputDevice:seat: | ||||
|    * ClutterInputDevice:device-manager: | ||||
|    * | ||||
|    * The #ClutterSeat instance which owns the device | ||||
|    * The #ClutterDeviceManager instance which owns the device | ||||
|    * | ||||
|    * Since: 1.6 | ||||
|    */ | ||||
|   obj_props[PROP_SEAT] = | ||||
|     g_param_spec_object ("seat", | ||||
|                          P_("Seat"), | ||||
|                          P_("Seat"), | ||||
|                          CLUTTER_TYPE_SEAT, | ||||
|   obj_props[PROP_DEVICE_MANAGER] = | ||||
|     g_param_spec_object ("device-manager", | ||||
|                          P_("Device Manager"), | ||||
|                          P_("The device manager instance"), | ||||
|                          CLUTTER_TYPE_DEVICE_MANAGER, | ||||
|                          CLUTTER_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY); | ||||
|  | ||||
|   /** | ||||
| @@ -798,7 +796,7 @@ on_cursor_actor_reactive_changed (ClutterActor       *actor, | ||||
|  * | ||||
|  * Sets the actor under the pointer coordinates of @device | ||||
|  * | ||||
|  * This function is called by clutter_input_device_update() | ||||
|  * This function is called by _clutter_input_device_update() | ||||
|  * and it will: | ||||
|  * | ||||
|  *   - queue a %CLUTTER_LEAVE event on the previous pointer actor | ||||
| @@ -836,7 +834,6 @@ _clutter_input_device_set_actor (ClutterInputDevice   *device, | ||||
|           event->crossing.x = device->current_x; | ||||
|           event->crossing.y = device->current_y; | ||||
|           event->crossing.related = actor; | ||||
|           event->crossing.sequence = sequence; | ||||
|           clutter_event_set_device (event, device); | ||||
|  | ||||
|           /* we need to make sure that this event is processed | ||||
| @@ -873,7 +870,6 @@ _clutter_input_device_set_actor (ClutterInputDevice   *device, | ||||
|           event->crossing.y = device->current_y; | ||||
|           event->crossing.source = actor; | ||||
|           event->crossing.related = old_actor; | ||||
|           event->crossing.sequence = sequence; | ||||
|           clutter_event_set_device (event, device); | ||||
|  | ||||
|           /* see above */ | ||||
| @@ -990,7 +986,7 @@ clutter_input_device_get_enabled (ClutterInputDevice *device) | ||||
| gboolean | ||||
| clutter_input_device_get_coords (ClutterInputDevice   *device, | ||||
|                                  ClutterEventSequence *sequence, | ||||
|                                  graphene_point_t     *point) | ||||
|                                  ClutterPoint         *point) | ||||
| { | ||||
|   g_return_val_if_fail (CLUTTER_IS_INPUT_DEVICE (device), FALSE); | ||||
|   g_return_val_if_fail (point != NULL, FALSE); | ||||
| @@ -1016,7 +1012,7 @@ clutter_input_device_get_coords (ClutterInputDevice   *device, | ||||
| } | ||||
|  | ||||
| /* | ||||
|  * clutter_input_device_update: | ||||
|  * _clutter_input_device_update: | ||||
|  * @device: a #ClutterInputDevice | ||||
|  * | ||||
|  * Updates the input @device by determining the #ClutterActor underneath the | ||||
| @@ -1030,18 +1026,17 @@ clutter_input_device_get_coords (ClutterInputDevice   *device, | ||||
|  * Since: 1.2 | ||||
|  */ | ||||
| ClutterActor * | ||||
| clutter_input_device_update (ClutterInputDevice   *device, | ||||
|                              ClutterEventSequence *sequence, | ||||
|                              gboolean              emit_crossing) | ||||
| _clutter_input_device_update (ClutterInputDevice   *device, | ||||
|                               ClutterEventSequence *sequence, | ||||
|                               gboolean              emit_crossing) | ||||
| { | ||||
|   ClutterStage *stage; | ||||
|   ClutterActor *new_cursor_actor; | ||||
|   ClutterActor *old_cursor_actor; | ||||
|   graphene_point_t point = GRAPHENE_POINT_INIT (-1.0f, -1.0f); | ||||
|   ClutterInputDeviceType device_type = device->device_type; | ||||
|   ClutterPoint point = { -1, -1 }; | ||||
|  | ||||
|   g_assert (device_type != CLUTTER_KEYBOARD_DEVICE && | ||||
|             device_type != CLUTTER_PAD_DEVICE); | ||||
|   if (device->device_type == CLUTTER_KEYBOARD_DEVICE) | ||||
|     return NULL; | ||||
|  | ||||
|   stage = device->stage; | ||||
|   if (G_UNLIKELY (stage == NULL)) | ||||
| @@ -1223,11 +1218,11 @@ clutter_input_device_get_device_mode (ClutterInputDevice *device) | ||||
|  * | ||||
|  *   translate_native_event_to_clutter (native_event, &c_event); | ||||
|  * | ||||
|  *   // get the seat | ||||
|  *   seat = clutter_backend_get_deafult_seat (clutter_get_default_backend ()); | ||||
|  *   // get the device manager | ||||
|  *   manager = clutter_device_manager_get_default (); | ||||
|  * | ||||
|  *   // use the default Core Pointer that Clutter backends register by default | ||||
|  *   device = clutter_seat_get_pointer (seat); | ||||
|  *   device = clutter_device_manager_get_core_device (manager, %CLUTTER_POINTER_DEVICE); | ||||
|  * | ||||
|  *   // update the state of the input device | ||||
|  *   clutter_input_device_update_from_event (device, &c_event, FALSE); | ||||
| @@ -1924,157 +1919,6 @@ _clutter_input_device_reset_scroll_info (ClutterInputDevice *device) | ||||
|     } | ||||
| } | ||||
|  | ||||
| static void | ||||
| on_grab_actor_destroy (ClutterActor       *actor, | ||||
|                        ClutterInputDevice *device) | ||||
| { | ||||
|   switch (device->device_type) | ||||
|     { | ||||
|     case CLUTTER_POINTER_DEVICE: | ||||
|     case CLUTTER_TABLET_DEVICE: | ||||
|       device->pointer_grab_actor = NULL; | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_KEYBOARD_DEVICE: | ||||
|       device->keyboard_grab_actor = NULL; | ||||
|       break; | ||||
|  | ||||
|     default: | ||||
|       g_assert_not_reached (); | ||||
|     } | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_input_device_grab: | ||||
|  * @device: a #ClutterInputDevice | ||||
|  * @actor: a #ClutterActor | ||||
|  * | ||||
|  * Acquires a grab on @actor for the given @device. | ||||
|  * | ||||
|  * Any event coming from @device will be delivered to @actor, bypassing | ||||
|  * the usual event delivery mechanism, until the grab is released by | ||||
|  * calling clutter_input_device_ungrab(). | ||||
|  * | ||||
|  * The grab is client-side: even if the windowing system used by the Clutter | ||||
|  * backend has the concept of "device grabs", Clutter will not use them. | ||||
|  * | ||||
|  * Only #ClutterInputDevice of types %CLUTTER_POINTER_DEVICE, | ||||
|  * %CLUTTER_TABLET_DEVICE and %CLUTTER_KEYBOARD_DEVICE can hold a grab. | ||||
|  * | ||||
|  * Since: 1.10 | ||||
|  */ | ||||
| void | ||||
| clutter_input_device_grab (ClutterInputDevice *device, | ||||
|                            ClutterActor       *actor) | ||||
| { | ||||
|   ClutterActor **grab_actor; | ||||
|  | ||||
|   g_return_if_fail (CLUTTER_IS_INPUT_DEVICE (device)); | ||||
|   g_return_if_fail (CLUTTER_IS_ACTOR (actor)); | ||||
|  | ||||
|   switch (device->device_type) | ||||
|     { | ||||
|     case CLUTTER_POINTER_DEVICE: | ||||
|     case CLUTTER_TABLET_DEVICE: | ||||
|       grab_actor = &device->pointer_grab_actor; | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_KEYBOARD_DEVICE: | ||||
|       grab_actor = &device->keyboard_grab_actor; | ||||
|       break; | ||||
|  | ||||
|     default: | ||||
|       g_critical ("Only pointer and keyboard devices can grab an actor"); | ||||
|       return; | ||||
|     } | ||||
|  | ||||
|   if (*grab_actor != NULL) | ||||
|     { | ||||
|       g_signal_handlers_disconnect_by_func (*grab_actor, | ||||
|                                             G_CALLBACK (on_grab_actor_destroy), | ||||
|                                             device); | ||||
|     } | ||||
|  | ||||
|   *grab_actor = actor; | ||||
|  | ||||
|   g_signal_connect (*grab_actor, | ||||
|                     "destroy", | ||||
|                     G_CALLBACK (on_grab_actor_destroy), | ||||
|                     device); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_input_device_ungrab: | ||||
|  * @device: a #ClutterInputDevice | ||||
|  * | ||||
|  * Releases the grab on the @device, if one is in place. | ||||
|  * | ||||
|  * Since: 1.10 | ||||
|  */ | ||||
| void | ||||
| clutter_input_device_ungrab (ClutterInputDevice *device) | ||||
| { | ||||
|   ClutterActor **grab_actor; | ||||
|  | ||||
|   g_return_if_fail (CLUTTER_IS_INPUT_DEVICE (device)); | ||||
|  | ||||
|   switch (device->device_type) | ||||
|     { | ||||
|     case CLUTTER_POINTER_DEVICE: | ||||
|     case CLUTTER_TABLET_DEVICE: | ||||
|       grab_actor = &device->pointer_grab_actor; | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_KEYBOARD_DEVICE: | ||||
|       grab_actor = &device->keyboard_grab_actor; | ||||
|       break; | ||||
|  | ||||
|     default: | ||||
|       return; | ||||
|     } | ||||
|  | ||||
|   if (*grab_actor == NULL) | ||||
|     return; | ||||
|  | ||||
|   g_signal_handlers_disconnect_by_func (*grab_actor, | ||||
|                                         G_CALLBACK (on_grab_actor_destroy), | ||||
|                                         device); | ||||
|  | ||||
|   *grab_actor = NULL; | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_input_device_get_grabbed_actor: | ||||
|  * @device: a #ClutterInputDevice | ||||
|  * | ||||
|  * Retrieves a pointer to the #ClutterActor currently grabbing all | ||||
|  * the events coming from @device. | ||||
|  * | ||||
|  * Return value: (transfer none): a #ClutterActor, or %NULL | ||||
|  * | ||||
|  * Since: 1.10 | ||||
|  */ | ||||
| ClutterActor * | ||||
| clutter_input_device_get_grabbed_actor (ClutterInputDevice *device) | ||||
| { | ||||
|   g_return_val_if_fail (CLUTTER_IS_INPUT_DEVICE (device), NULL); | ||||
|  | ||||
|   switch (device->device_type) | ||||
|     { | ||||
|     case CLUTTER_POINTER_DEVICE: | ||||
|     case CLUTTER_TABLET_DEVICE: | ||||
|       return device->pointer_grab_actor; | ||||
|  | ||||
|     case CLUTTER_KEYBOARD_DEVICE: | ||||
|       return device->keyboard_grab_actor; | ||||
|  | ||||
|     default: | ||||
|       g_critical ("Only pointer and keyboard devices can grab an actor"); | ||||
|     } | ||||
|  | ||||
|   return NULL; | ||||
| } | ||||
|  | ||||
| static void | ||||
| on_grab_sequence_actor_destroy (ClutterActor       *actor, | ||||
|                                 ClutterInputDevice *device) | ||||
| @@ -2440,19 +2284,3 @@ clutter_input_device_is_grouped (ClutterInputDevice *device, | ||||
|  | ||||
|   return CLUTTER_INPUT_DEVICE_GET_CLASS (device)->is_grouped (device, other_device); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_input_device_get_seat: | ||||
|  * @device: a #ClutterInputDevice | ||||
|  * | ||||
|  * Returns the seat the device belongs to | ||||
|  * | ||||
|  * Returns: (transfer none): the device seat | ||||
|  **/ | ||||
| ClutterSeat * | ||||
| clutter_input_device_get_seat (ClutterInputDevice *device) | ||||
| { | ||||
|   g_return_val_if_fail (CLUTTER_IS_INPUT_DEVICE (device), NULL); | ||||
|  | ||||
|   return device->seat; | ||||
| } | ||||
|   | ||||
| @@ -28,40 +28,10 @@ | ||||
| #error "Only <clutter/clutter.h> can be included directly." | ||||
| #endif | ||||
|  | ||||
| #include <clutter/clutter-backend.h> | ||||
| #include <clutter/clutter-types.h> | ||||
| #include <clutter/clutter-seat.h> | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
|  | ||||
| typedef void (*ClutterEmitInputDeviceEvent) (ClutterEvent       *event, | ||||
|                                              ClutterInputDevice *device); | ||||
|  | ||||
| struct _ClutterInputDeviceClass | ||||
| { | ||||
|   GObjectClass parent_class; | ||||
|  | ||||
|   gboolean (* keycode_to_evdev) (ClutterInputDevice *device, | ||||
|                                  guint               hardware_keycode, | ||||
|                                  guint              *evdev_keycode); | ||||
|   void (* update_from_tool) (ClutterInputDevice     *device, | ||||
|                              ClutterInputDeviceTool *tool); | ||||
|  | ||||
|   gboolean (* is_mode_switch_button) (ClutterInputDevice *device, | ||||
|                                       guint               group, | ||||
|                                       guint               button); | ||||
|   gint (* get_group_n_modes) (ClutterInputDevice *device, | ||||
|                               gint                group); | ||||
|  | ||||
|   gboolean (* is_grouped) (ClutterInputDevice *device, | ||||
|                            ClutterInputDevice *other_device); | ||||
|  | ||||
|   /* Keyboard accessbility */ | ||||
|   void (* process_kbd_a11y_event) (ClutterEvent               *event, | ||||
|                                    ClutterInputDevice         *device, | ||||
|                                    ClutterEmitInputDeviceEvent emit_event_func); | ||||
| }; | ||||
|  | ||||
| #define CLUTTER_TYPE_INPUT_DEVICE               (clutter_input_device_get_type ()) | ||||
| #define CLUTTER_INPUT_DEVICE(obj)               (G_TYPE_CHECK_INSTANCE_CAST ((obj), CLUTTER_TYPE_INPUT_DEVICE, ClutterInputDevice)) | ||||
| #define CLUTTER_IS_INPUT_DEVICE(obj)            (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CLUTTER_TYPE_INPUT_DEVICE)) | ||||
| @@ -88,7 +58,7 @@ gint                    clutter_input_device_get_device_id      (ClutterInputDev | ||||
| CLUTTER_EXPORT | ||||
| gboolean                clutter_input_device_get_coords        (ClutterInputDevice   *device, | ||||
|                                                                 ClutterEventSequence *sequence, | ||||
|                                                                 graphene_point_t     *point); | ||||
|                                                                 ClutterPoint         *point); | ||||
| CLUTTER_EXPORT | ||||
| ClutterModifierType     clutter_input_device_get_modifier_state (ClutterInputDevice  *device); | ||||
| CLUTTER_EXPORT | ||||
| @@ -201,8 +171,6 @@ void                      clutter_input_device_set_mapping_mode (ClutterInputDev | ||||
| CLUTTER_EXPORT | ||||
| gboolean                  clutter_input_device_is_grouped       (ClutterInputDevice *device, | ||||
|                                                                  ClutterInputDevice *other_device); | ||||
| CLUTTER_EXPORT | ||||
| ClutterSeat *             clutter_input_device_get_seat         (ClutterInputDevice *device); | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
|   | ||||
| @@ -29,7 +29,7 @@ void clutter_input_focus_focus_out (ClutterInputFocus  *focus); | ||||
| void clutter_input_focus_commit (ClutterInputFocus *focus, | ||||
|                                  const gchar       *text); | ||||
| void clutter_input_focus_delete_surrounding (ClutterInputFocus *focus, | ||||
|                                              int                offset, | ||||
|                                              guint              offset, | ||||
|                                              guint              len); | ||||
| void clutter_input_focus_request_surrounding (ClutterInputFocus *focus); | ||||
|  | ||||
|   | ||||
| @@ -89,8 +89,8 @@ clutter_input_focus_reset (ClutterInputFocus *focus) | ||||
| } | ||||
|  | ||||
| void | ||||
| clutter_input_focus_set_cursor_location (ClutterInputFocus     *focus, | ||||
|                                          const graphene_rect_t *rect) | ||||
| clutter_input_focus_set_cursor_location (ClutterInputFocus *focus, | ||||
|                                          const ClutterRect *rect) | ||||
| { | ||||
|   ClutterInputFocusPrivate *priv; | ||||
|  | ||||
| @@ -217,7 +217,7 @@ clutter_input_focus_commit (ClutterInputFocus *focus, | ||||
|  | ||||
| void | ||||
| clutter_input_focus_delete_surrounding (ClutterInputFocus *focus, | ||||
|                                         int                offset, | ||||
|                                         guint              offset, | ||||
|                                         guint              len) | ||||
| { | ||||
|   g_return_if_fail (CLUTTER_IS_INPUT_FOCUS (focus)); | ||||
|   | ||||
| @@ -41,7 +41,7 @@ struct _ClutterInputFocusClass | ||||
|  | ||||
|   void (* request_surrounding) (ClutterInputFocus *focus); | ||||
|   void (* delete_surrounding)  (ClutterInputFocus *focus, | ||||
|                                 int                offset, | ||||
|                                 guint              offset, | ||||
|                                 guint              len); | ||||
|   void (* commit_text) (ClutterInputFocus *focus, | ||||
|                         const gchar       *text); | ||||
| @@ -57,8 +57,8 @@ gboolean clutter_input_focus_is_focused (ClutterInputFocus *focus); | ||||
| CLUTTER_EXPORT | ||||
| void clutter_input_focus_reset (ClutterInputFocus *focus); | ||||
| CLUTTER_EXPORT | ||||
| void clutter_input_focus_set_cursor_location (ClutterInputFocus     *focus, | ||||
|                                               const graphene_rect_t *rect); | ||||
| void clutter_input_focus_set_cursor_location (ClutterInputFocus *focus, | ||||
|                                               const ClutterRect *rect); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void clutter_input_focus_set_surrounding (ClutterInputFocus *focus, | ||||
|   | ||||
| @@ -26,8 +26,8 @@ ClutterInputFocus * clutter_input_method_get_focus (ClutterInputMethod *method); | ||||
|  | ||||
| void clutter_input_method_reset               (ClutterInputMethod *method); | ||||
|  | ||||
| void clutter_input_method_set_cursor_location (ClutterInputMethod    *method, | ||||
|                                                const graphene_rect_t *rect); | ||||
| void clutter_input_method_set_cursor_location (ClutterInputMethod *method, | ||||
|                                                const ClutterRect  *rect); | ||||
| void clutter_input_method_set_surrounding     (ClutterInputMethod *method, | ||||
|                                                const gchar        *text, | ||||
|                                                guint               cursor, | ||||
|   | ||||
| @@ -22,10 +22,10 @@ | ||||
| #include "clutter-build-config.h" | ||||
|  | ||||
| #include "clutter-private.h" | ||||
| #include "clutter/clutter-input-device-private.h" | ||||
| #include "clutter/clutter-input-method.h" | ||||
| #include "clutter/clutter-input-method-private.h" | ||||
| #include "clutter/clutter-input-focus-private.h" | ||||
| #include "clutter/clutter-device-manager-private.h" | ||||
|  | ||||
| typedef struct _ClutterInputMethodPrivate ClutterInputMethodPrivate; | ||||
|  | ||||
| @@ -168,7 +168,7 @@ clutter_input_method_class_init (ClutterInputMethodClass *klass) | ||||
|                   G_TYPE_FROM_CLASS (object_class), | ||||
|                   G_SIGNAL_RUN_LAST, | ||||
|                   0, NULL, NULL, NULL, | ||||
|                   G_TYPE_NONE, 2, G_TYPE_INT, G_TYPE_UINT); | ||||
|                   G_TYPE_NONE, 2, G_TYPE_UINT, G_TYPE_UINT); | ||||
|   signals[REQUEST_SURROUNDING] = | ||||
|     g_signal_new ("request-surrounding", | ||||
|                   G_TYPE_FROM_CLASS (object_class), | ||||
| @@ -187,7 +187,7 @@ clutter_input_method_class_init (ClutterInputMethodClass *klass) | ||||
|                   G_TYPE_FROM_CLASS (object_class), | ||||
|                   G_SIGNAL_RUN_LAST, | ||||
|                   0, NULL, NULL, NULL, | ||||
|                   G_TYPE_NONE, 1, GRAPHENE_TYPE_RECT); | ||||
|                   G_TYPE_NONE, 1, CLUTTER_TYPE_RECT); | ||||
|  | ||||
|   pspecs[PROP_CONTENT_HINTS] = | ||||
|     g_param_spec_flags ("content-hints", | ||||
| @@ -292,7 +292,7 @@ clutter_input_method_commit (ClutterInputMethod *im, | ||||
|  | ||||
| void | ||||
| clutter_input_method_delete_surrounding (ClutterInputMethod *im, | ||||
|                                          int                 offset, | ||||
|                                          guint               offset, | ||||
|                                          guint               len) | ||||
| { | ||||
|   ClutterInputMethodPrivate *priv; | ||||
| @@ -377,8 +377,8 @@ clutter_input_method_reset (ClutterInputMethod *im) | ||||
| } | ||||
|  | ||||
| void | ||||
| clutter_input_method_set_cursor_location (ClutterInputMethod    *im, | ||||
|                                           const graphene_rect_t *rect) | ||||
| clutter_input_method_set_cursor_location (ClutterInputMethod *im, | ||||
|                                           const ClutterRect  *rect) | ||||
| { | ||||
|   g_return_if_fail (CLUTTER_IS_INPUT_METHOD (im)); | ||||
|  | ||||
| @@ -452,8 +452,8 @@ clutter_input_method_forward_key (ClutterInputMethod *im, | ||||
|                                   gboolean            press) | ||||
| { | ||||
|   ClutterInputMethodPrivate *priv; | ||||
|   ClutterDeviceManager *device_manager; | ||||
|   ClutterInputDevice *keyboard; | ||||
|   ClutterSeat *seat; | ||||
|   ClutterStage *stage; | ||||
|   ClutterEvent *event; | ||||
|  | ||||
| @@ -463,8 +463,9 @@ clutter_input_method_forward_key (ClutterInputMethod *im, | ||||
|   if (!priv->focus) | ||||
|     return; | ||||
|  | ||||
|   seat = clutter_backend_get_default_seat (clutter_get_default_backend ()); | ||||
|   keyboard = clutter_seat_get_keyboard (seat); | ||||
|   device_manager = clutter_device_manager_get_default (); | ||||
|   keyboard = clutter_device_manager_get_core_device (device_manager, | ||||
|                                                      CLUTTER_KEYBOARD_DEVICE); | ||||
|   stage = _clutter_input_device_get_stage (keyboard); | ||||
|   if (stage == NULL) | ||||
|     return; | ||||
|   | ||||
| @@ -42,8 +42,8 @@ struct _ClutterInputMethodClass | ||||
|  | ||||
|   void (* reset) (ClutterInputMethod *im); | ||||
|  | ||||
|   void (* set_cursor_location) (ClutterInputMethod    *im, | ||||
|                                 const graphene_rect_t *rect); | ||||
|   void (* set_cursor_location) (ClutterInputMethod          *im, | ||||
|                                 const ClutterRect           *rect); | ||||
|   void (* set_surrounding) (ClutterInputMethod *im, | ||||
|                             const gchar        *text, | ||||
|                             guint               cursor, | ||||
| @@ -68,7 +68,7 @@ void clutter_input_method_commit (ClutterInputMethod *im, | ||||
|                                   const gchar        *text); | ||||
| CLUTTER_EXPORT | ||||
| void clutter_input_method_delete_surrounding (ClutterInputMethod *im, | ||||
|                                               int                 offset, | ||||
|                                               guint               offset, | ||||
|                                               guint               len); | ||||
| CLUTTER_EXPORT | ||||
| void clutter_input_method_request_surrounding (ClutterInputMethod *im); | ||||
|   | ||||
| @@ -1,47 +0,0 @@ | ||||
| /* | ||||
|  * Copyright (C) 2019 Red Hat | ||||
|  * | ||||
|  * This program is free software; you can redistribute it and/or | ||||
|  * modify it under the terms of the GNU General Public License as | ||||
|  * published by the Free Software Foundation; either version 2 of the | ||||
|  * License, or (at your option) any later version. | ||||
|  * | ||||
|  * This program is distributed in the hope that it will be useful, but | ||||
|  * WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | ||||
|  * General Public License for more details. | ||||
|  * | ||||
|  * You should have received a copy of the GNU General Public License | ||||
|  * along with this program; if not, write to the Free Software | ||||
|  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | ||||
|  * 02111-1307, USA. | ||||
|  * | ||||
|  * Author: Olivier Fourdan <ofourdan@redhat.com> | ||||
|  */ | ||||
|  | ||||
| #ifndef __CLUTTER_INPUT_POINTER_A11Y_H__ | ||||
| #define __CLUTTER_INPUT_POINTER_A11Y_H__ | ||||
|  | ||||
| #include <clutter/clutter-types.h> | ||||
| #include "clutter-enum-types.h" | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void _clutter_input_pointer_a11y_add_device      (ClutterInputDevice   *device); | ||||
| CLUTTER_EXPORT | ||||
| void _clutter_input_pointer_a11y_remove_device   (ClutterInputDevice   *device); | ||||
| CLUTTER_EXPORT | ||||
| void _clutter_input_pointer_a11y_on_motion_event (ClutterInputDevice   *device, | ||||
|                                                   float                 x, | ||||
|                                                   float                 y); | ||||
| CLUTTER_EXPORT | ||||
| void _clutter_input_pointer_a11y_on_button_event (ClutterInputDevice   *device, | ||||
|                                                   int                   button, | ||||
|                                                   gboolean              pressed); | ||||
| CLUTTER_EXPORT | ||||
| gboolean _clutter_is_input_pointer_a11y_enabled  (ClutterInputDevice     *device); | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
| #endif /* __CLUTTER_INPUT_POINTER_A11Y_H__ */ | ||||
| @@ -1,706 +0,0 @@ | ||||
| /* | ||||
|  * Copyright (C) 2019 Red Hat | ||||
|  * | ||||
|  * This program is free software; you can redistribute it and/or | ||||
|  * modify it under the terms of the GNU General Public License as | ||||
|  * published by the Free Software Foundation; either version 2 of the | ||||
|  * License, or (at your option) any later version. | ||||
|  * | ||||
|  * This program is distributed in the hope that it will be useful, but | ||||
|  * WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | ||||
|  * General Public License for more details. | ||||
|  * | ||||
|  * You should have received a copy of the GNU General Public License | ||||
|  * along with this program; if not, write to the Free Software | ||||
|  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | ||||
|  * 02111-1307, USA. | ||||
|  * | ||||
|  * Author: Olivier Fourdan <ofourdan@redhat.com> | ||||
|  * | ||||
|  * This reimplements in Clutter the same behavior as mousetweaks original | ||||
|  * implementation by Gerd Kohlberger <gerdko gmail com> | ||||
|  * mousetweaks Copyright (C) 2007-2010 Gerd Kohlberger <gerdko gmail com> | ||||
|  */ | ||||
|  | ||||
| #include "clutter-build-config.h" | ||||
|  | ||||
| #include "clutter-enum-types.h" | ||||
| #include "clutter-input-device.h" | ||||
| #include "clutter-input-device-private.h" | ||||
| #include "clutter-input-pointer-a11y-private.h" | ||||
| #include "clutter-main.h" | ||||
| #include "clutter-virtual-input-device.h" | ||||
|  | ||||
| static gboolean | ||||
| is_secondary_click_enabled (ClutterInputDevice *device) | ||||
| { | ||||
|   ClutterPointerA11ySettings settings; | ||||
|  | ||||
|   clutter_seat_get_pointer_a11y_settings (device->seat, &settings); | ||||
|  | ||||
|   return (settings.controls & CLUTTER_A11Y_SECONDARY_CLICK_ENABLED); | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| is_dwell_click_enabled (ClutterInputDevice *device) | ||||
| { | ||||
|   ClutterPointerA11ySettings settings; | ||||
|  | ||||
|   clutter_seat_get_pointer_a11y_settings (device->seat, &settings); | ||||
|  | ||||
|   return (settings.controls & CLUTTER_A11Y_DWELL_ENABLED); | ||||
| } | ||||
|  | ||||
| static unsigned int | ||||
| get_secondary_click_delay (ClutterInputDevice *device) | ||||
| { | ||||
|   ClutterPointerA11ySettings settings; | ||||
|  | ||||
|   clutter_seat_get_pointer_a11y_settings (device->seat, &settings); | ||||
|  | ||||
|   return settings.secondary_click_delay; | ||||
| } | ||||
|  | ||||
| static unsigned int | ||||
| get_dwell_delay (ClutterInputDevice *device) | ||||
| { | ||||
|   ClutterPointerA11ySettings settings; | ||||
|  | ||||
|   clutter_seat_get_pointer_a11y_settings (device->seat, &settings); | ||||
|  | ||||
|   return settings.dwell_delay; | ||||
| } | ||||
|  | ||||
| static unsigned int | ||||
| get_dwell_threshold (ClutterInputDevice *device) | ||||
| { | ||||
|   ClutterPointerA11ySettings settings; | ||||
|  | ||||
|   clutter_seat_get_pointer_a11y_settings (device->seat, &settings); | ||||
|  | ||||
|   return settings.dwell_threshold; | ||||
| } | ||||
|  | ||||
| static ClutterPointerA11yDwellMode | ||||
| get_dwell_mode (ClutterInputDevice *device) | ||||
| { | ||||
|   ClutterPointerA11ySettings settings; | ||||
|  | ||||
|   clutter_seat_get_pointer_a11y_settings (device->seat, &settings); | ||||
|  | ||||
|   return settings.dwell_mode; | ||||
| } | ||||
|  | ||||
| static ClutterPointerA11yDwellClickType | ||||
| get_dwell_click_type (ClutterInputDevice *device) | ||||
| { | ||||
|   ClutterPointerA11ySettings settings; | ||||
|  | ||||
|   clutter_seat_get_pointer_a11y_settings (device->seat, &settings); | ||||
|  | ||||
|   return settings.dwell_click_type; | ||||
| } | ||||
|  | ||||
| static ClutterPointerA11yDwellClickType | ||||
| get_dwell_click_type_for_direction (ClutterInputDevice               *device, | ||||
|                                     ClutterPointerA11yDwellDirection  direction) | ||||
| { | ||||
|   ClutterPointerA11ySettings settings; | ||||
|  | ||||
|   clutter_seat_get_pointer_a11y_settings (device->seat, &settings); | ||||
|  | ||||
|   if (direction == settings.dwell_gesture_single) | ||||
|     return CLUTTER_A11Y_DWELL_CLICK_TYPE_PRIMARY; | ||||
|   else if (direction == settings.dwell_gesture_double) | ||||
|     return CLUTTER_A11Y_DWELL_CLICK_TYPE_DOUBLE; | ||||
|   else if (direction == settings.dwell_gesture_drag) | ||||
|     return CLUTTER_A11Y_DWELL_CLICK_TYPE_DRAG; | ||||
|   else if (direction == settings.dwell_gesture_secondary) | ||||
|     return CLUTTER_A11Y_DWELL_CLICK_TYPE_SECONDARY; | ||||
|  | ||||
|   return CLUTTER_A11Y_DWELL_CLICK_TYPE_NONE; | ||||
| } | ||||
|  | ||||
| static void | ||||
| emit_button_press (ClutterInputDevice *device, | ||||
|                    gint                button) | ||||
| { | ||||
|   clutter_virtual_input_device_notify_button (device->accessibility_virtual_device, | ||||
|                                               g_get_monotonic_time (), | ||||
|                                               button, | ||||
|                                               CLUTTER_BUTTON_STATE_PRESSED); | ||||
| } | ||||
|  | ||||
| static void | ||||
| emit_button_release (ClutterInputDevice *device, | ||||
|                      gint                button) | ||||
| { | ||||
|   clutter_virtual_input_device_notify_button (device->accessibility_virtual_device, | ||||
|                                               g_get_monotonic_time (), | ||||
|                                               button, | ||||
|                                               CLUTTER_BUTTON_STATE_RELEASED); | ||||
| } | ||||
|  | ||||
| static void | ||||
| emit_button_click (ClutterInputDevice *device, | ||||
|                    gint                button) | ||||
| { | ||||
|   emit_button_press (device, button); | ||||
|   emit_button_release (device, button); | ||||
| } | ||||
|  | ||||
| static void | ||||
| restore_dwell_position (ClutterInputDevice *device) | ||||
| { | ||||
|   clutter_virtual_input_device_notify_absolute_motion (device->accessibility_virtual_device, | ||||
|                                                        g_get_monotonic_time (), | ||||
|                                                        device->ptr_a11y_data->dwell_x, | ||||
|                                                        device->ptr_a11y_data->dwell_y); | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| trigger_secondary_click (gpointer data) | ||||
| { | ||||
|   ClutterInputDevice *device = data; | ||||
|  | ||||
|   device->ptr_a11y_data->secondary_click_triggered = TRUE; | ||||
|   device->ptr_a11y_data->secondary_click_timer = 0; | ||||
|  | ||||
|   g_signal_emit_by_name (device->seat, | ||||
|                          "ptr-a11y-timeout-stopped", | ||||
|                          device, | ||||
|                          CLUTTER_A11Y_TIMEOUT_TYPE_SECONDARY_CLICK, | ||||
|                          TRUE); | ||||
|  | ||||
|   return G_SOURCE_REMOVE; | ||||
| } | ||||
|  | ||||
| static void | ||||
| start_secondary_click_timeout (ClutterInputDevice *device) | ||||
| { | ||||
|   unsigned int delay = get_secondary_click_delay (device); | ||||
|  | ||||
|   device->ptr_a11y_data->secondary_click_timer = | ||||
|     clutter_threads_add_timeout (delay, trigger_secondary_click, device); | ||||
|  | ||||
|   g_signal_emit_by_name (device->seat, | ||||
|                          "ptr-a11y-timeout-started", | ||||
|                          device, | ||||
|                          CLUTTER_A11Y_TIMEOUT_TYPE_SECONDARY_CLICK, | ||||
|                          delay); | ||||
| } | ||||
|  | ||||
| static void | ||||
| stop_secondary_click_timeout (ClutterInputDevice *device) | ||||
| { | ||||
|   if (device->ptr_a11y_data->secondary_click_timer) | ||||
|     { | ||||
|       g_clear_handle_id (&device->ptr_a11y_data->secondary_click_timer, | ||||
|                          g_source_remove); | ||||
|  | ||||
|       g_signal_emit_by_name (device->seat, | ||||
|                              "ptr-a11y-timeout-stopped", | ||||
|                              device, | ||||
|                              CLUTTER_A11Y_TIMEOUT_TYPE_SECONDARY_CLICK, | ||||
|                              FALSE); | ||||
|     } | ||||
|   device->ptr_a11y_data->secondary_click_triggered = FALSE; | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| pointer_has_moved (ClutterInputDevice *device) | ||||
| { | ||||
|   float dx, dy; | ||||
|   gint threshold; | ||||
|  | ||||
|   dx = device->ptr_a11y_data->dwell_x - device->ptr_a11y_data->current_x; | ||||
|   dy = device->ptr_a11y_data->dwell_y - device->ptr_a11y_data->current_y; | ||||
|   threshold = get_dwell_threshold (device); | ||||
|  | ||||
|   /* Pythagorean theorem */ | ||||
|   return ((dx * dx) + (dy * dy)) > (threshold * threshold); | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| is_secondary_click_pending (ClutterInputDevice *device) | ||||
| { | ||||
|   return device->ptr_a11y_data->secondary_click_timer != 0; | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| is_secondary_click_triggered (ClutterInputDevice *device) | ||||
| { | ||||
|   return device->ptr_a11y_data->secondary_click_triggered; | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| is_dwell_click_pending (ClutterInputDevice *device) | ||||
| { | ||||
|   return device->ptr_a11y_data->dwell_timer != 0; | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| is_dwell_dragging (ClutterInputDevice *device) | ||||
| { | ||||
|   return device->ptr_a11y_data->dwell_drag_started; | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| is_dwell_gesturing (ClutterInputDevice *device) | ||||
| { | ||||
|   return device->ptr_a11y_data->dwell_gesture_started; | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| has_button_pressed (ClutterInputDevice *device) | ||||
| { | ||||
|   return device->ptr_a11y_data->n_btn_pressed > 0; | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| should_start_secondary_click_timeout (ClutterInputDevice *device) | ||||
| { | ||||
|   return !is_dwell_dragging (device); | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| should_start_dwell (ClutterInputDevice *device) | ||||
| { | ||||
|   /* We should trigger a dwell if we've not already started one, and if | ||||
|    * no button is currently pressed or we are in the middle of a dwell | ||||
|    * drag action. | ||||
|    */ | ||||
|   return !is_dwell_click_pending (device) && | ||||
|          (is_dwell_dragging (device) || | ||||
|           !has_button_pressed (device)); | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| should_stop_dwell (ClutterInputDevice *device) | ||||
| { | ||||
|   /* We should stop a dwell if the motion exceeds the threshold, unless | ||||
|    * we've started a gesture, because we want to keep the original dwell | ||||
|    * location to both detect a gesture and restore the original pointer | ||||
|    * location once the gesture is finished. | ||||
|    */ | ||||
|   return pointer_has_moved (device) && | ||||
|          !is_dwell_gesturing (device); | ||||
| } | ||||
|  | ||||
|  | ||||
| static gboolean | ||||
| should_update_dwell_position (ClutterInputDevice *device) | ||||
| { | ||||
|   return !is_dwell_gesturing (device) && | ||||
|          !is_dwell_click_pending (device) && | ||||
|          !is_secondary_click_pending (device); | ||||
| } | ||||
|  | ||||
| static void | ||||
| update_dwell_click_type (ClutterInputDevice *device) | ||||
| { | ||||
|   ClutterPointerA11ySettings settings; | ||||
|   ClutterPointerA11yDwellClickType dwell_click_type; | ||||
|  | ||||
|   clutter_seat_get_pointer_a11y_settings (device->seat, &settings); | ||||
|  | ||||
|   dwell_click_type = settings.dwell_click_type; | ||||
|   switch (dwell_click_type) | ||||
|     { | ||||
|     case CLUTTER_A11Y_DWELL_CLICK_TYPE_DOUBLE: | ||||
|     case CLUTTER_A11Y_DWELL_CLICK_TYPE_SECONDARY: | ||||
|     case CLUTTER_A11Y_DWELL_CLICK_TYPE_MIDDLE: | ||||
|       dwell_click_type = CLUTTER_A11Y_DWELL_CLICK_TYPE_PRIMARY; | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_A11Y_DWELL_CLICK_TYPE_DRAG: | ||||
|       if (!is_dwell_dragging (device)) | ||||
|         dwell_click_type = CLUTTER_A11Y_DWELL_CLICK_TYPE_PRIMARY; | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_A11Y_DWELL_CLICK_TYPE_PRIMARY: | ||||
|     case CLUTTER_A11Y_DWELL_CLICK_TYPE_NONE: | ||||
|     default: | ||||
|       break; | ||||
|     } | ||||
|  | ||||
|   if (dwell_click_type != settings.dwell_click_type) | ||||
|     { | ||||
|       settings.dwell_click_type = dwell_click_type; | ||||
|       clutter_seat_set_pointer_a11y_settings (device->seat, &settings); | ||||
|  | ||||
|       g_signal_emit_by_name (device->seat, | ||||
|                              "ptr-a11y-dwell-click-type-changed", | ||||
|                              dwell_click_type); | ||||
|     } | ||||
| } | ||||
|  | ||||
| static void | ||||
| emit_dwell_click (ClutterInputDevice               *device, | ||||
|                   ClutterPointerA11yDwellClickType  dwell_click_type) | ||||
| { | ||||
|   switch (dwell_click_type) | ||||
|     { | ||||
|     case CLUTTER_A11Y_DWELL_CLICK_TYPE_PRIMARY: | ||||
|       emit_button_click (device, CLUTTER_BUTTON_PRIMARY); | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_A11Y_DWELL_CLICK_TYPE_DOUBLE: | ||||
|       emit_button_click (device, CLUTTER_BUTTON_PRIMARY); | ||||
|       emit_button_click (device, CLUTTER_BUTTON_PRIMARY); | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_A11Y_DWELL_CLICK_TYPE_DRAG: | ||||
|       if (is_dwell_dragging (device)) | ||||
|         { | ||||
|           emit_button_release (device, CLUTTER_BUTTON_PRIMARY); | ||||
|           device->ptr_a11y_data->dwell_drag_started = FALSE; | ||||
|         } | ||||
|       else | ||||
|         { | ||||
|           emit_button_press (device, CLUTTER_BUTTON_PRIMARY); | ||||
|           device->ptr_a11y_data->dwell_drag_started = TRUE; | ||||
|         } | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_A11Y_DWELL_CLICK_TYPE_SECONDARY: | ||||
|       emit_button_click (device, CLUTTER_BUTTON_SECONDARY); | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_A11Y_DWELL_CLICK_TYPE_MIDDLE: | ||||
|       emit_button_click (device, CLUTTER_BUTTON_MIDDLE); | ||||
|       break; | ||||
|  | ||||
|     case CLUTTER_A11Y_DWELL_CLICK_TYPE_NONE: | ||||
|     default: | ||||
|       break; | ||||
|     } | ||||
| } | ||||
|  | ||||
| static ClutterPointerA11yDwellDirection | ||||
| get_dwell_direction (ClutterInputDevice *device) | ||||
| { | ||||
|   float dx, dy; | ||||
|  | ||||
|   dx = ABS (device->ptr_a11y_data->dwell_x - device->ptr_a11y_data->current_x); | ||||
|   dy = ABS (device->ptr_a11y_data->dwell_y - device->ptr_a11y_data->current_y); | ||||
|  | ||||
|   /* The pointer hasn't moved */ | ||||
|   if (!pointer_has_moved (device)) | ||||
|     return CLUTTER_A11Y_DWELL_DIRECTION_NONE; | ||||
|  | ||||
|   if (device->ptr_a11y_data->dwell_x < device->ptr_a11y_data->current_x) | ||||
|     { | ||||
|       if (dx > dy) | ||||
|         return CLUTTER_A11Y_DWELL_DIRECTION_LEFT; | ||||
|     } | ||||
|   else | ||||
|     { | ||||
|       if (dx > dy) | ||||
|         return CLUTTER_A11Y_DWELL_DIRECTION_RIGHT; | ||||
|     } | ||||
|  | ||||
|   if (device->ptr_a11y_data->dwell_y < device->ptr_a11y_data->current_y) | ||||
|     return CLUTTER_A11Y_DWELL_DIRECTION_UP; | ||||
|  | ||||
|   return CLUTTER_A11Y_DWELL_DIRECTION_DOWN; | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| trigger_clear_dwell_gesture (gpointer data) | ||||
| { | ||||
|   ClutterInputDevice *device = data; | ||||
|  | ||||
|   device->ptr_a11y_data->dwell_timer = 0; | ||||
|   device->ptr_a11y_data->dwell_gesture_started = FALSE; | ||||
|  | ||||
|   return G_SOURCE_REMOVE; | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| trigger_dwell_gesture (gpointer data) | ||||
| { | ||||
|   ClutterInputDevice *device = data; | ||||
|   ClutterPointerA11yDwellDirection direction; | ||||
|   unsigned int delay = get_dwell_delay (device); | ||||
|  | ||||
|   restore_dwell_position (device); | ||||
|   direction = get_dwell_direction (device); | ||||
|   emit_dwell_click (device, | ||||
|                     get_dwell_click_type_for_direction (device, | ||||
|                                                         direction)); | ||||
|  | ||||
|   /* Do not clear the gesture right away, otherwise we'll start another one */ | ||||
|   device->ptr_a11y_data->dwell_timer = | ||||
|     clutter_threads_add_timeout (delay, trigger_clear_dwell_gesture, device); | ||||
|  | ||||
|   g_signal_emit_by_name (device->seat, | ||||
|                          "ptr-a11y-timeout-stopped", | ||||
|                          device, | ||||
|                          CLUTTER_A11Y_TIMEOUT_TYPE_GESTURE, | ||||
|                          TRUE); | ||||
|  | ||||
|   return G_SOURCE_REMOVE; | ||||
| } | ||||
|  | ||||
| static void | ||||
| start_dwell_gesture_timeout (ClutterInputDevice *device) | ||||
| { | ||||
|   unsigned int delay = get_dwell_delay (device); | ||||
|  | ||||
|   device->ptr_a11y_data->dwell_timer = | ||||
|     clutter_threads_add_timeout (delay, trigger_dwell_gesture, device); | ||||
|   device->ptr_a11y_data->dwell_gesture_started = TRUE; | ||||
|  | ||||
|   g_signal_emit_by_name (device->seat, | ||||
|                          "ptr-a11y-timeout-started", | ||||
|                          device, | ||||
|                          CLUTTER_A11Y_TIMEOUT_TYPE_GESTURE, | ||||
|                          delay); | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| trigger_dwell_click (gpointer data) | ||||
| { | ||||
|   ClutterInputDevice *device = data; | ||||
|  | ||||
|   device->ptr_a11y_data->dwell_timer = 0; | ||||
|  | ||||
|   g_signal_emit_by_name (device->seat, | ||||
|                          "ptr-a11y-timeout-stopped", | ||||
|                          device, | ||||
|                          CLUTTER_A11Y_TIMEOUT_TYPE_DWELL, | ||||
|                          TRUE); | ||||
|  | ||||
|   if (get_dwell_mode (device) == CLUTTER_A11Y_DWELL_MODE_GESTURE) | ||||
|     { | ||||
|       if (is_dwell_dragging (device)) | ||||
|         emit_dwell_click (device, CLUTTER_A11Y_DWELL_CLICK_TYPE_DRAG); | ||||
|       else | ||||
|         start_dwell_gesture_timeout (device); | ||||
|     } | ||||
|   else | ||||
|     { | ||||
|       emit_dwell_click (device, get_dwell_click_type (device)); | ||||
|       update_dwell_click_type (device); | ||||
|     } | ||||
|  | ||||
|   return G_SOURCE_REMOVE; | ||||
| } | ||||
|  | ||||
| static void | ||||
| start_dwell_timeout (ClutterInputDevice *device) | ||||
| { | ||||
|   unsigned int delay = get_dwell_delay (device); | ||||
|  | ||||
|   device->ptr_a11y_data->dwell_timer = | ||||
|     clutter_threads_add_timeout (delay, trigger_dwell_click, device); | ||||
|  | ||||
|   g_signal_emit_by_name (device->seat, | ||||
|                          "ptr-a11y-timeout-started", | ||||
|                          device, | ||||
|                          CLUTTER_A11Y_TIMEOUT_TYPE_DWELL, | ||||
|                          delay); | ||||
| } | ||||
|  | ||||
| static void | ||||
| stop_dwell_timeout (ClutterInputDevice *device) | ||||
| { | ||||
|   if (device->ptr_a11y_data->dwell_timer) | ||||
|     { | ||||
|       g_clear_handle_id (&device->ptr_a11y_data->dwell_timer, g_source_remove); | ||||
|       device->ptr_a11y_data->dwell_gesture_started = FALSE; | ||||
|  | ||||
|       g_signal_emit_by_name (device->seat, | ||||
|                              "ptr-a11y-timeout-stopped", | ||||
|                              device, | ||||
|                              CLUTTER_A11Y_TIMEOUT_TYPE_DWELL, | ||||
|                              FALSE); | ||||
|     } | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| trigger_dwell_position_timeout (gpointer data) | ||||
| { | ||||
|   ClutterInputDevice *device = data; | ||||
|  | ||||
|   device->ptr_a11y_data->dwell_position_timer = 0; | ||||
|  | ||||
|   if (is_dwell_click_enabled (device)) | ||||
|     { | ||||
|       if (!pointer_has_moved (device)) | ||||
|         start_dwell_timeout (device); | ||||
|     } | ||||
|  | ||||
|   return G_SOURCE_REMOVE; | ||||
| } | ||||
|  | ||||
| static void | ||||
| start_dwell_position_timeout (ClutterInputDevice *device) | ||||
| { | ||||
|   device->ptr_a11y_data->dwell_position_timer = | ||||
|     clutter_threads_add_timeout (100, trigger_dwell_position_timeout, device); | ||||
| } | ||||
|  | ||||
| static void | ||||
| stop_dwell_position_timeout (ClutterInputDevice *device) | ||||
| { | ||||
|   g_clear_handle_id (&device->ptr_a11y_data->dwell_position_timer, | ||||
|                      g_source_remove); | ||||
| } | ||||
|  | ||||
| static void | ||||
| update_dwell_position (ClutterInputDevice *device) | ||||
| { | ||||
|   device->ptr_a11y_data->dwell_x = device->ptr_a11y_data->current_x; | ||||
|   device->ptr_a11y_data->dwell_y = device->ptr_a11y_data->current_y; | ||||
| } | ||||
|  | ||||
| static void | ||||
| update_current_position (ClutterInputDevice *device, | ||||
|                          float               x, | ||||
|                          float               y) | ||||
| { | ||||
|   device->ptr_a11y_data->current_x = x; | ||||
|   device->ptr_a11y_data->current_y = y; | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| is_device_core_pointer (ClutterInputDevice *device) | ||||
| { | ||||
|   ClutterInputDevice *core_pointer; | ||||
|  | ||||
|   core_pointer = clutter_seat_get_pointer (device->seat); | ||||
|   if (core_pointer == NULL) | ||||
|     return FALSE; | ||||
|  | ||||
|   return (core_pointer == device); | ||||
| } | ||||
|  | ||||
| void | ||||
| _clutter_input_pointer_a11y_add_device (ClutterInputDevice *device) | ||||
| { | ||||
|   if (!is_device_core_pointer (device)) | ||||
|     return; | ||||
|  | ||||
|   device->accessibility_virtual_device = | ||||
|     clutter_seat_create_virtual_device (device->seat, | ||||
|                                         CLUTTER_POINTER_DEVICE); | ||||
|  | ||||
|   device->ptr_a11y_data = g_new0 (ClutterPtrA11yData, 1); | ||||
| } | ||||
|  | ||||
| void | ||||
| _clutter_input_pointer_a11y_remove_device (ClutterInputDevice *device) | ||||
| { | ||||
|   if (!is_device_core_pointer (device)) | ||||
|     return; | ||||
|  | ||||
|   /* Terminate a drag if started */ | ||||
|   if (is_dwell_dragging (device)) | ||||
|     emit_dwell_click (device, CLUTTER_A11Y_DWELL_CLICK_TYPE_DRAG); | ||||
|  | ||||
|   stop_dwell_position_timeout (device); | ||||
|   stop_dwell_timeout (device); | ||||
|   stop_secondary_click_timeout (device); | ||||
|  | ||||
|   g_clear_pointer (&device->ptr_a11y_data, g_free); | ||||
| } | ||||
|  | ||||
| void | ||||
| _clutter_input_pointer_a11y_on_motion_event (ClutterInputDevice *device, | ||||
|                                              float               x, | ||||
|                                              float               y) | ||||
| { | ||||
|   if (!is_device_core_pointer (device)) | ||||
|     return; | ||||
|  | ||||
|   if (!_clutter_is_input_pointer_a11y_enabled (device)) | ||||
|     return; | ||||
|  | ||||
|   update_current_position (device, x, y); | ||||
|  | ||||
|   if (is_secondary_click_enabled (device)) | ||||
|     { | ||||
|       if (pointer_has_moved (device)) | ||||
|         stop_secondary_click_timeout (device); | ||||
|     } | ||||
|  | ||||
|   if (is_dwell_click_enabled (device)) | ||||
|     { | ||||
|       stop_dwell_position_timeout (device); | ||||
|  | ||||
|       if (should_stop_dwell (device)) | ||||
|         stop_dwell_timeout (device); | ||||
|  | ||||
|       if (should_start_dwell (device)) | ||||
|         start_dwell_position_timeout (device); | ||||
|     } | ||||
|  | ||||
|   if (should_update_dwell_position (device)) | ||||
|     update_dwell_position (device); | ||||
| } | ||||
|  | ||||
| void | ||||
| _clutter_input_pointer_a11y_on_button_event (ClutterInputDevice *device, | ||||
|                                              int                 button, | ||||
|                                              gboolean            pressed) | ||||
| { | ||||
|   if (!is_device_core_pointer (device)) | ||||
|     return; | ||||
|  | ||||
|   if (!_clutter_is_input_pointer_a11y_enabled (device)) | ||||
|     return; | ||||
|  | ||||
|   if (pressed) | ||||
|     { | ||||
|       device->ptr_a11y_data->n_btn_pressed++; | ||||
|  | ||||
|       stop_dwell_position_timeout (device); | ||||
|  | ||||
|       if (is_dwell_click_enabled (device)) | ||||
|         stop_dwell_timeout (device); | ||||
|  | ||||
|       if (is_dwell_dragging (device)) | ||||
|         stop_dwell_timeout (device); | ||||
|  | ||||
|       if (is_secondary_click_enabled (device)) | ||||
|         { | ||||
|           if (button == CLUTTER_BUTTON_PRIMARY) | ||||
|             { | ||||
|               if (should_start_secondary_click_timeout (device)) | ||||
|                 start_secondary_click_timeout (device); | ||||
|             } | ||||
|           else if (is_secondary_click_pending (device)) | ||||
|             { | ||||
|               stop_secondary_click_timeout (device); | ||||
|             } | ||||
|         } | ||||
|     } | ||||
|   else | ||||
|     { | ||||
|       if (has_button_pressed (device)) | ||||
|         device->ptr_a11y_data->n_btn_pressed--; | ||||
|  | ||||
|       if (is_secondary_click_triggered (device)) | ||||
|         { | ||||
|           emit_button_click (device, CLUTTER_BUTTON_SECONDARY); | ||||
|           stop_secondary_click_timeout (device); | ||||
|         } | ||||
|  | ||||
|       if (is_secondary_click_pending (device)) | ||||
|         stop_secondary_click_timeout (device); | ||||
|  | ||||
|       if (is_dwell_dragging (device)) | ||||
|         emit_dwell_click (device, CLUTTER_A11Y_DWELL_CLICK_TYPE_DRAG); | ||||
|     } | ||||
| } | ||||
|  | ||||
| gboolean | ||||
| _clutter_is_input_pointer_a11y_enabled (ClutterInputDevice *device) | ||||
| { | ||||
|   g_return_val_if_fail (CLUTTER_IS_INPUT_DEVICE (device), FALSE); | ||||
|  | ||||
|   return (is_secondary_click_enabled (device) || is_dwell_click_enabled (device)); | ||||
| } | ||||
| @@ -62,9 +62,3 @@ clutter_keymap_get_caps_lock_state (ClutterKeymap *keymap) | ||||
| { | ||||
|   return CLUTTER_KEYMAP_GET_CLASS (keymap)->get_caps_lock_state (keymap); | ||||
| } | ||||
|  | ||||
| PangoDirection | ||||
| clutter_keymap_get_direction (ClutterKeymap *keymap) | ||||
| { | ||||
|   return CLUTTER_KEYMAP_GET_CLASS (keymap)->get_direction (keymap); | ||||
| } | ||||
|   | ||||
| @@ -29,7 +29,6 @@ | ||||
| #include <clutter/clutter-macros.h> | ||||
|  | ||||
| #include <glib-object.h> | ||||
| #include <pango/pango.h> | ||||
|  | ||||
| typedef struct _ClutterKeymap ClutterKeymap; | ||||
| typedef struct _ClutterKeymapClass ClutterKeymapClass; | ||||
| @@ -40,7 +39,6 @@ struct _ClutterKeymapClass | ||||
|  | ||||
|   gboolean (* get_num_lock_state)  (ClutterKeymap *keymap); | ||||
|   gboolean (* get_caps_lock_state) (ClutterKeymap *keymap); | ||||
|   PangoDirection (* get_direction) (ClutterKeymap *keymap); | ||||
| }; | ||||
|  | ||||
| #define CLUTTER_TYPE_KEYMAP (clutter_keymap_get_type ()) | ||||
| @@ -55,6 +53,4 @@ gboolean clutter_keymap_get_num_lock_state  (ClutterKeymap *keymap); | ||||
| CLUTTER_EXPORT | ||||
| gboolean clutter_keymap_get_caps_lock_state (ClutterKeymap *keymap); | ||||
|  | ||||
| PangoDirection clutter_keymap_get_direction (ClutterKeymap *keymap); | ||||
|  | ||||
| #endif /* CLUTTER_KEYMAP_H */ | ||||
|   | ||||
| @@ -58,6 +58,10 @@ die "Could not open file keysymdef.h: $!\n" | ||||
| die "Could not open file clutter-keysyms.h: $!\n" | ||||
|     unless open(OUT_KEYSYMS, ">:utf8", "clutter-keysyms.h"); | ||||
|  | ||||
| # Output: clutter/clutter/deprecated/clutter-keysyms.h | ||||
| die "Could not open file clutter-keysyms-compat.h: $!\n" | ||||
|     unless open(OUT_KEYSYMS_COMPAT, ">:utf8", "deprecated/clutter-keysyms.h"); | ||||
|  | ||||
| my $LICENSE_HEADER= <<EOF; | ||||
| /* Clutter | ||||
|  * | ||||
| @@ -81,6 +85,7 @@ my $LICENSE_HEADER= <<EOF; | ||||
| EOF | ||||
|  | ||||
| print OUT_KEYSYMS $LICENSE_HEADER; | ||||
| print OUT_KEYSYMS_COMPAT $LICENSE_HEADER; | ||||
|  | ||||
| print OUT_KEYSYMS<<EOF; | ||||
|  | ||||
| @@ -99,6 +104,23 @@ print OUT_KEYSYMS<<EOF; | ||||
|  | ||||
| EOF | ||||
|  | ||||
| print OUT_KEYSYMS_COMPAT<<EOF; | ||||
| /* | ||||
|  * Compatibility version of clutter-keysyms.h. | ||||
|  * | ||||
|  * Since Clutter 1.4, the key symbol defines have been changed to have | ||||
|  * a KEY_ prefix. This is a compatibility header that is included when | ||||
|  * deprecated symbols are enabled. Consider porting to the new names | ||||
|  * instead. | ||||
|  */ | ||||
|  | ||||
| #ifndef __CLUTTER_KEYSYMS_DEPRECATED_H__ | ||||
| #define __CLUTTER_KEYSYMS_DEPRECATED_H__ | ||||
|  | ||||
| #ifndef CLUTTER_DISABLE_DEPRECATED | ||||
|  | ||||
| EOF | ||||
|  | ||||
| while (<IN_KEYSYMDEF>) | ||||
| { | ||||
| 	next if ( ! /^#define / ); | ||||
| @@ -115,8 +137,13 @@ while (<IN_KEYSYMDEF>) | ||||
| 	my $element = $keysymelements[1]; | ||||
| 	my $binding = $element; | ||||
| 	$binding =~ s/^XK_/CLUTTER_KEY_/g; | ||||
| 	my $compat_binding = $element; | ||||
| 	$compat_binding =~ s/^XK_/CLUTTER_/g; | ||||
|  | ||||
| 	my $deprecation = "CLUTTER_DEPRECATED_MACRO_FOR(\"Deprecated key symbol. Use $binding instead.\")"; | ||||
|  | ||||
| 	printf OUT_KEYSYMS "#define %s 0x%03x\n", $binding, hex($keysymelements[2]); | ||||
| 	printf OUT_KEYSYMS_COMPAT "#define %s 0x%03x %s\n", $compat_binding, hex($keysymelements[2]), $deprecation; | ||||
| } | ||||
|  | ||||
| close IN_KEYSYMDEF; | ||||
| @@ -160,8 +187,11 @@ while (<IN_XF86KEYSYM>) | ||||
| 	my $element = $keysymelements[1]; | ||||
| 	my $binding = $element; | ||||
| 	$binding =~ s/^XF86XK_/CLUTTER_KEY_/g; | ||||
| 	my $compat_binding = $element; | ||||
| 	$compat_binding =~ s/^XF86XK_/CLUTTER_/g; | ||||
|  | ||||
| 	printf OUT_KEYSYMS "#define %s 0x%03x\n", $binding, hex($keysymelements[2]); | ||||
| 	printf OUT_KEYSYMS_COMPAT "#define %s 0x%03x\n", $compat_binding, hex($keysymelements[2]); | ||||
| } | ||||
|  | ||||
| close IN_XF86KEYSYM; | ||||
| @@ -172,6 +202,13 @@ print OUT_KEYSYMS<<EOF; | ||||
| #endif /* __CLUTTER_KEYSYMS_H__ */ | ||||
| EOF | ||||
|  | ||||
| print OUT_KEYSYMS_COMPAT<<EOF; | ||||
|  | ||||
| #endif /* CLUTTER_DISABLE_DEPRECATED */ | ||||
|  | ||||
| #endif /* __CLUTTER_KEYSYMS_DEPRECATED_H__ */ | ||||
| EOF | ||||
|  | ||||
| foreach my $f (qw/ keysymdef.h XF86keysym.h /) { | ||||
|     unlink $f or die "Unable to delete $f: $!"; | ||||
| } | ||||
|   | ||||
| @@ -98,11 +98,11 @@ | ||||
|  * |[ | ||||
|  * { | ||||
|  *   "type" : "ClutterBox", | ||||
|  *   "layout-manager" : { "type" : "ClutterGridLayout" }, | ||||
|  *   "layout-manager" : { "type" : "ClutterTableLayout" }, | ||||
|  *   "children" : [ | ||||
|  *     { | ||||
|  *       "type" : "ClutterText", | ||||
|  *       "text" : "Some text", | ||||
|  *       "type" : "ClutterTexture", | ||||
|  *       "filename" : "image-00.png", | ||||
|  * | ||||
|  *       "layout::row" : 0, | ||||
|  *       "layout::column" : 0, | ||||
| @@ -112,8 +112,8 @@ | ||||
|  *       "layout::y-expand" : true | ||||
|  *     }, | ||||
|  *     { | ||||
|  *       "type" : "ClutterText", | ||||
|  *       "text" : "Some more text", | ||||
|  *       "type" : "ClutterTexture", | ||||
|  *       "filename" : "image-01.png", | ||||
|  * | ||||
|  *       "layout::row" : 0, | ||||
|  *       "layout::column" : 1, | ||||
| @@ -329,6 +329,9 @@ layout_manager_real_begin_animation (ClutterLayoutManager *manager, | ||||
|   /* let the alpha take ownership of the timeline */ | ||||
|   g_object_unref (timeline); | ||||
|  | ||||
|   g_signal_connect_swapped (timeline, "completed", | ||||
|                             G_CALLBACK (clutter_layout_manager_end_animation), | ||||
|                             manager); | ||||
|   g_signal_connect_swapped (timeline, "new-frame", | ||||
|                             G_CALLBACK (clutter_layout_manager_layout_changed), | ||||
|                             manager); | ||||
| @@ -372,6 +375,9 @@ layout_manager_real_end_animation (ClutterLayoutManager *manager) | ||||
|   if (clutter_timeline_is_playing (timeline)) | ||||
|     clutter_timeline_stop (timeline); | ||||
|  | ||||
|   g_signal_handlers_disconnect_by_func (timeline, | ||||
|                                         G_CALLBACK (clutter_layout_manager_end_animation), | ||||
|                                         manager); | ||||
|   g_signal_handlers_disconnect_by_func (timeline, | ||||
|                                         G_CALLBACK (clutter_layout_manager_layout_changed), | ||||
|                                         manager); | ||||
| @@ -438,7 +444,8 @@ clutter_layout_manager_class_init (ClutterLayoutManagerClass *klass) | ||||
|                   G_SIGNAL_RUN_LAST, | ||||
|                   G_STRUCT_OFFSET (ClutterLayoutManagerClass, | ||||
|                                    layout_changed), | ||||
|                   NULL, NULL, NULL, | ||||
|                   NULL, NULL, | ||||
|                   _clutter_marshal_VOID__VOID, | ||||
|                   G_TYPE_NONE, 0); | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -213,6 +213,15 @@ void               clutter_layout_manager_child_get_property    (ClutterLayoutMa | ||||
|                                                                  const gchar            *property_name, | ||||
|                                                                  GValue                 *value); | ||||
|  | ||||
| CLUTTER_DEPRECATED | ||||
| ClutterAlpha *     clutter_layout_manager_begin_animation       (ClutterLayoutManager   *manager, | ||||
|                                                                  guint                   duration, | ||||
|                                                                  gulong                  mode); | ||||
| CLUTTER_DEPRECATED | ||||
| void               clutter_layout_manager_end_animation         (ClutterLayoutManager   *manager); | ||||
| CLUTTER_DEPRECATED | ||||
| gdouble            clutter_layout_manager_get_animation_progress (ClutterLayoutManager   *manager); | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
| #endif /* __CLUTTER_LAYOUT_MANAGER_H__ */ | ||||
|   | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -34,45 +34,6 @@ | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
|  | ||||
| typedef enum | ||||
| { | ||||
|   CLUTTER_DEBUG_MISC                = 1 << 0, | ||||
|   CLUTTER_DEBUG_ACTOR               = 1 << 1, | ||||
|   CLUTTER_DEBUG_TEXTURE             = 1 << 2, | ||||
|   CLUTTER_DEBUG_EVENT               = 1 << 3, | ||||
|   CLUTTER_DEBUG_PAINT               = 1 << 4, | ||||
|   CLUTTER_DEBUG_PANGO               = 1 << 5, | ||||
|   CLUTTER_DEBUG_BACKEND             = 1 << 6, | ||||
|   CLUTTER_DEBUG_SCHEDULER           = 1 << 7, | ||||
|   CLUTTER_DEBUG_SCRIPT              = 1 << 8, | ||||
|   CLUTTER_DEBUG_SHADER              = 1 << 9, | ||||
|   CLUTTER_DEBUG_MULTISTAGE          = 1 << 10, | ||||
|   CLUTTER_DEBUG_ANIMATION           = 1 << 11, | ||||
|   CLUTTER_DEBUG_LAYOUT              = 1 << 12, | ||||
|   CLUTTER_DEBUG_PICK                = 1 << 13, | ||||
|   CLUTTER_DEBUG_EVENTLOOP           = 1 << 14, | ||||
|   CLUTTER_DEBUG_CLIPPING            = 1 << 15, | ||||
|   CLUTTER_DEBUG_OOB_TRANSFORMS      = 1 << 16, | ||||
| } ClutterDebugFlag; | ||||
|  | ||||
| typedef enum | ||||
| { | ||||
|   CLUTTER_DEBUG_NOP_PICKING = 1 << 0, | ||||
| } ClutterPickDebugFlag; | ||||
|  | ||||
| typedef enum | ||||
| { | ||||
|   CLUTTER_DEBUG_DISABLE_SWAP_EVENTS        = 1 << 0, | ||||
|   CLUTTER_DEBUG_DISABLE_CLIPPED_REDRAWS    = 1 << 1, | ||||
|   CLUTTER_DEBUG_REDRAWS                    = 1 << 2, | ||||
|   CLUTTER_DEBUG_PAINT_VOLUMES              = 1 << 3, | ||||
|   CLUTTER_DEBUG_DISABLE_CULLING            = 1 << 4, | ||||
|   CLUTTER_DEBUG_DISABLE_OFFSCREEN_REDIRECT = 1 << 5, | ||||
|   CLUTTER_DEBUG_CONTINUOUS_REDRAW          = 1 << 6, | ||||
|   CLUTTER_DEBUG_PAINT_DEFORM_TILES         = 1 << 7, | ||||
|   CLUTTER_DEBUG_PAINT_DAMAGE_REGION        = 1 << 8, | ||||
| } ClutterDrawDebugFlag; | ||||
|  | ||||
| /** | ||||
|  * CLUTTER_INIT_ERROR: | ||||
|  * | ||||
| @@ -156,6 +117,9 @@ void                    clutter_disable_accessibility           (void); | ||||
|  | ||||
| /* Threading functions */ | ||||
| CLUTTER_EXPORT | ||||
| void                    clutter_threads_set_lock_functions      (GCallback enter_fn, | ||||
|                                                                  GCallback leave_fn); | ||||
| CLUTTER_EXPORT | ||||
| guint                   clutter_threads_add_idle                (GSourceFunc    func, | ||||
|                                                                  gpointer       data); | ||||
| CLUTTER_EXPORT | ||||
| @@ -185,6 +149,19 @@ guint                   clutter_threads_add_repaint_func_full   (ClutterRepaintF | ||||
| CLUTTER_EXPORT | ||||
| void                    clutter_threads_remove_repaint_func     (guint          handle_id); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void                    clutter_grab_pointer                    (ClutterActor  *actor); | ||||
| CLUTTER_EXPORT | ||||
| void                    clutter_ungrab_pointer                  (void); | ||||
| CLUTTER_EXPORT | ||||
| ClutterActor *          clutter_get_pointer_grab                (void); | ||||
| CLUTTER_EXPORT | ||||
| void                    clutter_grab_keyboard                   (ClutterActor  *actor); | ||||
| CLUTTER_EXPORT | ||||
| void                    clutter_ungrab_keyboard                 (void); | ||||
| CLUTTER_EXPORT | ||||
| ClutterActor *          clutter_get_keyboard_grab               (void); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| PangoFontMap *          clutter_get_font_map                    (void); | ||||
|  | ||||
| @@ -197,15 +174,6 @@ guint                   clutter_get_default_frame_rate          (void); | ||||
| CLUTTER_EXPORT | ||||
| gboolean                clutter_check_windowing_backend         (const char *backend_type); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void                    clutter_add_debug_flags                 (ClutterDebugFlag     debug_flags, | ||||
|                                                                  ClutterDrawDebugFlag draw_flags, | ||||
|                                                                  ClutterPickDebugFlag pick_flags); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void                    clutter_remove_debug_flags              (ClutterDebugFlag     debug_flags, | ||||
|                                                                  ClutterDrawDebugFlag draw_flags, | ||||
|                                                                  ClutterPickDebugFlag pick_flags); | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
|   | ||||
| @@ -12,24 +12,29 @@ BOOLEAN:OBJECT,FLOAT,FLOAT | ||||
| BOXED:UINT,UINT | ||||
| DOUBLE:VOID | ||||
| UINT:VOID | ||||
| VOID:BOOLEAN | ||||
| VOID:BOXED | ||||
| VOID:BOXED,FLAGS | ||||
| VOID:INT | ||||
| VOID:INT64,INT64,FLOAT,BOOLEAN | ||||
| VOID:INT,INT | ||||
| VOID:INT,POINTER | ||||
| VOID:FLOAT,FLOAT | ||||
| VOID:INT,INT,INT,INT | ||||
| VOID:OBJECT | ||||
| VOID:OBJECT,FLAGS | ||||
| VOID:OBJECT,FLAGS,BOOLEAN | ||||
| VOID:OBJECT,FLAGS,UINT | ||||
| VOID:OBJECT,FLOAT,FLOAT | ||||
| VOID:OBJECT,FLOAT,FLOAT,FLAGS | ||||
| VOID:OBJECT,OBJECT | ||||
| VOID:OBJECT,PARAM | ||||
| VOID:OBJECT,POINTER | ||||
| VOID:OBJECT,UINT | ||||
| VOID:POINTER | ||||
| VOID:STRING,BOOLEAN | ||||
| VOID:STRING,BOOLEAN,BOOLEAN | ||||
| VOID:STRING,INT | ||||
| VOID:UINT | ||||
| VOID:UINT,STRING,UINT | ||||
| VOID:UINT,UINT | ||||
| VOID:VOID | ||||
| VOID:STRING,INT,POINTER | ||||
|   | ||||
| @@ -31,8 +31,6 @@ | ||||
|  | ||||
| #include "clutter-build-config.h" | ||||
|  | ||||
| #include <cogl/cogl.h> | ||||
|  | ||||
| #include "clutter-master-clock.h" | ||||
| #include "clutter-master-clock-default.h" | ||||
| #include "clutter-debug.h" | ||||
| @@ -66,6 +64,9 @@ struct _ClutterMasterClockDefault | ||||
|   /* the current state of the clock, in usecs */ | ||||
|   gint64 cur_tick; | ||||
|  | ||||
|   /* the previous state of the clock, in usecs, used to compute the delta */ | ||||
|   gint64 prev_tick; | ||||
|  | ||||
| #ifdef CLUTTER_ENABLE_DEBUG | ||||
|   gint64 frame_budget; | ||||
|   gint64 remaining_budget; | ||||
| @@ -76,6 +77,12 @@ struct _ClutterMasterClockDefault | ||||
|    */ | ||||
|   GSource *source; | ||||
|  | ||||
|   /* If the master clock is idle that means it has | ||||
|    * fallen back to idle polling for timeline | ||||
|    * progressions and it may have been some time since | ||||
|    * the last real stage update. | ||||
|    */ | ||||
|   guint idle : 1; | ||||
|   guint ensure_next_iteration : 1; | ||||
|  | ||||
|   guint paused : 1; | ||||
| @@ -268,12 +275,78 @@ master_clock_reschedule_stage_updates (ClutterMasterClockDefault *master_clock, | ||||
| static gint | ||||
| master_clock_next_frame_delay (ClutterMasterClockDefault *master_clock) | ||||
| { | ||||
|   gint64 now, next; | ||||
|   gint swap_delay; | ||||
|  | ||||
|   if (!master_clock_is_running (master_clock)) | ||||
|     return -1; | ||||
|  | ||||
|   /* If all of the stages are busy waiting for a swap-buffers to complete | ||||
|    * then we wait for one to be ready.. */ | ||||
|   return master_clock_get_swap_wait_time (master_clock); | ||||
|   swap_delay = master_clock_get_swap_wait_time (master_clock); | ||||
|   if (swap_delay != 0) | ||||
|     return swap_delay; | ||||
|  | ||||
|   /* When we have sync-to-vblank, we count on swap-buffer requests (or | ||||
|    * swap-buffer-complete events if supported in the backend) to throttle our | ||||
|    * frame rate so no additional delay is needed to start the next frame. | ||||
|    * | ||||
|    * If the master-clock has become idle due to no timeline progression causing | ||||
|    * redraws then we can no longer rely on vblank synchronization because the | ||||
|    * last real stage update/redraw may have happened a long time ago and so we | ||||
|    * fallback to polling for timeline progressions every 1/frame_rate seconds. | ||||
|    * | ||||
|    * (NB: if there aren't even any timelines running then the master clock will | ||||
|    * be completely stopped in master_clock_is_running()) | ||||
|    */ | ||||
|   if (clutter_feature_available (CLUTTER_FEATURE_SWAP_THROTTLE) && | ||||
|       !master_clock->idle) | ||||
|     { | ||||
|       CLUTTER_NOTE (SCHEDULER, "swap throttling available and updated stages"); | ||||
|       return 0; | ||||
|     } | ||||
|  | ||||
|   if (master_clock->prev_tick == 0) | ||||
|     { | ||||
|       /* If we weren't previously running, then draw the next frame | ||||
|        * immediately | ||||
|        */ | ||||
|       CLUTTER_NOTE (SCHEDULER, "draw the first frame immediately"); | ||||
|       return 0; | ||||
|     } | ||||
|  | ||||
|   /* Otherwise, wait at least 1/frame_rate seconds since we last | ||||
|    * started a frame | ||||
|    */ | ||||
|   now = g_source_get_time (master_clock->source); | ||||
|  | ||||
|   next = master_clock->prev_tick; | ||||
|  | ||||
|   /* If time has gone backwards then there's no way of knowing how | ||||
|      long we should wait so let's just dispatch immediately */ | ||||
|   if (now <= next) | ||||
|     { | ||||
|       CLUTTER_NOTE (SCHEDULER, "Time has gone backwards"); | ||||
|  | ||||
|       return 0; | ||||
|     } | ||||
|  | ||||
|   next += (1000000L / clutter_get_default_frame_rate ()); | ||||
|  | ||||
|   if (next <= now) | ||||
|     { | ||||
|       CLUTTER_NOTE (SCHEDULER, "Less than %lu microsecs", | ||||
|                     1000000L / (gulong) clutter_get_default_frame_rate ()); | ||||
|  | ||||
|       return 0; | ||||
|     } | ||||
|   else | ||||
|     { | ||||
|       CLUTTER_NOTE (SCHEDULER, "Waiting %" G_GINT64_FORMAT " msecs", | ||||
|                    (next - now) / 1000); | ||||
|  | ||||
|       return (next - now) / 1000; | ||||
|     } | ||||
| } | ||||
|  | ||||
| static void | ||||
| @@ -339,7 +412,8 @@ master_clock_advance_timelines (ClutterMasterClockDefault *master_clock) | ||||
|   for (l = timelines; l != NULL; l = l->next) | ||||
|     _clutter_timeline_do_tick (l->data, master_clock->cur_tick / 1000); | ||||
|  | ||||
|   g_slist_free_full (timelines, g_object_unref); | ||||
|   g_slist_foreach (timelines, (GFunc) g_object_unref, NULL); | ||||
|   g_slist_free (timelines); | ||||
|  | ||||
| #ifdef CLUTTER_ENABLE_DEBUG | ||||
|   if (_clutter_diagnostic_enabled ()) | ||||
| @@ -457,14 +531,13 @@ clutter_clock_dispatch (GSource     *source, | ||||
| { | ||||
|   ClutterClockSource *clock_source = (ClutterClockSource *) source; | ||||
|   ClutterMasterClockDefault *master_clock = clock_source->master_clock; | ||||
|   gboolean stages_updated = FALSE; | ||||
|   GSList *stages; | ||||
|  | ||||
|   CLUTTER_NOTE (SCHEDULER, "Master clock [tick]"); | ||||
|  | ||||
|   _clutter_threads_acquire_lock (); | ||||
|  | ||||
|   COGL_TRACE_BEGIN (ClutterMasterClockTick, "Master Clock (tick)"); | ||||
|  | ||||
|   /* Get the time to use for this frame */ | ||||
|   master_clock->cur_tick = g_source_get_time (source); | ||||
|  | ||||
| @@ -478,6 +551,8 @@ clutter_clock_dispatch (GSource     *source, | ||||
|    */ | ||||
|   stages = master_clock_list_ready_stages (master_clock); | ||||
|  | ||||
|   master_clock->idle = FALSE; | ||||
|  | ||||
|   /* Each frame is split into three separate phases: */ | ||||
|  | ||||
|   /* 1. process all the events; each stage goes through its events queue | ||||
| @@ -490,13 +565,19 @@ clutter_clock_dispatch (GSource     *source, | ||||
|   master_clock_advance_timelines (master_clock); | ||||
|  | ||||
|   /* 3. relayout and redraw the stages */ | ||||
|   master_clock_update_stages (master_clock, stages); | ||||
|   stages_updated = master_clock_update_stages (master_clock, stages); | ||||
|  | ||||
|   /* The master clock goes idle if no stages were updated and falls back | ||||
|    * to polling for timeline progressions... */ | ||||
|   if (!stages_updated) | ||||
|     master_clock->idle = TRUE; | ||||
|  | ||||
|   master_clock_reschedule_stage_updates (master_clock, stages); | ||||
|  | ||||
|   g_slist_free_full (stages, g_object_unref); | ||||
|   g_slist_foreach (stages, (GFunc) g_object_unref, NULL); | ||||
|   g_slist_free (stages); | ||||
|  | ||||
|   COGL_TRACE_END (ClutterMasterClockTick); | ||||
|   master_clock->prev_tick = master_clock->cur_tick; | ||||
|  | ||||
|   _clutter_threads_release_lock (); | ||||
|  | ||||
| @@ -529,6 +610,7 @@ clutter_master_clock_default_init (ClutterMasterClockDefault *self) | ||||
|   source = clutter_clock_source_new (self); | ||||
|   self->source = source; | ||||
|  | ||||
|   self->idle = FALSE; | ||||
|   self->ensure_next_iteration = FALSE; | ||||
|   self->paused = FALSE; | ||||
|  | ||||
|   | ||||
| @@ -26,15 +26,10 @@ | ||||
| #define __CLUTTER_H_INSIDE__ | ||||
|  | ||||
| #include "clutter-backend.h" | ||||
| #include "clutter-event-private.h" | ||||
| #include "clutter-input-device-private.h" | ||||
| #include "clutter-input-pointer-a11y-private.h" | ||||
| #include "clutter-macros.h" | ||||
| #include "clutter-private.h" | ||||
| #include "clutter-stage-private.h" | ||||
| #include "clutter-stage-view.h" | ||||
| #include "cogl/clutter-stage-cogl.h" | ||||
| #include "clutter/x11/clutter-backend-x11.h" | ||||
| #include "x11/clutter-stage-x11.h" | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void clutter_set_custom_backend_func (ClutterBackend *(* func) (void)); | ||||
| @@ -57,16 +52,9 @@ void clutter_stage_thaw_updates (ClutterStage *stage); | ||||
| CLUTTER_EXPORT | ||||
| void clutter_stage_update_resource_scales (ClutterStage *stage); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void clutter_stage_view_assign_next_scanout (ClutterStageView *stage_view, | ||||
|                                              CoglScanout      *scanout); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| gboolean clutter_actor_has_damage (ClutterActor *actor); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| gboolean clutter_actor_has_transitions (ClutterActor *actor); | ||||
|  | ||||
| #undef __CLUTTER_H_INSIDE__ | ||||
|  | ||||
| #endif /* __CLUTTER_MUTTER_H__ */ | ||||
|   | ||||
| @@ -74,20 +74,19 @@ | ||||
| #include "clutter-debug.h" | ||||
| #include "clutter-private.h" | ||||
| #include "clutter-stage-private.h" | ||||
| #include "clutter-paint-context-private.h" | ||||
| #include "clutter-paint-volume-private.h" | ||||
| #include "clutter-actor-box-private.h" | ||||
|  | ||||
| struct _ClutterOffscreenEffectPrivate | ||||
| { | ||||
|   CoglHandle offscreen; | ||||
|   CoglPipeline *pipeline; | ||||
|   CoglPipeline *target; | ||||
|   CoglHandle texture; | ||||
|  | ||||
|   ClutterActor *actor; | ||||
|   ClutterActor *stage; | ||||
|  | ||||
|   graphene_point3d_t position; | ||||
|   ClutterVertex position; | ||||
|  | ||||
|   int fbo_offset_x; | ||||
|   int fbo_offset_y; | ||||
| @@ -118,7 +117,11 @@ clutter_offscreen_effect_set_actor (ClutterActorMeta *meta, | ||||
|   meta_class->set_actor (meta, actor); | ||||
|  | ||||
|   /* clear out the previous state */ | ||||
|   g_clear_pointer (&priv->offscreen, cogl_object_unref); | ||||
|   if (priv->offscreen != NULL) | ||||
|     { | ||||
|       cogl_handle_unref (priv->offscreen); | ||||
|       priv->offscreen = NULL; | ||||
|     } | ||||
|  | ||||
|   /* we keep a back pointer here, to avoid going through the ActorMeta */ | ||||
|   priv->actor = clutter_actor_meta_get_actor (meta); | ||||
| @@ -140,7 +143,7 @@ ensure_pipeline_filter_for_scale (ClutterOffscreenEffect *self, | ||||
| { | ||||
|   CoglPipelineFilter filter; | ||||
|  | ||||
|   if (!self->priv->pipeline) | ||||
|   if (!self->priv->target) | ||||
|     return; | ||||
|  | ||||
|   /* If no fractional scaling is set, we're always going to render the texture | ||||
| @@ -154,7 +157,7 @@ ensure_pipeline_filter_for_scale (ClutterOffscreenEffect *self, | ||||
|   else | ||||
|     filter = COGL_PIPELINE_FILTER_LINEAR; | ||||
|  | ||||
|   cogl_pipeline_set_layer_filters (self->priv->pipeline, 0 /* layer_index */, | ||||
|   cogl_pipeline_set_layer_filters (self->priv->target, 0 /* layer_index */, | ||||
|                                    filter, filter); | ||||
| } | ||||
|  | ||||
| @@ -185,24 +188,33 @@ update_fbo (ClutterEffect *effect, | ||||
|     return TRUE; | ||||
|   } | ||||
|  | ||||
|   if (priv->pipeline == NULL) | ||||
|   if (priv->target == NULL) | ||||
|     { | ||||
|       CoglContext *ctx = | ||||
|         clutter_backend_get_cogl_context (clutter_get_default_backend ()); | ||||
|  | ||||
|       priv->pipeline = cogl_pipeline_new (ctx); | ||||
|       priv->target = cogl_pipeline_new (ctx); | ||||
|       ensure_pipeline_filter_for_scale (self, resource_scale); | ||||
|     } | ||||
|  | ||||
|   g_clear_pointer (&priv->texture, cogl_object_unref); | ||||
|   g_clear_pointer (&priv->offscreen, cogl_object_unref); | ||||
|   if (priv->texture != NULL) | ||||
|     { | ||||
|       cogl_handle_unref (priv->texture); | ||||
|       priv->texture = NULL; | ||||
|     } | ||||
|  | ||||
|   if (priv->offscreen != NULL) | ||||
|     { | ||||
|       cogl_handle_unref (priv->offscreen); | ||||
|       priv->offscreen = NULL; | ||||
|     } | ||||
|  | ||||
|   priv->texture = | ||||
|     clutter_offscreen_effect_create_texture (self, target_width, target_height); | ||||
|   if (priv->texture == NULL) | ||||
|     return FALSE; | ||||
|  | ||||
|   cogl_pipeline_set_layer_texture (priv->pipeline, 0, priv->texture); | ||||
|   cogl_pipeline_set_layer_texture (priv->target, 0, priv->texture); | ||||
|  | ||||
|   priv->target_width = target_width; | ||||
|   priv->target_height = target_height; | ||||
| @@ -212,8 +224,8 @@ update_fbo (ClutterEffect *effect, | ||||
|     { | ||||
|       g_warning ("%s: Unable to create an Offscreen buffer", G_STRLOC); | ||||
|  | ||||
|       cogl_object_unref (priv->pipeline); | ||||
|       priv->pipeline = NULL; | ||||
|       cogl_handle_unref (priv->target); | ||||
|       priv->target = NULL; | ||||
|  | ||||
|       priv->target_width = 0; | ||||
|       priv->target_height = 0; | ||||
| @@ -225,8 +237,7 @@ update_fbo (ClutterEffect *effect, | ||||
| } | ||||
|  | ||||
| static gboolean | ||||
| clutter_offscreen_effect_pre_paint (ClutterEffect       *effect, | ||||
|                                     ClutterPaintContext *paint_context) | ||||
| clutter_offscreen_effect_pre_paint (ClutterEffect *effect) | ||||
| { | ||||
|   ClutterOffscreenEffect *self = CLUTTER_OFFSCREEN_EFFECT (effect); | ||||
|   ClutterOffscreenEffectPrivate *priv = self->priv; | ||||
| @@ -237,14 +248,11 @@ clutter_offscreen_effect_pre_paint (ClutterEffect       *effect, | ||||
|   CoglColor transparent; | ||||
|   gfloat stage_width, stage_height; | ||||
|   gfloat target_width = -1, target_height = -1; | ||||
|   CoglFramebuffer *framebuffer; | ||||
|   gfloat resource_scale; | ||||
|   gfloat ceiled_resource_scale; | ||||
|   graphene_point3d_t local_offset; | ||||
|   ClutterVertex local_offset = { 0.f, 0.f, 0.f }; | ||||
|   gfloat old_viewport[4]; | ||||
|  | ||||
|   local_offset = GRAPHENE_POINT3D_INIT (0.0f, 0.0f, 0.0f); | ||||
|  | ||||
|   if (!clutter_actor_meta_get_enabled (CLUTTER_ACTOR_META (effect))) | ||||
|     return FALSE; | ||||
|  | ||||
| @@ -302,10 +310,10 @@ clutter_offscreen_effect_pre_paint (ClutterEffect       *effect, | ||||
|   if (!update_fbo (effect, target_width, target_height, resource_scale)) | ||||
|     return FALSE; | ||||
|  | ||||
|   framebuffer = clutter_paint_context_get_framebuffer (paint_context); | ||||
|   cogl_framebuffer_get_modelview_matrix (framebuffer, &old_modelview); | ||||
|   cogl_get_modelview_matrix (&old_modelview); | ||||
|  | ||||
|   clutter_paint_context_push_framebuffer (paint_context, priv->offscreen); | ||||
|   /* let's draw offscreen */ | ||||
|   cogl_push_framebuffer (priv->offscreen); | ||||
|  | ||||
|   /* We don't want the FBO contents to be transformed. That could waste memory | ||||
|    * (e.g. during zoom), or result in something that's not rectangular (clipped | ||||
| @@ -315,7 +323,7 @@ clutter_offscreen_effect_pre_paint (ClutterEffect       *effect, | ||||
|    * contents on screen... | ||||
|    */ | ||||
|   clutter_actor_get_transform (priv->stage, &modelview); | ||||
|   cogl_framebuffer_set_modelview_matrix (priv->offscreen, &modelview); | ||||
|   cogl_set_modelview_matrix (&modelview); | ||||
|  | ||||
|   /* Save the original viewport for calculating priv->position */ | ||||
|   _clutter_stage_get_viewport (CLUTTER_STAGE (priv->stage), | ||||
| @@ -327,11 +335,10 @@ clutter_offscreen_effect_pre_paint (ClutterEffect       *effect, | ||||
|   /* Set up the viewport so that it has the same size as the stage (avoid | ||||
|    * distortion), but translated to account for the FBO offset... | ||||
|    */ | ||||
|   cogl_framebuffer_set_viewport (priv->offscreen, | ||||
|                                  -priv->fbo_offset_x, | ||||
|                                  -priv->fbo_offset_y, | ||||
|                                  stage_width, | ||||
|                                  stage_height); | ||||
|   cogl_set_viewport (-priv->fbo_offset_x, | ||||
|                      -priv->fbo_offset_y, | ||||
|                      stage_width, | ||||
|                      stage_height); | ||||
|  | ||||
|   /* Copy the stage's projection matrix across to the framebuffer */ | ||||
|   _clutter_stage_get_projection_matrix (CLUTTER_STAGE (priv->stage), | ||||
| @@ -348,15 +355,14 @@ clutter_offscreen_effect_pre_paint (ClutterEffect       *effect, | ||||
|                                           &priv->position, | ||||
|                                           1); | ||||
|  | ||||
|   cogl_framebuffer_set_projection_matrix (priv->offscreen, &projection); | ||||
|   cogl_set_projection_matrix (&projection); | ||||
|  | ||||
|   cogl_color_init_from_4ub (&transparent, 0, 0, 0, 0); | ||||
|   cogl_framebuffer_clear (priv->offscreen, | ||||
|                           COGL_BUFFER_BIT_COLOR | | ||||
|                           COGL_BUFFER_BIT_DEPTH, | ||||
|                           &transparent); | ||||
|   cogl_clear (&transparent, | ||||
|               COGL_BUFFER_BIT_COLOR | | ||||
|               COGL_BUFFER_BIT_DEPTH); | ||||
|  | ||||
|   cogl_framebuffer_push_matrix (priv->offscreen); | ||||
|   cogl_push_matrix (); | ||||
|  | ||||
|   /* Override the actor's opacity to fully opaque - we paint the offscreen | ||||
|    * texture with the actor's paint opacity, so we need to do this to avoid | ||||
| @@ -370,17 +376,15 @@ clutter_offscreen_effect_pre_paint (ClutterEffect       *effect, | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_offscreen_effect_real_paint_target (ClutterOffscreenEffect *effect, | ||||
|                                             ClutterPaintContext    *paint_context) | ||||
| clutter_offscreen_effect_real_paint_target (ClutterOffscreenEffect *effect) | ||||
| { | ||||
|   ClutterOffscreenEffectPrivate *priv = effect->priv; | ||||
|   CoglFramebuffer *framebuffer = | ||||
|     clutter_paint_context_get_framebuffer (paint_context); | ||||
|   CoglFramebuffer *framebuffer = cogl_get_draw_framebuffer (); | ||||
|   guint8 paint_opacity; | ||||
|  | ||||
|   paint_opacity = clutter_actor_get_paint_opacity (priv->actor); | ||||
|  | ||||
|   cogl_pipeline_set_color4ub (priv->pipeline, | ||||
|   cogl_pipeline_set_color4ub (priv->target, | ||||
|                               paint_opacity, | ||||
|                               paint_opacity, | ||||
|                               paint_opacity, | ||||
| @@ -392,7 +396,7 @@ clutter_offscreen_effect_real_paint_target (ClutterOffscreenEffect *effect, | ||||
|    * hadn't been redirected offscreen. | ||||
|    */ | ||||
|   cogl_framebuffer_draw_textured_rectangle (framebuffer, | ||||
|                                             priv->pipeline, | ||||
|                                             priv->target, | ||||
|                                             0, 0, | ||||
|                                             cogl_texture_get_width (priv->texture), | ||||
|                                             cogl_texture_get_height (priv->texture), | ||||
| @@ -401,21 +405,18 @@ clutter_offscreen_effect_real_paint_target (ClutterOffscreenEffect *effect, | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_offscreen_effect_paint_texture (ClutterOffscreenEffect *effect, | ||||
|                                         ClutterPaintContext    *paint_context) | ||||
| clutter_offscreen_effect_paint_texture (ClutterOffscreenEffect *effect) | ||||
| { | ||||
|   ClutterOffscreenEffectPrivate *priv = effect->priv; | ||||
|   CoglFramebuffer *framebuffer = | ||||
|     clutter_paint_context_get_framebuffer (paint_context); | ||||
|   CoglMatrix modelview; | ||||
|   float resource_scale; | ||||
|  | ||||
|   cogl_framebuffer_push_matrix (framebuffer); | ||||
|   cogl_push_matrix (); | ||||
|  | ||||
|   /* The current modelview matrix is *almost* perfect already. It's only | ||||
|    * missing a correction for the expanded FBO and offset rendering within... | ||||
|    */ | ||||
|   cogl_framebuffer_get_modelview_matrix (framebuffer, &modelview); | ||||
|   cogl_get_modelview_matrix (&modelview); | ||||
|  | ||||
|   if (clutter_actor_get_resource_scale (priv->actor, &resource_scale) && | ||||
|       resource_scale != 1.0f) | ||||
| @@ -428,90 +429,55 @@ clutter_offscreen_effect_paint_texture (ClutterOffscreenEffect *effect, | ||||
|                          priv->fbo_offset_x, | ||||
|                          priv->fbo_offset_y, | ||||
|                          0.0f); | ||||
|   cogl_framebuffer_set_modelview_matrix (framebuffer, &modelview); | ||||
|   cogl_set_modelview_matrix (&modelview); | ||||
|  | ||||
|   /* paint the target material; this is virtualized for | ||||
|    * sub-classes that require special hand-holding | ||||
|    */ | ||||
|   clutter_offscreen_effect_paint_target (effect, paint_context); | ||||
|   clutter_offscreen_effect_paint_target (effect); | ||||
|  | ||||
|   cogl_framebuffer_pop_matrix (framebuffer); | ||||
|   cogl_pop_matrix (); | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_offscreen_effect_post_paint (ClutterEffect       *effect, | ||||
|                                      ClutterPaintContext *paint_context) | ||||
| clutter_offscreen_effect_post_paint (ClutterEffect *effect) | ||||
| { | ||||
|   ClutterOffscreenEffect *self = CLUTTER_OFFSCREEN_EFFECT (effect); | ||||
|   ClutterOffscreenEffectPrivate *priv = self->priv; | ||||
|   CoglFramebuffer *framebuffer; | ||||
|  | ||||
|   g_warn_if_fail (priv->offscreen); | ||||
|   g_warn_if_fail (priv->pipeline); | ||||
|   g_warn_if_fail (priv->actor); | ||||
|   if (priv->offscreen == NULL || | ||||
|       priv->target == NULL || | ||||
|       priv->actor == NULL) | ||||
|     return; | ||||
|  | ||||
|   /* Restore the previous opacity override */ | ||||
|   if (priv->actor) | ||||
|     { | ||||
|       clutter_actor_set_opacity_override (priv->actor, | ||||
|                                           priv->old_opacity_override); | ||||
|     } | ||||
|   clutter_actor_set_opacity_override (priv->actor, priv->old_opacity_override); | ||||
|  | ||||
|   framebuffer = clutter_paint_context_get_framebuffer (paint_context); | ||||
|   cogl_framebuffer_pop_matrix (framebuffer); | ||||
|   clutter_paint_context_pop_framebuffer (paint_context); | ||||
|   cogl_pop_matrix (); | ||||
|   cogl_pop_framebuffer (); | ||||
|  | ||||
|   clutter_offscreen_effect_paint_texture (self, paint_context); | ||||
|   clutter_offscreen_effect_paint_texture (self); | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_offscreen_effect_paint (ClutterEffect           *effect, | ||||
|                                 ClutterPaintContext     *paint_context, | ||||
|                                 ClutterEffectPaintFlags  flags) | ||||
| { | ||||
|   ClutterOffscreenEffect *self = CLUTTER_OFFSCREEN_EFFECT (effect); | ||||
|   ClutterOffscreenEffectPrivate *priv = self->priv; | ||||
|  | ||||
|   if (flags & CLUTTER_EFFECT_PAINT_BYPASS_EFFECT) | ||||
|     { | ||||
|       clutter_actor_continue_paint (priv->actor, paint_context); | ||||
|       cogl_clear_object (&priv->offscreen); | ||||
|       return; | ||||
|     } | ||||
|  | ||||
|   /* If we've already got a cached image and the actor hasn't been redrawn | ||||
|    * then we can just use the cached image in the FBO. | ||||
|    */ | ||||
|   if (priv->offscreen == NULL || (flags & CLUTTER_EFFECT_PAINT_ACTOR_DIRTY)) | ||||
|     { | ||||
|       ClutterEffectClass *effect_class = CLUTTER_EFFECT_GET_CLASS (effect); | ||||
|       gboolean pre_paint_succeeded; | ||||
|  | ||||
|       pre_paint_succeeded = effect_class->pre_paint (effect, paint_context); | ||||
|  | ||||
|       clutter_actor_continue_paint (priv->actor, paint_context); | ||||
|  | ||||
|       if (pre_paint_succeeded) | ||||
|         effect_class->post_paint (effect, paint_context); | ||||
|       else | ||||
|         g_clear_pointer (&priv->offscreen, cogl_object_unref); | ||||
|       /* Chain up to the parent paint method which will call the pre and | ||||
|          post paint functions to update the image */ | ||||
|       CLUTTER_EFFECT_CLASS (clutter_offscreen_effect_parent_class)-> | ||||
|         paint (effect, flags); | ||||
|     } | ||||
|   else | ||||
|     clutter_offscreen_effect_paint_texture (self, paint_context); | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_offscreen_effect_set_enabled (ClutterActorMeta *meta, | ||||
|                                       gboolean          is_enabled) | ||||
| { | ||||
|   ClutterActorMetaClass *parent_class = | ||||
|     CLUTTER_ACTOR_META_CLASS (clutter_offscreen_effect_parent_class); | ||||
|   ClutterOffscreenEffect *offscreen_effect = CLUTTER_OFFSCREEN_EFFECT (meta); | ||||
|   ClutterOffscreenEffectPrivate *priv = offscreen_effect->priv; | ||||
|  | ||||
|   g_clear_pointer (&priv->offscreen, cogl_object_unref); | ||||
|  | ||||
|   parent_class->set_enabled (meta, is_enabled); | ||||
|     clutter_offscreen_effect_paint_texture (self); | ||||
| } | ||||
|  | ||||
| static void | ||||
| @@ -520,9 +486,14 @@ clutter_offscreen_effect_finalize (GObject *gobject) | ||||
|   ClutterOffscreenEffect *self = CLUTTER_OFFSCREEN_EFFECT (gobject); | ||||
|   ClutterOffscreenEffectPrivate *priv = self->priv; | ||||
|  | ||||
|   g_clear_pointer (&priv->offscreen, cogl_object_unref); | ||||
|   g_clear_pointer (&priv->texture, cogl_object_unref); | ||||
|   g_clear_pointer (&priv->pipeline, cogl_object_unref); | ||||
|   if (priv->offscreen) | ||||
|     cogl_handle_unref (priv->offscreen); | ||||
|  | ||||
|   if (priv->target) | ||||
|     cogl_handle_unref (priv->target); | ||||
|  | ||||
|   if (priv->texture) | ||||
|     cogl_handle_unref (priv->texture); | ||||
|  | ||||
|   G_OBJECT_CLASS (clutter_offscreen_effect_parent_class)->finalize (gobject); | ||||
| } | ||||
| @@ -538,7 +509,6 @@ clutter_offscreen_effect_class_init (ClutterOffscreenEffectClass *klass) | ||||
|   klass->paint_target = clutter_offscreen_effect_real_paint_target; | ||||
|  | ||||
|   meta_class->set_actor = clutter_offscreen_effect_set_actor; | ||||
|   meta_class->set_enabled = clutter_offscreen_effect_set_enabled; | ||||
|  | ||||
|   effect_class->pre_paint = clutter_offscreen_effect_pre_paint; | ||||
|   effect_class->post_paint = clutter_offscreen_effect_post_paint; | ||||
| @@ -567,7 +537,7 @@ clutter_offscreen_effect_init (ClutterOffscreenEffect *self) | ||||
|  * used instead of clutter_offscreen_effect_get_target() when the | ||||
|  * effect subclass wants to paint using its own material. | ||||
|  * | ||||
|  * Return value: (transfer none): a #CoglHandle or %NULL. The | ||||
|  * Return value: (transfer none): a #CoglHandle or %COGL_INVALID_HANDLE. The | ||||
|  *   returned texture is owned by Clutter and it should not be | ||||
|  *   modified or freed | ||||
|  * | ||||
| @@ -604,26 +574,23 @@ clutter_offscreen_effect_get_target (ClutterOffscreenEffect *effect) | ||||
|   g_return_val_if_fail (CLUTTER_IS_OFFSCREEN_EFFECT (effect), | ||||
|                         NULL); | ||||
|  | ||||
|   return (CoglMaterial *)effect->priv->pipeline; | ||||
|   return (CoglMaterial *)effect->priv->target; | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_offscreen_effect_paint_target: | ||||
|  * @effect: a #ClutterOffscreenEffect | ||||
|  * @paint_context: a #ClutterPaintContext | ||||
|  * | ||||
|  * Calls the paint_target() virtual function of the @effect | ||||
|  * | ||||
|  * Since: 1.4 | ||||
|  */ | ||||
| void | ||||
| clutter_offscreen_effect_paint_target (ClutterOffscreenEffect *effect, | ||||
|                                        ClutterPaintContext    *paint_context) | ||||
| clutter_offscreen_effect_paint_target (ClutterOffscreenEffect *effect) | ||||
| { | ||||
|   g_return_if_fail (CLUTTER_IS_OFFSCREEN_EFFECT (effect)); | ||||
|  | ||||
|   CLUTTER_OFFSCREEN_EFFECT_GET_CLASS (effect)->paint_target (effect, | ||||
|                                                              paint_context); | ||||
|   CLUTTER_OFFSCREEN_EFFECT_GET_CLASS (effect)->paint_target (effect); | ||||
| } | ||||
|  | ||||
| /** | ||||
| @@ -635,7 +602,7 @@ clutter_offscreen_effect_paint_target (ClutterOffscreenEffect *effect, | ||||
|  * Calls the create_texture() virtual function of the @effect | ||||
|  * | ||||
|  * Return value: (transfer full): a handle to a Cogl texture, or | ||||
|  *   %NULL. The returned handle has its reference | ||||
|  *   %COGL_INVALID_HANDLE. The returned handle has its reference | ||||
|  *   count increased. | ||||
|  * | ||||
|  * Since: 1.4 | ||||
| @@ -715,7 +682,7 @@ clutter_offscreen_effect_get_target_size (ClutterOffscreenEffect *effect, | ||||
|  */ | ||||
| gboolean | ||||
| clutter_offscreen_effect_get_target_rect (ClutterOffscreenEffect *effect, | ||||
|                                           graphene_rect_t        *rect) | ||||
|                                           ClutterRect            *rect) | ||||
| { | ||||
|   ClutterOffscreenEffectPrivate *priv; | ||||
|  | ||||
| @@ -727,11 +694,11 @@ clutter_offscreen_effect_get_target_rect (ClutterOffscreenEffect *effect, | ||||
|   if (priv->texture == NULL) | ||||
|     return FALSE; | ||||
|  | ||||
|   graphene_rect_init (rect, | ||||
|                       priv->position.x, | ||||
|                       priv->position.y, | ||||
|                       cogl_texture_get_width (priv->texture), | ||||
|                       cogl_texture_get_height (priv->texture)); | ||||
|   clutter_rect_init (rect, | ||||
|                      priv->position.x, | ||||
|                      priv->position.y, | ||||
|                      cogl_texture_get_width (priv->texture), | ||||
|                      cogl_texture_get_height (priv->texture)); | ||||
|  | ||||
|   return TRUE; | ||||
| } | ||||
|   | ||||
| @@ -79,8 +79,7 @@ struct _ClutterOffscreenEffectClass | ||||
|   CoglHandle (* create_texture) (ClutterOffscreenEffect *effect, | ||||
|                                  gfloat                  width, | ||||
|                                  gfloat                  height); | ||||
|   void       (* paint_target)   (ClutterOffscreenEffect *effect, | ||||
|                                  ClutterPaintContext    *paint_context); | ||||
|   void       (* paint_target)   (ClutterOffscreenEffect *effect); | ||||
|  | ||||
|   /*< private >*/ | ||||
|   void (* _clutter_offscreen1) (void); | ||||
| @@ -102,8 +101,7 @@ CLUTTER_EXPORT | ||||
| CoglHandle      clutter_offscreen_effect_get_texture            (ClutterOffscreenEffect *effect); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void            clutter_offscreen_effect_paint_target           (ClutterOffscreenEffect *effect, | ||||
|                                                                  ClutterPaintContext    *paint_context); | ||||
| void            clutter_offscreen_effect_paint_target           (ClutterOffscreenEffect *effect); | ||||
| CLUTTER_EXPORT | ||||
| CoglHandle      clutter_offscreen_effect_create_texture         (ClutterOffscreenEffect *effect, | ||||
|                                                                  gfloat                  width, | ||||
| @@ -116,7 +114,7 @@ gboolean        clutter_offscreen_effect_get_target_size        (ClutterOffscree | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| gboolean        clutter_offscreen_effect_get_target_rect        (ClutterOffscreenEffect *effect, | ||||
|                                                                  graphene_rect_t        *rect); | ||||
|                                                                  ClutterRect            *rect); | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
|   | ||||
| @@ -1,30 +0,0 @@ | ||||
| /* | ||||
|  * Copyright (C) 2019 Red Hat Inc. | ||||
|  * | ||||
|  * This library is free software; you can redistribute it and/or | ||||
|  * modify it under the terms of the GNU Lesser General Public | ||||
|  * License as published by the Free Software Foundation; either | ||||
|  * version 2 of the License, or (at your option) any later version. | ||||
|  * | ||||
|  * This library is distributed in the hope that it will be useful, | ||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | ||||
|  * Lesser General Public License for more details. | ||||
|  * | ||||
|  * You should have received a copy of the GNU Lesser General Public | ||||
|  * License along with this library. If not, see <http://www.gnu.org/licenses/>. | ||||
|  */ | ||||
|  | ||||
| #ifndef CLUTTER_PAINT_CONTEXT_PRIVATE_H | ||||
| #define CLUTTER_PAINT_CONTEXT_PRIVATE_H | ||||
|  | ||||
| #include "clutter-paint-context.h" | ||||
|  | ||||
| ClutterPaintContext * clutter_paint_context_new_for_view (ClutterStageView     *view, | ||||
|                                                           const cairo_region_t *redraw_clip); | ||||
|  | ||||
| gboolean clutter_paint_context_is_drawing_off_stage (ClutterPaintContext *paint_context); | ||||
|  | ||||
| CoglFramebuffer * clutter_paint_context_get_base_framebuffer (ClutterPaintContext *paint_context); | ||||
|  | ||||
| #endif /* CLUTTER_PAINT_CONTEXT_PRIVATE_H */ | ||||
| @@ -1,172 +0,0 @@ | ||||
| /* | ||||
|  * Copyright (C) 2019 Red Hat Inc. | ||||
|  * | ||||
|  * This library is free software; you can redistribute it and/or | ||||
|  * modify it under the terms of the GNU Lesser General Public | ||||
|  * License as published by the Free Software Foundation; either | ||||
|  * version 2 of the License, or (at your option) any later version. | ||||
|  * | ||||
|  * This library is distributed in the hope that it will be useful, | ||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | ||||
|  * Lesser General Public License for more details. | ||||
|  * | ||||
|  * You should have received a copy of the GNU Lesser General Public | ||||
|  * License along with this library. If not, see <http://www.gnu.org/licenses/>. | ||||
|  */ | ||||
|  | ||||
| #include "clutter-build-config.h" | ||||
|  | ||||
| #include "clutter-paint-context-private.h" | ||||
|  | ||||
| struct _ClutterPaintContext | ||||
| { | ||||
|   grefcount ref_count; | ||||
|  | ||||
|   GList *framebuffers; | ||||
|  | ||||
|   ClutterStageView *view; | ||||
|  | ||||
|   cairo_region_t *redraw_clip; | ||||
| }; | ||||
|  | ||||
| G_DEFINE_BOXED_TYPE (ClutterPaintContext, clutter_paint_context, | ||||
|                      clutter_paint_context_ref, | ||||
|                      clutter_paint_context_unref) | ||||
|  | ||||
| ClutterPaintContext * | ||||
| clutter_paint_context_new_for_view (ClutterStageView     *view, | ||||
|                                     const cairo_region_t *redraw_clip) | ||||
| { | ||||
|   ClutterPaintContext *paint_context; | ||||
|   CoglFramebuffer *framebuffer; | ||||
|  | ||||
|   paint_context = g_new0 (ClutterPaintContext, 1); | ||||
|   g_ref_count_init (&paint_context->ref_count); | ||||
|   paint_context->view = view; | ||||
|   paint_context->redraw_clip = cairo_region_copy (redraw_clip); | ||||
|  | ||||
|   framebuffer = clutter_stage_view_get_framebuffer (view); | ||||
|   clutter_paint_context_push_framebuffer (paint_context, framebuffer); | ||||
|  | ||||
|   return paint_context; | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_paint_context_new_for_framebuffer: (skip) | ||||
|  */ | ||||
| ClutterPaintContext * | ||||
| clutter_paint_context_new_for_framebuffer (CoglFramebuffer *framebuffer) | ||||
| { | ||||
|   ClutterPaintContext *paint_context; | ||||
|  | ||||
|   paint_context = g_new0 (ClutterPaintContext, 1); | ||||
|   g_ref_count_init (&paint_context->ref_count); | ||||
|  | ||||
|   clutter_paint_context_push_framebuffer (paint_context, framebuffer); | ||||
|  | ||||
|   return paint_context; | ||||
| } | ||||
|  | ||||
| ClutterPaintContext * | ||||
| clutter_paint_context_ref (ClutterPaintContext *paint_context) | ||||
| { | ||||
|   g_ref_count_inc (&paint_context->ref_count); | ||||
|   return paint_context; | ||||
| } | ||||
|  | ||||
| static void | ||||
| clutter_paint_context_dispose (ClutterPaintContext *paint_context) | ||||
| { | ||||
|   g_list_free_full (paint_context->framebuffers, | ||||
|                     cogl_object_unref); | ||||
|   paint_context->framebuffers = NULL; | ||||
|   g_clear_pointer (&paint_context->redraw_clip, cairo_region_destroy); | ||||
| } | ||||
|  | ||||
| void | ||||
| clutter_paint_context_unref (ClutterPaintContext *paint_context) | ||||
| { | ||||
|   if (g_ref_count_dec (&paint_context->ref_count)) | ||||
|     { | ||||
|       clutter_paint_context_dispose (paint_context); | ||||
|       g_free (paint_context); | ||||
|     } | ||||
| } | ||||
|  | ||||
| void | ||||
| clutter_paint_context_destroy (ClutterPaintContext *paint_context) | ||||
| { | ||||
|   clutter_paint_context_dispose (paint_context); | ||||
|   clutter_paint_context_unref (paint_context); | ||||
| } | ||||
|  | ||||
| void | ||||
| clutter_paint_context_push_framebuffer (ClutterPaintContext *paint_context, | ||||
|                                         CoglFramebuffer     *framebuffer) | ||||
| { | ||||
|   paint_context->framebuffers = g_list_prepend (paint_context->framebuffers, | ||||
|                                                 cogl_object_ref (framebuffer)); | ||||
| } | ||||
|  | ||||
| void | ||||
| clutter_paint_context_pop_framebuffer (ClutterPaintContext *paint_context) | ||||
| { | ||||
|   g_return_if_fail (paint_context->framebuffers); | ||||
|  | ||||
|   cogl_object_unref (paint_context->framebuffers->data); | ||||
|   paint_context->framebuffers = | ||||
|     g_list_delete_link (paint_context->framebuffers, | ||||
|                         paint_context->framebuffers); | ||||
| } | ||||
|  | ||||
| const cairo_region_t * | ||||
| clutter_paint_context_get_redraw_clip (ClutterPaintContext *paint_context) | ||||
| { | ||||
|   return paint_context->redraw_clip; | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_paint_context_get_framebuffer: | ||||
|  * @paint_context: The #ClutterPaintContext | ||||
|  * | ||||
|  * Returns: (transfer none): The #CoglFramebuffer used for drawing | ||||
|  */ | ||||
| CoglFramebuffer * | ||||
| clutter_paint_context_get_framebuffer (ClutterPaintContext *paint_context) | ||||
| { | ||||
|   g_return_val_if_fail (paint_context->framebuffers, NULL); | ||||
|  | ||||
|   return paint_context->framebuffers->data; | ||||
| } | ||||
|  | ||||
| CoglFramebuffer * | ||||
| clutter_paint_context_get_base_framebuffer (ClutterPaintContext *paint_context) | ||||
| { | ||||
|   return g_list_last (paint_context->framebuffers)->data; | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_paint_context_get_stage_view: (skip) | ||||
|  */ | ||||
| ClutterStageView * | ||||
| clutter_paint_context_get_stage_view (ClutterPaintContext *paint_context) | ||||
| { | ||||
|   return paint_context->view; | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * clutter_paint_context_is_drawing_off_stage: (skip) | ||||
|  * | ||||
|  * Return %TRUE if the paint context is currently drawing off stage. | ||||
|  * This happens if there are any framebuffers pushed, and the base framebuffer | ||||
|  * comes from the stage view. | ||||
|  */ | ||||
| gboolean | ||||
| clutter_paint_context_is_drawing_off_stage (ClutterPaintContext *paint_context) | ||||
| { | ||||
|   if (g_list_length (paint_context->framebuffers) > 1) | ||||
|     return TRUE; | ||||
|  | ||||
|   return !paint_context->view; | ||||
| } | ||||
| @@ -1,65 +0,0 @@ | ||||
| /* | ||||
|  * Copyright (C) 2019 Red Hat Inc. | ||||
|  * | ||||
|  * This library is free software; you can redistribute it and/or | ||||
|  * modify it under the terms of the GNU Lesser General Public | ||||
|  * License as published by the Free Software Foundation; either | ||||
|  * version 2 of the License, or (at your option) any later version. | ||||
|  * | ||||
|  * This library is distributed in the hope that it will be useful, | ||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | ||||
|  * Lesser General Public License for more details. | ||||
|  * | ||||
|  * You should have received a copy of the GNU Lesser General Public | ||||
|  * License along with this library. If not, see <http://www.gnu.org/licenses/>. | ||||
|  */ | ||||
|  | ||||
| #ifndef CLUTTER_PAINT_CONTEXT_H | ||||
| #define CLUTTER_PAINT_CONTEXT_H | ||||
|  | ||||
| #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) | ||||
| #error "Only <clutter/clutter.h> can be included directly." | ||||
| #endif | ||||
|  | ||||
| #include <glib-object.h> | ||||
|  | ||||
| #include "clutter-macros.h" | ||||
| #include "clutter-stage-view.h" | ||||
|  | ||||
| typedef struct _ClutterPaintContext ClutterPaintContext; | ||||
|  | ||||
| #define CLUTTER_TYPE_PAINT_CONTEXT (clutter_paint_context_get_type ()) | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| GType clutter_paint_context_get_type (void); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| ClutterPaintContext * clutter_paint_context_new_for_framebuffer (CoglFramebuffer *framebuffer); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| ClutterPaintContext * clutter_paint_context_ref (ClutterPaintContext *paint_context); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void clutter_paint_context_unref (ClutterPaintContext *paint_context); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void clutter_paint_context_destroy (ClutterPaintContext *paint_context); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| CoglFramebuffer * clutter_paint_context_get_framebuffer (ClutterPaintContext *paint_context); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| ClutterStageView * clutter_paint_context_get_stage_view (ClutterPaintContext *paint_context); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void clutter_paint_context_push_framebuffer (ClutterPaintContext *paint_context, | ||||
|                                              CoglFramebuffer     *framebuffer); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| void clutter_paint_context_pop_framebuffer (ClutterPaintContext *paint_context); | ||||
|  | ||||
| CLUTTER_EXPORT | ||||
| const cairo_region_t * clutter_paint_context_get_redraw_clip (ClutterPaintContext *paint_context); | ||||
|  | ||||
| #endif /* CLUTTER_PAINT_CONTEXT_H */ | ||||
| @@ -27,7 +27,6 @@ | ||||
|  | ||||
| #include <glib-object.h> | ||||
| #include <json-glib/json-glib.h> | ||||
| #include <clutter/clutter-paint-context.h> | ||||
| #include <clutter/clutter-paint-node.h> | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
| @@ -49,11 +48,11 @@ struct _ClutterPaintNode | ||||
|   ClutterPaintNode *next_sibling; | ||||
|   ClutterPaintNode *last_child; | ||||
|  | ||||
|   guint n_children; | ||||
|  | ||||
|   GArray *operations; | ||||
|  | ||||
|   const gchar *name; | ||||
|  | ||||
|   guint n_children; | ||||
|   gchar *name; | ||||
|  | ||||
|   volatile int ref_count; | ||||
| }; | ||||
| @@ -64,12 +63,9 @@ struct _ClutterPaintNodeClass | ||||
|  | ||||
|   void     (* finalize)  (ClutterPaintNode *node); | ||||
|  | ||||
|   gboolean (* pre_draw)  (ClutterPaintNode    *node, | ||||
|                           ClutterPaintContext *paint_context); | ||||
|   void     (* draw)      (ClutterPaintNode    *node, | ||||
|                           ClutterPaintContext *paint_context); | ||||
|   void     (* post_draw) (ClutterPaintNode    *node, | ||||
|                           ClutterPaintContext *paint_context); | ||||
|   gboolean (* pre_draw)  (ClutterPaintNode *node); | ||||
|   void     (* draw)      (ClutterPaintNode *node); | ||||
|   void     (* post_draw) (ClutterPaintNode *node); | ||||
|  | ||||
|   JsonNode*(* serialize) (ClutterPaintNode *node); | ||||
|  | ||||
| @@ -83,6 +79,7 @@ typedef enum | ||||
|   PAINT_OP_INVALID = 0, | ||||
|   PAINT_OP_TEX_RECT, | ||||
|   PAINT_OP_MULTITEX_RECT, | ||||
|   PAINT_OP_PATH, | ||||
|   PAINT_OP_PRIMITIVE | ||||
| } PaintOpCode; | ||||
|  | ||||
| @@ -95,6 +92,8 @@ struct _ClutterPaintOperation | ||||
|   union { | ||||
|     float texrect[8]; | ||||
|  | ||||
|     CoglPath *path; | ||||
|  | ||||
|     CoglPrimitive *primitive; | ||||
|   } op; | ||||
| }; | ||||
| @@ -112,8 +111,7 @@ void                    _clutter_paint_node_init_types                  (void); | ||||
| gpointer                _clutter_paint_node_create                      (GType gtype); | ||||
|  | ||||
| ClutterPaintNode *      _clutter_transform_node_new                     (const CoglMatrix            *matrix); | ||||
| ClutterPaintNode *      _clutter_dummy_node_new                         (ClutterActor                *actor, | ||||
|                                                                          CoglFramebuffer             *framebuffer); | ||||
| ClutterPaintNode *      _clutter_dummy_node_new                         (ClutterActor                *actor); | ||||
|  | ||||
| void                    _clutter_paint_node_dump_tree                   (ClutterPaintNode            *root); | ||||
|  | ||||
| @@ -140,6 +138,32 @@ G_GNUC_INTERNAL | ||||
| ClutterPaintNode *      clutter_paint_node_get_last_child               (ClutterPaintNode      *node); | ||||
| G_GNUC_INTERNAL | ||||
| ClutterPaintNode *      clutter_paint_node_get_parent                   (ClutterPaintNode      *node); | ||||
| G_GNUC_INTERNAL | ||||
| CoglFramebuffer *       clutter_paint_node_get_framebuffer              (ClutterPaintNode      *node); | ||||
|  | ||||
| #define CLUTTER_TYPE_LAYER_NODE                 (_clutter_layer_node_get_type ()) | ||||
| #define CLUTTER_LAYER_NODE(obj)                 (G_TYPE_CHECK_INSTANCE_CAST ((obj), CLUTTER_TYPE_LAYER_NODE, ClutterLayerNode)) | ||||
| #define CLUTTER_IS_LAYER_NODE(obj)              (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CLUTTER_TYPE_LAYER_NODE)) | ||||
|  | ||||
| /* | ||||
|  * ClutterLayerNode: | ||||
|  * | ||||
|  * The #ClutterLayerNode structure is an opaque | ||||
|  * type whose members cannot be directly accessed. | ||||
|  * | ||||
|  * Since: 1.10 | ||||
|  */ | ||||
| typedef struct _ClutterLayerNode                ClutterLayerNode; | ||||
| typedef struct _ClutterLayerNodeClass           ClutterLayerNodeClass; | ||||
|  | ||||
| GType _clutter_layer_node_get_type (void) G_GNUC_CONST; | ||||
|  | ||||
| ClutterPaintNode *      _clutter_layer_node_new         (const CoglMatrix        *projection, | ||||
|                                                          const cairo_rectangle_t *viewport, | ||||
|                                                          float                    width, | ||||
|                                                          float                    height, | ||||
|                                                          guint8                   opacity); | ||||
|  | ||||
|  | ||||
| G_END_DECLS | ||||
|  | ||||
|   | ||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user