Requests For Proposals for hosting XDC 2023 are now open

2022-08-18 Thread Lyude Paul
ier is better since there generally will be a bit of Q&A with organizers. And if you just have some questions about what organizing XDC entails, please feel free to chat with previous organizers, or someone from the board. Best regards, Lyude Paul On behalf of X.org -- Cheers, L

XDC 2022: Registration & Call for Presentations still open!

2022-06-27 Thread Lyude Paul
d me an email to x...@codeweavers.com, adding on CC the X.org board (board at foundation.x.org).   And don't forget, you can follow us on Twitter for all the latest updates and to stay connected:   https://twitter.com/XOrgDevConf Best regards, Lyude Paul, on behalf of X.org -- Cheers, L

XDC 2022: Registration & Call for Presentations still open!

2022-06-03 Thread Lyude Paul
d me an email to x...@codeweavers.com, adding on CC the X.org board (board at foundation.x.org).   And don't forget, you can follow us on Twitter for all the latest updates and to stay connected:   https://twitter.com/XOrgDevConf Best regards, Lyude Paul, on behalf of X.org -- Cheers, L

XDC 2022: Registration & Call for Presentations still open!

2022-06-02 Thread Lyude Paul
d me an email to x...@codeweavers.com, adding on CC the X.org board (board at foundation.x.org).   And don't forget, you can follow us on Twitter for all the latest updates and to stay connected:   https://twitter.com/XOrgDevConf Best regards, Lyude Paul, on behalf of X.org

Requests For Proposals for hosting XDC 2023 are now open

2022-04-27 Thread Lyude Paul
ier is better since there generally will be a bit of Q&A with organizers. And if you just have some questions about what organizing XDC entails, please feel free to chat with previous organizers, or someone from the board. Best regards, Lyude Paul On behalf of X.org

XDC 2022: Registration & Call for Proposals now open!

2022-04-26 Thread Lyude Paul
oard (board at foundation.x.org). And don't forget, you can follow us on Twitter for all the latest updates and to stay connected: https://twitter.com/XOrgDevConf Best regards, Lyude Paul, on behalf of X.org

2022 X.Org Foundation Election vote results

2022-04-19 Thread Lyude Paul
that Emma Anholt, Alyssa Rosenzweig, Mark Filion and Ricardo Garcia were elected for two year terms. The old full board is: Emma Anholt, Samuel Iglesias Gonsálvez, Mark Filion, Manasi D Navare, Keith Packard, Lyude Paul, Daniel Vetter, Harry Wentland The new full board is: Emma Anholt, Samuel

2022 X.org Foundation Election Candidates

2022-03-28 Thread Lyude Paul
eriod begins. Lyude Paul, on behalf of the X.Org elections committee

2022 X.Org Foundation Membership deadline for voting in the election

2022-03-16 Thread Lyude Paul
upcoming election is 31 March 2022 at 23:59 UTC. If you are interested in joining the X.Org Foundation or in renewing your membership, please visit the membership system site at: https://members.x.org/ Lyude Paul, on behalf of the X.Org elections committee

2022 X.Org Board of Directors Elections Nomination period is NOW

2022-03-16 Thread Lyude Paul
were Lyude Paul, Samuel Iglesias Gonsálvez, Manasi D Navare and Daniel Vetter. They will continue to serve until their term ends in 2023. Current directors whose term expires in 2022 are Emma Anholt, Keith Packard, Harry Wentland and Mark Filion. A director is expected to participate in the

2022 X.Org Board of Directors Elections timeline extended, Request for nominations

2022-03-03 Thread Lyude Paul
will serve as directors for two year terms. The directors who received two year terms starting in 2021 were Lyude Paul, Samuel Iglesias Gonsálvez, Manasi D Navare and Daniel Vetter. They will continue to serve until their term ends in 2023. Current directors whose term expires in 2022 are Emma Anholt

2022 X.Org Board of Directors Elections Nomination period is NOW

2022-02-21 Thread Lyude Paul
directors elected from the membership. Each year, an election is held to bring the total number of directors to eight. The four members receiving the highest vote totals will serve as directors for two year terms. The directors who received two year terms starting in 2021 were Lyude Paul, Samuel

[Important!] 2022 X.Org Foundation Membership deadline for voting in the election

2022-02-17 Thread Lyude Paul
/Elections/2022/ Lyude Paul, On behalf of the X.Org elections committee

[Important!] 2022 X.Org Foundation Membership deadline for voting in the election

2022-02-04 Thread Lyude Paul
/Elections/2022/     Lyude Paul,     On behalf of the X.Org elections committee

