Sign in
coral
/
weston-imx
/
20e35541ec6fd7c7a291262d419729dfce9dc7b0
/
clients
/
flower.c
d962be1
client: fix spelling mistake
by Eric Engestrom
· 9 years ago
1f6b0d1
clients: Update boilerplate from MIT X11 license to MIT Expat licenses
by Bryce Harrington
· 10 years ago
2a18a52
remove trailing whitespaces
by Michael Vetter
· 10 years ago
31732f7
Clients: Fix memleak issues in various clients of weston
by vivek
· 11 years ago
9cd661e
Make sure config.h is included before any system headers
by Andrew Wedgbury
· 11 years ago
01eaaac
westoy: Remove window_touch_move
by Jasper St. Pierre
· 11 years ago
1084da5
Add touch support for wl_shell_surface_move
by Rusty Lynch
· 12 years ago
c814c58
Drop extraneous duplicate header includes
by Bryce Harrington
· 12 years ago
4172f66
Pass argc pointer to parse_options()
by Kristian Høgsberg
· 12 years ago
bf74d52
window: Add a widget default cursor convenience helper
by Kristian Høgsberg
· 12 years ago
01a9f1b
clients: Set title for all shell surface demos.
by Scott Moreau
· 12 years ago
4dbadb1
Use enum wl_pointer_button_state instead of integer
by Daniel Stone
· 13 years ago
dc8c8fc
window: rename enum pointer_type to cursor_type
by Ander Conselvan de Oliveira
· 13 years ago
d8f527c
window: track changes in libwayland-cursor api
by Ander Conselvan de Oliveira
· 13 years ago
1042dc1
window: use libwayland-cursor instead of libXcursor
by Ander Conselvan de Oliveira
· 13 years ago
4c3dac9
clients: Remove superfluous #includes
by Kristian Høgsberg
· 13 years ago
80680c7
window.c: Just use float instead of GLfloat, remove GLES2.h include
by Kristian Høgsberg
· 13 years ago
b230a7e
Convert internal input co-ordinates to GLfloat
by Daniel Stone
· 13 years ago
5d66371
Change button from int to uint32_t
by Daniel Stone
· 13 years ago
da5b93c
Change key/button grab bindings to take unsigned state
by Daniel Stone
· 13 years ago
eae5de7
Follow wayland change to serial numbers
by Kristian Høgsberg
· 13 years ago
bcacef1
Add an option parser
by Kristian Høgsberg
· 13 years ago
009ac0a
window: Dont take width and height in window constructor
by Kristian Høgsberg
· 13 years ago
8e054f7
flower: Dont allow resizing
by Kristian Høgsberg
· 13 years ago
c25a1d7
flower: Redraw flower on middle click, pop up window menu on right click
by Kristian Høgsberg
· 13 years ago
29af3eb
window: Make decorations just a widget
by Kristian Høgsberg
· 13 years ago
b67e94b
window: Make resize and redraw handlers widget vfuncs
by Kristian Høgsberg
· 13 years ago
5d12990
window: Allocate and flush the window surface in window.c
by Kristian Høgsberg
· 13 years ago
75bc667
window: Drop the window widget
by Kristian Høgsberg
· 13 years ago
a8a0db3
window: Move button handler to widget
by Kristian Høgsberg
· 13 years ago
87a57bb
window: Create a widget for the window, drop window motion handler
by Kristian Høgsberg
· 13 years ago
50719bc
Fix inconsistent #include style
by Pekka Paalanen
· 13 years ago
3a69627
window: Stop using glib mainloop in toy toolkit
by Kristian Høgsberg
· 14 years ago
9de79a9
window.c: Drop global handler argument
by Kristian Høgsberg
· 14 years ago
b4b6734
Define global handler on display creation
by Tim Wiederhake
· 14 years ago
297c631
Port window.c to use wayland-egl
by Kristian Høgsberg
· 14 years ago
248c1b6
Add an orange pop-up menu to test the new map_transient request
by Kristian Høgsberg
· 14 years ago
82da52b
Update surface.attach and change surface.map to surface.map_toplevel
by Kristian Høgsberg
· 14 years ago
e9f5e36
Make clients exit orderly when there is no connection
by Yuval Fledel
· 14 years ago
012a007
Add small client for testing shm surfaces
by Kristian Høgsberg
· 14 years ago
9d69f8e
Replace commit/ack/frame protocol with simpler sync and frame callbacks
by Kristian Høgsberg
· 15 years ago
8ca1cc2
flower: Clear surface
by Kristian Høgsberg
· 15 years ago
c8c3734
Set window user data using separate function
by Kristian Høgsberg
· 15 years ago
478d926
Send device name at connect time
by Kristian Høgsberg
· 15 years ago
7824d81
Consolidate more code in clients/window.c
by Kristian Høgsberg
· 15 years ago
a85fe3c
Use cairo-gl in clients
by Kristian Høgsberg
· 15 years ago
b2a432e
Move clients to subdirectory
by Kristian Høgsberg
· 15 years ago
[Renamed from flower.c]
d923e9d
Replace cairo_drm_device_t with cairo_device_t
by Janusz Lewandowski
· 15 years ago
2644910
Update to track the cairo_drm_device_t rename
by Kristian Høgsberg
· 16 years ago
57b751b
Fix flower client.
by Kristian Høgsberg
· 24 years ago
8012f32
Drop libdrm CFLAGS where no longer necessary.
by Kristian Høgsberg
· 16 years ago
0ac16f0
Switch to cairo-drm, drop struct buffer hacks.
by Kristian Høgsberg
· 16 years ago
3b94998
Randomize flower offset again.
by Kristian Høgsberg
· 16 years ago
94448c0
Add listener interfaces for output and input_device objects.
by Kristian Høgsberg
· 16 years ago
de31d5c
Add preliminary visual support.
by Kristian Høgsberg
· 16 years ago
d2412e2
Redesign the compositor / server interface.
by Kristian Høgsberg
· 16 years ago
dc0f355
Fix API to always include socket name length.
by Kristian Høgsberg
· 16 years ago
e2ce43a
Fix namespace convention for glib source.
by Kristian Høgsberg
· 16 years ago
ffd710e
Put Wayland under the MIT license.
by Kristian Høgsberg
· 16 years ago
fbdbbdc
Finally implement the commit/ack/frame protocol and improve repaint loop.
by Kristian Høgsberg
· 16 years ago
44f36e3
Make ack event signal that the requests have been composited.
by Kristian Høgsberg
· 16 years ago
18fb783
Use struct buffer from cairo-util.c in flower.c.
by Kristian Høgsberg
· 16 years ago
1cbaa6a
Use glib main loop for all clients.
by Kristian Høgsberg
· 16 years ago
fb59084
Add glib main loop integration, use it in flower client.
by Kristian Høgsberg
· 16 years ago
3f59e82
Use GL_ONE for the source in glBendFunc instead of pre-unmultiplying.
by Kristian Høgsberg
· 16 years ago
1b2f439
Unpremultiply cairo surface data.
by Kristian Høgsberg
· 16 years ago
d3fa34c
Don't use poll timeout for timing animation.
by Kristian Høgsberg
· 16 years ago
e120a4b
Rename client, prepare Makefile for more clients.
by Kristian Høgsberg
· 16 years ago
[Renamed from client.c]
d311e8a
Make clients graphics use lighter random colors.
by Kristian Høgsberg
· 16 years ago
a234e70
Make test client a little more interesting.
by Kristian Høgsberg
· 16 years ago
5ebb317
Recomposite screen in idle handler.
by Kristian Høgsberg
· 16 years ago
f921289
Handle multiple clients better.
by Kristian Høgsberg
· 16 years ago
16eb675
Add an EGL compositor. Still pretty lame.
by Kristian Høgsberg
· 16 years ago
427524a
Use new connection object in client code too.
by Kristian Høgsberg
· 16 years ago
05eff51
Add surface.map request.
by Kristian Høgsberg
· 16 years ago
a67a71a
Bunch of new stuff: simple compositor, cairo+gem use in client, events.
by Kristian Høgsberg
· 16 years ago
97f1ebe
Initial commit.
by Kristian Høgsberg
· 16 years ago