Re: Touch selections

2013-02-06 Thread Gary Martin
ahead at implementing the missing functionality from: https://live.gnome.org/GnomeOS/Design/Whiteboards/Selections Great thanks! On the GTK+ touch-selections branch [1] there is now: * Improved text handle dragging behavior, including a bigger input area, covering the line height

Re: Touch selections

2013-01-18 Thread Carlos Garnacho
Hey Matthias, On jue, 2013-01-17 at 22:32 -0500, Matthias Clasen wrote: Hey, I've now taken a look at the code, here are some impressions: GtkBubbleWindow looks interesting and somewhat similar to two things that have been discussed: a) a PopupWindow class to replace grabs (e.g. on

Re: Touch selections

2013-01-17 Thread Matthias Clasen
Hey, I've now taken a look at the code, here are some impressions: GtkBubbleWindow looks interesting and somewhat similar to two things that have been discussed: a) a PopupWindow class to replace grabs (e.g. on wayland) b) a popover widget that behaves like a transient overlay (without

Re: Touch selections

2013-01-14 Thread Carlos Garnacho
Hey Matthias, On vie, 2013-01-11 at 16:25 -0500, Matthias Clasen wrote: Thats pretty awesome, Carlos. Here are some observations from very briefly playing with the branch: - Something goes wrong with focus. After I interacted with the popup in the main gtk-demo window, the entry example

Touch selections

2013-01-11 Thread Carlos Garnacho
Hello GTK+ list, I went ahead at implementing the missing functionality from: https://live.gnome.org/GnomeOS/Design/Whiteboards/Selections On the GTK+ touch-selections branch [1] there is now: * Improved text handle dragging behavior, including a bigger input area, covering

Re: Touch selections

2013-01-11 Thread Matthias Clasen
Thats pretty awesome, Carlos. Here are some observations from very briefly playing with the branch: - Something goes wrong with focus. After I interacted with the popup in the main gtk-demo window, the entry example windows don't get focus anymore - The paste button is mainly useful when there