Re: Help needed for EVoC/GSoC/Outreachy

2021-08-05 Thread Lyude Paul
ts in areas that wouldn't be eligible for GSoC would still have a chance at participating in a project. Outreachy also helps fill this gap, as I don't believe they have the same kind of international restrictions that GSoC does. * What is the expected result, a grading? Yes. On Wed, 2

Help needed for EVoC/GSoC/Outreachy

2021-07-14 Thread Lyude Paul
e myself wouldn't be in this community without projects like GSoC :). -- Cheers, Lyude Paul (she/her) Software Engineer at Red Hat ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel

[RESEND] Requests For Proposals for hosting XDC2021 are now open

2020-09-03 Thread Lyude Paul
amp;A with organizers. And if you just have some questions about what organizing XDC entails, please feel free to chat with previous organizers, or someone from the board. -- Sincerely, Lyude Paul (she/her) Software Engineer at Red Hat

Anyone interested in CoC training courtesy of X.Org?

2019-10-14 Thread Lyude Paul
a few different projects to figure out who all would be interested in such training. If there's any takers, or anyone has any questions, feel free to respond and let us know! -- Cheers, Lyude Paul ___ wayland-devel mailing list way

[PATCH v2] weston: Add support for "--foo bar" style options

2017-05-08 Thread Lyude
't support that. So, add support for this kind of format in addition to "--foo=bar" to save others from making the same mistake I did. Changes since v1: - Add comment about unreachable boolean check in long_option_with_arg() - Convert boolean check in long_option_with_arg() to assert

[RESEND] [PATCH] weston: Add support for "--foo bar" style options

2017-05-05 Thread Lyude
't support that. So, add support for this kind of format in addition to "--foo=bar" to save others from making the same mistake I did. Signed-off-by: Lyude --- Resending since I realized I was no longer subscribed to this mailing list after the first time I sent thi

[PATCH] weston: Add support for "--foo bar" style options

2017-05-04 Thread Lyude
't support that. So, add support for this kind of format in addition to "--foo=bar" to save others from making the same mistake I did. Signed-off-by: Lyude --- shared/option-parser.c | 28 1 file changed, 28 insertions(+) diff --git a/shared/option-parser.

[RFC wayland-protocols V3] Add Primary Selection Protocol Version 1

2016-01-06 Thread Lyude
Signed-off-by: Lyude --- Notes: Changes since V2 * Bunch of grammatical/wording fixes from whot * Addition of wp_primary_selection_offer::end_offers, for marking the end of a list of mime type offers * selection_offers are no longer sent before

[PATCH weston] compositor: create_data_source(): Fix potential crash on OOM

2016-01-05 Thread Lyude
Noticed this while working on primary selection, in the event we run out of memory when trying to create a new data source, there's a chance we'll fail on wl_resource_create() and crash from source->resource being set to NULL. Signed-off-by: Lyude --- src/data-device.c | 10 +

Re: [RFC v2] Add Primary Selection Protocol Version 1

2016-01-05 Thread Lyude
On Mon, 2016-01-04 at 15:05 +1000, Peter Hutterer wrote: > On Fri, Dec 18, 2015 at 12:03:46PM -0500, Lyude wrote: > > Signed-off-by: Lyude > > --- > > Changes > > * Add new interfaces to replace reuse of wl_data_(source|offer) > > *

Re: [RFC v2] Add Primary Selection Protocol Version 1

2015-12-21 Thread Lyude
On Mon, 2015-12-21 at 13:42 -0600, Derek Foreman wrote: > On 21/12/15 01:27 AM, Pekka Paalanen wrote: > > On Fri, 18 Dec 2015 12:03:46 -0500 > > Lyude wrote: > > > > > Signed-off-by: Lyude > > > --- > > > Change

Re: [RFC v2] Add Primary Selection Protocol Version 1

2015-12-21 Thread Lyude
On Fri, 2015-12-18 at 21:17 +0100, Michal Suchanek wrote: > On 18 December 2015 at 18:03, Lyude wrote: > > Signed-off-by: Lyude > > > + > > +   > > +Sent when the client has permission to read from the primary > > selection > > +  

[RFC v2] Add Primary Selection Protocol Version 1

2015-12-18 Thread Lyude
Signed-off-by: Lyude --- Changes * Add new interfaces to replace reuse of wl_data_(source|offer) * Get rid of the selection changed event since we now have our own version of wl_data_(source|offer), and clients can just assume destroyed events indicate that

Re: [RFC wayland-protocols 1/1] Add Primary Selection Protocol Version 1

