window, desktop-shell: deal with output unplug on client side
[profile/ivi/weston-ivi-shell.git] / clients / window.h
2013-10-24 Xiong Zhangwindow, desktop-shell: deal with output unplug on clien...
2013-10-23 Kristian Høgsbergterminal: Add context menu with new terminal/copy/paste
2013-10-14 Jason EkstrandRename frame_create and frame_set_child_size with a...
2013-09-05 Kristian Høgsbergterminal: Accept utf-8 text drop
2013-08-16 Rusty LynchAdd touch support for wl_shell_surface_move
2013-08-15 Kristian Høgsbergwindow: Add API to check for subcompositor, use in...
2013-08-12 Rusty Lynchwindow.c: Add touch handlers
2013-08-08 Peter Hutterermalloc + memset -> zalloc
2013-08-06 Tomeu Vizosowindow: Allow hinting of a preference for RGB565 when...
2013-07-25 Kristian Høgsbergclients: Introduce xmalloc() and use it a few places
2013-06-04 Kristian Høgsbergclients: Nested compositor example
2013-05-28 Alexander LarssonConvert all scales to int32_t
2013-05-22 Alexander Larssonwindow: Add window_get_output_scale()
2013-05-22 Alexander Larssonwindow: allow setting a buffer scale on a window
2013-05-22 Alexander Larssonwindow: Track output scales
2013-05-10 Pekka Paalanenclients: add subsurfaces demo
2013-05-10 Pekka Paalanenwindow: create sub-surfaces
2013-05-10 Pekka Paalanenprotocol: add sub-surfaces
2013-02-20 Kristian HøgsbergPass argc pointer to parse_options()
2013-02-14 Pekka Paalanenwindow: create Cairo surfaces on demand for redraw
2013-02-14 Pekka Paalanenwindow: move buffer type and transform into struct...
2012-12-14 Ander Conselvan... window: Allow clients to choose the fullscreen method
2012-11-30 Kristian Høgsbergwindow: Add a widget default cursor convenience helper
2012-11-30 Ander Conselvan... window: Add a way to retrieve a window's output transform
2012-11-30 Ander Conselvan... window: Let clients set buffer transformations
2012-11-30 Dima RyazanovFix a crash when opening two terminal windows and closi...
2012-11-27 Kristian Høgsbergweston-simple-im: Create our own xkb_context
2012-11-27 Jan Arne Petersenwindow: Allow to get xkb context from display
2012-11-27 Jan Arne Petersentext: Send more information with keysym events
2012-11-19 Pekka Paalanenwindow: make window_flush() private
2012-11-19 Pekka Paalanenwindow: make window_{create,set}_surface private
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
next