button-test: Use wl_display_roundtrip instead of yield()
[profile/ivi/weston.git] / clients / window.h
2012-11-30 Dima RyazanovFix a crash when opening two terminal windows and closi...
2012-10-25 Pekka Paalanenwindow: remove window_set_transparent() declaration
2012-10-20 Kristian HøgsbergDefine our own container_of as well
2012-10-19 Kristian HøgsbergStop relying on ARRAY_LENGTH being defined in wayland...
2012-10-16 Pekka Paalanenwindow: remove dead EGL code
2012-10-11 Kristian HøgsbergUpdate to new fd and wl_registry APIs
2012-10-10 Kristian Høgsbergwindow: Add getters for fullscreen and maximized state
2012-08-14 Philipp Brüschweilertoytoolkit: add axis handler
2012-08-14 Kristian Høgsbergwindow.c: Handle multiple keyboard foci
2012-07-24 Kristian Høgsbergwindow.c: Add fullscreen handler to keep fullscreen...
2012-07-12 Scott Moreautoytoolkit: Remove obsolete function window_set_custom().
2012-06-26 Kristian Høgsbergshell: Don't make desktop_shell background a wl_shell_s...
2012-06-21 Kristian Høgsbergwindow: Add support for the blank cursor
2012-06-20 Kristian Høgsbergwindow: Compute initial window size correctly
2012-06-15 Ander Conselvan... window: Implement animated cursors (using pointer surfaces)
2012-06-05 Kristian Høgsbergshell: Use a busy cursor animation for unresponsive...
2012-06-05 Kristian Høgsbergwindow.c: Add primitive support for animated cursors
2012-06-04 Kristian Høgsbergwindow.c: Add watch cursor
2012-06-04 Kristian Høgsbergwindow.c: Drop timestamp argument to input_set_pointer_...
2012-05-31 Daniel StoneUse enum wl_keyboard_key_state instead of integer
2012-05-31 Daniel StoneUse enum wl_pointer_button_state instead of integer
2012-05-31 Scott MoreauImplement text cursor position protocol.
2012-05-26 Ander Conselvan... dnd: work around cairo-gl brokenness
2012-05-26 Ander Conselvan... window: rename enum pointer_type to cursor_type
2012-05-26 Tiago Vignattiwindow: add simple text tooltip handlers
2012-05-22 Ander Conselvan... window: use libwayland-cursor instead of libXcursor
2012-05-21 Tiago Vignattiwindow: send transient flags over the wire
2012-05-16 Daniel StoneConvert wl_input_device to wl_seat (and friends)
2012-05-10 Kristian Høgsbergwindow.c: Just use float instead of GLfloat, remove...
2012-05-08 Kristian HøgsbergPort Wayland clients to new xkbcommon API
2012-05-08 Daniel StoneConvert internal input co-ordinates to GLfloat
2012-05-07 Daniel StoneChange button from int to uint32_t
2012-05-07 Daniel StoneChange key/button grab bindings to take unsigned state
2012-04-12 Kristian HøgsbergFollow wayland change to serial numbers
2012-04-10 Kristian HøgsbergMerge branch 'output-hotplug' of git://people.freedeskt...
2012-04-10 Kristian Høgsbergwindow: Drop EGLImage surface type
2012-03-12 Kristian HøgsbergAdd an option parser
2012-02-29 Kristian Høgsbergwindow.c: Drop support for rgb contexts
2012-02-23 Kristian Høgsbergwindow: Track and report input and opaque regions
2012-02-17 Daniel Stonewindow: Use new xkbcommon include path
2012-02-17 Kristian Høgsbergwindow: Toggle maximized with super-f5
2012-01-31 Kristian Høgsbergwindow: Dont take width and height in window constructor
2012-01-31 Kristian Høgsbergwindow: Make window frame menu available to client
2012-01-19 Pekka Paalanenwindow: menu leak fixes
2012-01-17 Pekka Paalanenwindow: remove duplicate widget_resize_handler_t
2012-01-11 Kristian Høgsbergwindow: Move focus widget to struct input
2012-01-11 Kristian Høgsbergwindow: Implement input device grabbing
2012-01-11 Kristian Høgsbergwindow: Make decorations just a widget
2012-01-11 Kristian Høgsbergwindow: Get rid of the window child allocation concept
2012-01-10 Kristian Høgsbergwindow: Keep widgets in a tree instead of a list
2012-01-10 Kristian Høgsbergwindow: Make resize and redraw handlers widget vfuncs
2012-01-09 Kristian Høgsbergwindow: Return pointer type from widget enter handler
2012-01-09 Kristian Høgsbergwindow: Move button handler to widget
2012-01-09 Kristian Høgsbergwindow: Create a widget for the window, drop window...
2012-01-09 Kristian Høgsbergwindow: Add a widget motion handler
2012-01-09 Kristian Høgsbergwindow: Remove window enter/leave handlers
2012-01-09 Kristian Høgsbergwindow: Replace widget focus handler with a enter/leave...
2012-01-08 Kristian Høgsbergwindow: Move widget focus handler to the widget
2012-01-08 Kristian Høgsbergwindow: Rename item to widget
2012-01-07 Kristian Høgsbergwindow: Add a window menu
2012-01-06 Kristian Høgsbergshell: Start implementing the popup surface type
2011-12-27 Kristian Høgsbergx11: Bridge X11 CLIPBOARD selection to Wayland clients
2011-12-22 Pekka Paalanenwindow: add display_destroy()
2011-12-22 Pekka Paalanenwindow: add display_exit()
2011-12-19 Kristian Høgsbergclients: Implement a toy-menu for testing the menu...
2011-12-14 Pekka Paalanenwindow: expose outputs to applications
2011-12-08 Pekka Paalanenmove config parser to a convenience library
2011-12-04 Pekka Paalanenwl_shell_surface adaptation
2011-11-26 Kristian Høgsbergwindow.c: Cache outputs
2011-11-23 Kristian HøgsbergImplement the new dnd/selection protocol
2011-11-15 Pekka Paalanenwindow: add a helper for config file paths
2011-11-15 Kristian Høgsbergwindow: Add a cheesy parser for ini-files, use it in...
2011-10-12 Kristian Høgsbergdesktop-shell: Add beginning of pop-up menu to panel
2011-10-07 Benjamin Franzkegears: Fail if compiled without cairo-egl
2011-10-07 Benjamin Franzkewindow: Create a cairo device for each egl config
2011-10-07 Benjamin Franzkewindow: Remove display_flush_cairo_device
2011-09-21 Kristian Høgsbergwindow.c: Move window items to window.c
2011-09-19 Kristian Høgsbergwindow: Stop using glib mainloop in toy toolkit
2011-09-06 Kristian Høgsbergclients: Add a simple desktop-shell app
2011-09-06 Kristian Høgsbergwindow: Add enter/leave handlers
2011-08-29 Kristian Høgsbergwindow.c: Drop global handler argument
2011-05-16 Kristian Høgsbergwindow: Add support for opaque windows
2011-04-22 Benjamin FranzkeImplement buffer.damage in shm, use it in window.c
2011-04-11 Kristian HøgsbergRemove double definition of window_get_wl_surface()
2011-04-11 Kristian HøgsbergMerge remote-tracking branch 'bnf/surface-frame-event'
2011-04-11 Kristian HøgsbergAdd struct window accessor for the wl_surface
2011-04-11 Tim WiederhakeDefine global handler on display creation
2011-03-18 Kristian HøgsbergMerge remote-tracking branch 'bnf/fixes'
2011-03-17 Benjamin Franzkegears: Use wayland egl surface instead of images
2011-03-17 Benjamin Franzkewindow: Use window surfaces for windows
2011-03-17 Benjamin FranzkeSupport per surface frame events
2011-02-07 Kristian HøgsbergPort window.c to use wayland-egl
2011-01-25 Kristian HøgsbergRemove frame handler prototype
2011-01-25 Kristian HøgsbergMerge remote branch 'callum/master'
2011-01-23 Tim Wiederhakeremove declaration without definition from window.h
2011-01-21 Kristian HøgsbergAdd an orange pop-up menu to test the new map_transient...
2011-01-21 Callum LowcayMerge branch 'master' of git://anongit.freedesktop...
2011-01-21 Kristian Høgsbergterminal: Just send the pty master fd to receive the...
2011-01-21 Kristian HøgsbergUse cairo_push_group() for all double buffering, drop...
2011-01-19 Kristian HøgsbergUse libxkbcommon #defines for modifiers
next