2015-12-14 Thread Lyude
On Mon, 2015-12-14 at 10:45 -0800, Bill Spitzak wrote: > > > On Mon, Dec 14, 2015 at 9:13 AM, Pekka Paalanen wrote: > > On Mon, 14 Dec 2015 10:39:05 -0500 > > Lyude wrote: > > > > > On Sat, 2015-12-12 at 11:29 -0800, Bill Spitzak wrote: > > > &

Re: [PATCH libinput 0/5] tablet: change to an axis-specific API

2015-12-14 Thread Lyude
+1 for this idea, this looks a lot cleaner to work with then what we had before. I've gone through all the patches, and since most of it is refactoring the only issue I can see is the typo in #4. Consider it Reviewed-by: Lyude On Mon, 2015-12-14 at 12:00 +1000, Peter Hutterer wrote: &

Re: [PATCH libinput 4/5] tablet: reduce event deltas to only apply to the wheel

2015-12-14 Thread Lyude
On Mon, 2015-12-14 at 12:00 +1000, Peter Hutterer wrote: > Part of the big revamp to get rid of libinput_tablet_tool_axis and > replace it with a set of axis-specific APIs. > > Only the rel wheel has true delta events, everything else is a delta > calculated by libinput based on the previous posit

Re: [RFC wayland-protocols 1/1] Add Primary Selection Protocol Version 1

2015-12-14 Thread Lyude
> > On Fri, Dec 11, 2015 at 1:04 AM, Giulio Camuffo > wrote: > > 2015-12-10 1:29 GMT+02:00  : > > > From: Lyude > > > > > > Signed-off-by: Lyude > > > --- > > >  Makefile.am                                        |  1 + > &

Re: gtk3-demo dies with EAGAIN when running under Weston

2015-03-19 Thread Lyude
et back to work. Cheers, Lyude > > > ___ > > wayland-devel mailing list > > wayland-devel@lists.freedesktop.org > > http://lists.freedesktop.org/mailman/listinfo/wayland-devel > signature.asc Descrip

gtk3-demo dies with EAGAIN when running under Weston

2015-03-19 Thread Lyude
t know what I updated, so I'm going to have to go through portage's logs and see if I could figure out what could potentially be the culprit here. I've been trying to debug this myself, but unfortunately this goes into an area of Weston I'm really not familiar with. This is

Re: [PATCH 3/3] Introduce WAYLAND_SERVER_SOCKET_DIR to change socket directory without changing XDG_RUNTIME_DIR. This might be useful to change socket directory in case wl_display_add_socket_auto is u

2015-03-06 Thread Lyude
Just a nit-pick here, generally it's a good idea to keep the subject line short, and have the majority of the description in the body of the patch. Saw this while I was going through my e-mails and figured I might as well point that out :). Cheers, Lyude On Tue, 2015-03-03 at 13:49

Re: [PATCH v2 libinput 00/26] tablet: support the remaining tools

2015-02-26 Thread Lyude
:). Other then that, everything looks fine! With that I can finally say this and feel cool: Reviewed-by: Stephen Chandler Paul Cheers, Lyude On Tue, 2015-02-24 at 16:21 +1000, Peter Hutterer wrote: > This is a v2 of the patchset here > http://lists.freedesktop.org/a

Re: [PATCH v2 libinput 24/26] tablet: support the rel wheel on the mouse device

