ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput | register your nick to speak
rasterman has quit [Quit: Gettin' stinky!]
apol[m] has joined #wayland
sndb has quit [Ping timeout: 480 seconds]
Eighth_Doctor has joined #wayland
sndb has joined #wayland
columbarius has joined #wayland
co1umbarius has quit [Ping timeout: 480 seconds]
DrNick has joined #wayland
DrNick is now known as Guest1834
fmuellner has quit [Ping timeout: 480 seconds]
shashank1202 has joined #wayland
[old]freshgumbubbles[m] has joined #wayland
rails[m] has joined #wayland
Levans has joined #wayland
boistordu_old has quit [Ping timeout: 480 seconds]
idkrn[m] has joined #wayland
mooff- has joined #wayland
x[m] has joined #wayland
reactormonk[m] has joined #wayland
niecoinny[m] has joined #wayland
shashank1202 has quit [Quit: Connection closed for inactivity]
zebrag has quit [Quit: Konversation terminated!]
gnustomp[m] has joined #wayland
sndb is now known as Guest1857
sndb has joined #wayland
Guest1857 has quit [Read error: Connection reset by peer]
slattann has joined #wayland
ttancos[m] has joined #wayland
Guest1819 is now known as go4godvin
kajiryoji[m] has joined #wayland
tzimmermann has joined #wayland
inkbottle[m] has joined #wayland
hardening has joined #wayland
danvet has joined #wayland
doras has joined #wayland
dcz_ has joined #wayland
Levanx has quit [Ping timeout: 480 seconds]
al has quit [Ping timeout: 480 seconds]
al has joined #wayland
occivink has quit [Ping timeout: 480 seconds]
occivink has joined #wayland
Levanx has joined #wayland
leon-p has joined #wayland
rasterman has joined #wayland
pnowack has joined #wayland
MrCooper__ is now known as MrCooper
rgallaispou has joined #wayland
slattann has quit []
txtsd has joined #wayland
hendursa1 has joined #wayland
hendursaga has quit [Ping timeout: 480 seconds]
slattann has joined #wayland
<jadahl> pq: want to have a last look at https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/123 (wl_surface.offset), given that the new version attempts to address the issues you raised in an earlier review
<pq> oh, let me see...
<pq> jadahl, I could nitpick about "buffer offset" giving the idea of a value in bytes, but I don't want to tell you to go to paint shop at this stage.
<jadahl> i guess "offset" has a default meaning depending on what direction you fall onto it from
<jadahl> offset in geometry is one thing, offset in bytes is another
<pq> in the spec, you have the literal phrase "buffer offset"
<emersion> "content offset" mayeb better?
<jadahl> ah, heh, buffer coordinate space offset I guess :P
<SardemFF7> and the request summary does say “contents offset” instead :-)
<pq> displavement or translation?
<pq> *displacement
<jadahl> the attach() x/y is referred to as offset
<jadahl> or maybe that is something I added
<pq> well, the offset is not in buffer coordinate space, no
<jadahl> well we haven't moved into the shed, so can still repaint it a couple of more times
<emersion> i think offset is fine, just don't use it with the word "buffer"
<emersion> since it's in surface-local coords
<pq> I can go with "surface offset" or even "content offset" I think.
<emersion> "surface offset" is a bit misleading
<emersion> since what this does is role-dependant
<jadahl> what a surface means also involves viewporter and what not
<pq> this is wayland core FWIW - it does not know about viewporter
<pq> viewporter also changes the meaning of "buffer corner"
<pq> jadahl, there you go, sent a green a light.
slattann has quit []
<jadahl> thanks
slattann has joined #wayland
gryffus has joined #wayland
slattann has quit []
slattann has joined #wayland
txtsd has quit [Quit: WeeChat 3.3]
d_ed has joined #wayland
anarsoul has quit [Read error: Connection reset by peer]
anarsoul has joined #wayland
slattann has quit []
slattann has joined #wayland
co1umbarius has joined #wayland
columbarius has quit [Ping timeout: 480 seconds]
fmuellner has joined #wayland
slattann has quit []
haritz is now known as alarumbe
muhomor has quit [Remote host closed the connection]
muhomor has joined #wayland
flibitijibibo has quit [Remote host closed the connection]
ppascher has quit [Ping timeout: 480 seconds]
<wlb> wayland Merge request !182 opened by () wl_shell is not mandatory https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/182
<wlb> wayland-protocols Merge request !120 opened by () Add specific errors for xdg_shell https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/120
<wlb> wayland-protocols Merge request !121 opened by () Use “software” instead of “user space” https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/121
<zubzub> why doesn't the xdg-shell implementation in weston implement the max_size call? https://gitlab.freedesktop.org/wayland/weston/-/blob/main/libweston-desktop/xdg-shell.c#L1436
<zubzub> specific reason or an oversight?
<zubzub> it is set in the xdg toplevel surface state though but it seems it's not queried anywhere
gryffus has quit [Remote host closed the connection]
<zubzub> it does seem like the resize implementation makes use of max & min size, but since xdg does not expose it, it fallbacks to (0,0)
slattann has joined #wayland
NeoCron has joined #wayland
txtsd has joined #wayland
slattann has quit []
leon-p_ has joined #wayland
leon-p has quit [Ping timeout: 480 seconds]
txtsd has quit [Ping timeout: 480 seconds]
slattann has joined #wayland
rgallaispou has quit [Read error: Connection reset by peer]
shashank1202 has joined #wayland
tlwoerner has quit [Read error: Connection reset by peer]
tlwoerner has joined #wayland
ppascher has joined #wayland
xexaxo has quit [Read error: Connection reset by peer]
xexaxo has joined #wayland
d_ed has quit [Ping timeout: 480 seconds]
Narrat has joined #wayland
moodman has joined #wayland
<moodman> Hello, I've been working on a wayland client and am having issues with the client respecting the borders I have set from within sway
<moodman> I am setting both the app id and title, it feels like I am missing some xdg thing
<kennylevinsen> moodman: define "respecting the borders"
<kennylevinsen> Look at xdg_decoration, and note that sway allows you to override the client decoration choice.
<kennylevinsen> (See `man 5 sway` and look for "border toggle")
<moodman> thank you, by respecting border I mean that normally my windows have a couple pixel black border. But they dont show up on my program.
<moodman> xdg_decoration is what I was looking for I think
<moodman> one other question which I am pretty sure I know the answer to, there isn't a way for a client to move a mouse within the boundry of its own window programatically is there?
xexaxo has quit [Read error: No route to host]
slattann has quit []
hendursa1 has quit []
hendursaga has joined #wayland
lyudess has quit []
Lyude has joined #wayland
<kennylevinsen> moodman: not officially, there are some nasty hacks that work for now but wasn't meant to
<moodman> got it, thanks for the help :)
dcz_ has quit [Ping timeout: 480 seconds]
Seirdy has quit [Quit: exiting 3.2]
tzimmermann has quit [Quit: Leaving]
leon-p_ has quit [Remote host closed the connection]
tdeo has quit [Remote host closed the connection]
Seirdy has joined #wayland
<wlb> wayland Issue #242 opened by () Serve Corruption when changing resolution https://gitlab.freedesktop.org/wayland/wayland/-/issues/242
<wlb> wayland Issue #242 closed \o/ (Serve Corruption when changing resolution https://gitlab.freedesktop.org/wayland/wayland/-/issues/242)
fmuellner has quit [Ping timeout: 480 seconds]
boistordu has joined #wayland
shashank1202 has quit [Quit: Connection closed for inactivity]
danvet has quit [Ping timeout: 480 seconds]
Narrat has quit []
spstarr has joined #wayland
spstarr has quit [Remote host closed the connection]
agd5f has quit [Remote host closed the connection]
agd5f has joined #wayland
NeoCron has quit [Quit: Leaving]
flibitijibibo has joined #wayland
mbalmer_ has joined #wayland
mbalmer has quit [Ping timeout: 480 seconds]
immibis has quit [Ping timeout: 480 seconds]
hardening has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
Fulljab has joined #wayland
Fulljab has quit []