Alexey Zinovyev wrote:
I think that all input can be split into "control" (things like
hotkeys/keybindings (including text navigation), (maybe) can be passed
to separate agent, separate agent (hypothetically) can e.g. map some
hotkeys to mouse/multitouch gestures if user don't have/like keyboa
On Sat, Jan 29, 2011 at 03:16:51AM +0100, Enrico Weigelt wrote:
> * Marty Jack schrieb:
> > Something equivalent to passive grabs so that a process can
> > own a particular action like Volume Up and be assured that
> > there aren't five different processes all trying to control
> > the volume.
>
* Chase Douglas schrieb:
> Can you describe more here? If you are meaning a real computer
> "process", I think it would help to split input and output display into
> separate processes. Practically every system shipping in the future will
> have multiple cores, so making the input system wait aro
* Marty Jack schrieb:
> Something equivalent to xorg.conf and xorg.conf.d for devices
> that need some sort of initialization quirk or blacklisting
> (Comes up constantly on xorg mailing list - must address)
I'd prefer an explicit configuration mechanism and an separate
(auto)configuration agent
* Sam Spilsbury schrieb:
> 2011/1/25 Bill Spitzak :
> > I'm wary of a "config" file the window manager reads. What users want to do
> > is go into the application and run some control panel that says "now the
> > shortcut X+Y+Z does this" and it starts happening, and they can then change
> > their
Otherwise the initial announcement of interfaces gets lost.
---
clients/dnd.c |4 +---
clients/eventdemo.c |2 +-
clients/flower.c|2 +-
clients/gears.c |2 +-
clients/image.c |2 +-
clients/resizor.c |2 +-
clients/smoke.c |2 +-
clients/termina
---
data/.gitignore |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 data/.gitignore
diff --git a/data/.gitignore b/data/.gitignore
new file mode 100644
index 000..8ea50a6
--- /dev/null
+++ b/data/.gitignore
@@ -0,0 +1 @@
+wayland.png
--
1.7.2.3
___
0001-add-resizor-and-eventdemo-to-building.html.patch
Description: Binary data
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel
Carl-Philip Haensch wrote:
Hi,
I saw when you press F11 in a wayland window, the window will turn to
"fullscreen" which means it will do the same crap as it does in X:
Setting the window to overlap all windows, set the position to 0,0 and
the size to w,h.
That makes a lot of sense to me.
On Fri, Jan 28, 2011 at 12:12:37AM -0500, cdah...@redhat.com wrote:
> +Setting up the environment
> +If you want to install in $HOME/install (or another location that won't
> +interfere with the rest of your system, you'll need to set the following
> +environment variables to get various libraries
On 01/25, den...@online.de wrote:
> P.S.: How about a list on the webpage of graphic cards known to work with
> Wayland (including minimally required kernel / drm / mesa / etc. versions?)
Output through X:
I think anything with DRI2 working will work, which means Intel, AMD/ATI,
Nvidia, using
On Fri, Jan 28, 2011 at 01:17:24PM +0100, Carl-Philip Haensch wrote:
> diff --git a/protocol/wayland.xml b/protocol/wayland.xml
> index 13c71bd..f91d937 100644
> --- a/protocol/wayland.xml
> +++ b/protocol/wayland.xml
> @@ -349,6 +349,15 @@
>
>
>
> +
> +
> +
> +
The major version 2.0 is sufficient
---
configure.ac |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 226d87c..01f2141 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,9 +23,9 @@ PKG_PROG_PKG_CONFIG()
PKG_CHECK_MODULES(FFI, [libffi])
On Fri, Jan 28, 2011 at 7:17 AM, Carl-Philip Haensch
wrote:
> Hi,
>
> I saw when you press F11 in a wayland window, the window will turn to
> "fullscreen" which means it will do the same crap as it does in X: Setting
> the window to overlap all windows, set the position to 0,0 and the size to
> w,
Hi,
I saw when you press F11 in a wayland window, the window will turn to
"fullscreen" which means it will do the same crap as it does in X:
Setting the window to overlap all windows, set the position to 0,0 and
the size to w,h.
As you see in X, this concept is not really a concept, it's a
15 matches
Mail list logo