2015-02-26 Thread Lyude
dispatch *tablet, > + struct evdev_device *device, > + struct input_event *e, > + uint32_t time) > +{ > + enum libinput_tablet_axis axis; > + switch (e->code) { Missing som

Re: [PATCH libinput 16/26] tablet: add support for libinput_tool_has_button

2015-02-26 Thread Lyude
On Tue, 2015-02-24 at 16:21 +1000, Peter Hutterer wrote: > libwacom can tell us how many buttons we have per stylus, so we map those into > BTN_STYLUS and BTN_STYLUS2. > BTN_TOUCH is set on all styli. > > Signed-off-by: Peter Hutterer > --- > src/evdev-tablet.c | 73 > ++

Re: [PATCH libinput 09/26] tablet: add libinput_tool_get_tool_id()

2015-02-26 Thread Lyude
ingroup event_tablet > * > + * Return the tool ID for a tool object. If nonzero, this number identifies > + * the specific type of the tool with more precision than the type returned > in > + * libinput_tool_get_type(). Not all tablets support a tool ID. > + * > + * Tablets kn

Re: [PATCH libinput 00/15] tablet: support the remaining tools

2015-02-23 Thread Lyude
ported properly. event-debug seems to be saying that the only buttons present on the eraser tool is the top button. I'm not sure if this is intentional, but you can still get S/S2 button presses from the eraser tool on the intuos pro. Cheers, Lyude On Wed, 2015-02-18 at 15:45 +1000,

Re: [PATCH libinput 14/15] tablet: add support for libinput_tool_has_button

2015-02-22 Thread Lyude
On Wed, 2015-02-18 at 15:45 +1000, Peter Hutterer wrote: > The mouse like devices have LMR, SIDE and EXTRA. > PENCIL (which is the Wacom Inking) and the eraser have no buttons. > AIRBRUSH has only one button, all other pens have two. > > Signed-off-by: Peter Hutterer > --- > src/evdev-tablet.c

Re: wl_tablet draft v2

2014-08-02 Thread Lyude
I'm sorry I took so long to reply to this! I only just found this e-mail while I was cleaning my inbox up. On Wed, 2014-07-30 at 17:33 -0700, Jason Gerecke wrote: > On Tue, Jul 29, 2014 at 12:44 PM, Lyude wrote: > > I'm more then willing to add something to get the resolution

Re: wl_tablet draft v2

2014-07-29 Thread Lyude
I'm more then willing to add something to get the resolution information, it wouldn't be too difficult to implement. I think I'm missing or forgetting something here though; why wouldn't we be able to get an actual value in degrees from the normalized values we're getting from the compositor? The v

Re: wl_tablet draft v2

2014-07-17 Thread Lyude
On Thu, 2014-07-17 at 11:48 -0700, Bill Spitzak wrote: > On 07/13/2014 12:17 PM, Lyude wrote: > > > - proximity_out > > Sent whenever the tool leaves the proximity of the tablet or moves > > out of the client surface. When the tool goes out of proximity,

Re: wl_tablet draft v2

2014-07-16 Thread Lyude
On Mon, 2014-07-14 at 13:25 -0700, Jason Gerecke wrote: > On Sun, Jul 13, 2014 at 12:17 PM, Lyude wrote: > >wl_tablet specifications > > Version 2 > > > > General notes: > > - Many of the axis values i

wl_tablet draft v2

2014-07-13 Thread Lyude
wl_tablet specifications Version 2 General notes: - Many of the axis values in this are normalized to either 0-65535 or (-65535)-65535. I would leave the axis values as-is since libinput reports them as doubles, but since we only hav

Re: [PATCH libinput] tablet: Rename TILT_VERTICAL and TILT_HORIZONTAL to TILT_X and TILT_Y

2014-07-10 Thread Lyude
You're completely right, I had worried I might do that by accident and had thought I had checked to make sure I didn't. Gonna send a follow-up patch in just a minute. On Thu, 2014-07-10 at 11:40 -0700, Bill Spitzak wrote: > > On 07/09/2014 10:29 PM, Peter Hutterer wrote: > > On Wed, Jul 09, 2014

Re: [PATCH libinput] tablet: Rename TILT_VERTICAL and TILT_HORIZONTAL to TILT_X and TILT_Y

2014-07-10 Thread Lyude
You're completely right, I had worried I might do that by accident and had thought I had checked to make sure I didn't. Gonna send a follow-up patch in just a minute. On Thu, 2014-07-10 at 11:40 -0700, Bill Spitzak wrote: > > On 07/09/2014 10:29 PM, Peter Hutterer wrote: > > On Wed, Jul 09, 2014

Re: Comments about adding tablet support to Wayland

2014-06-25 Thread Lyude
protocol this e-mail is discussing can be found here: http://lists.freedesktop.org/archives/wayland-devel/2014-June/015583.html ) In regards to rotation and any other axes, I haven't had any contact with these yet. So I can't really say much on them. Cheers, Lyude > > Tha

Re: [ANNOUNCE] libinput 0.4.0

2014-06-25 Thread Lyude
f this sort of thing you'd need to use a client of some sort instead of the web interface. On Wed, 2014-06-25 at 02:59 -0400, Lyude wrote: > On Tue, 2014-06-24 at 23:40 -0700, Andrea Giammarchi wrote: > > Yeah Peter, I know how to apply a patch and no, I don't have any of > >

Re: [ANNOUNCE] libinput 0.4.0

2014-06-25 Thread Lyude
sts, but a lot of people here just prefer to use their e-mail clients and whatever text editor they fancy. Hope I clarified things a bit! Cheers, Lyude signature.asc Description: This is a digitally signed message part ___ wayland-devel mai