window: Don't needlessly sync parent and geometry
[platform/upstream/weston.git] / clients / window.c
2013-08-08 Peter Hutterermalloc + memset -> zalloc
2013-08-07 Brian Lovinclients: use xmalloc in more places
2013-08-06 Tomeu Vizosowindow: Allow hinting of a preference for RGB565 when...
2013-07-30 Rob Bradfordwindow: Free the allocated display if we fail to setup...
2013-07-25 Kristian Høgsbergwindow.c: Simplify window_create()
2013-07-25 Kristian Høgsbergwindow.c: Use xmalloc for frame_create()
2013-07-25 Kristian Høgsbergclients: Introduce xmalloc() and use it a few places
2013-07-13 Rob Bradfordwindow: Disregard motion events outside our current...
2013-07-13 Rob Bradfordwindow: Allow popup menu when the window is maximised
2013-07-03 Jason Ekstrandwindow: Request version 3 of wl_compositor
2013-06-28 Matt Ropertoytoolkit: Allow operation without a keymap
2013-06-05 Daniel Stoneconfigure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
2013-06-04 Kristian Høgsbergclients: Nested compositor example
2013-05-28 Alexander LarssonConvert all scales to int32_t
2013-05-22 Louis-Francis Ratt... toytoolkit: Make the window resizing optimization optional
2013-05-22 Alexander Larssonwindow: Add window_get_output_scale()
2013-05-22 Alexander Larssonwindow: Store server_allocation in surface size
2013-05-22 Alexander Larssonwindow: Apply buffer_scale automatically in widget_cair...
2013-05-22 Alexander Larssonwindow: allow setting a buffer scale on a window
2013-05-22 Alexander Larssonwindow: Track output scales
2013-05-22 Alexander Larssonwindow: Support transform in widget_cairo_create()
2013-05-22 Pekka Paalanenwindow: avoid a gcc warning in buffer release handler
2013-05-15 Dima RyazanovFix missing corner resize cursors in Kubuntu (oxy-white...
2013-05-14 Ossama Othmanconfig-parser: Honor XDG_CONFIG_DIRS
2013-05-10 Pekka Paalanenwindow: add DBG code for leaf management and redraws
2013-05-10 Pekka Paalanenwindow: throttle resizing to the main surface
2013-05-10 Pekka Paalanenwindow: prevent EGL sub-surface deadlock
2013-05-10 Pekka Paalanenclients: add subsurfaces demo
2013-05-10 Pekka Paalanenwindow: implement per-surface redraws
2013-05-10 Pekka Paalanenwindow: create sub-surfaces
2013-05-10 Pekka Paalanenwindow: implement shm triple-buffering
2013-04-17 Kristian Høgsbergwindow: Add a log handler for window.c clients
2013-04-03 Giulio Camuffowindow: don't execute the selected menu item when getti...
2013-03-19 Emilio Pozuelo Monforttoytoolkit: implement cursor-size config key
2013-03-19 MoDtoytoolkit: avoid redrawing a window between maximize...
2013-03-19 Rafal Mielniczukwindow: restore maximized state from fullscreen mode...
2013-03-19 Rafal Mielniczukwindow: save allocation only for toplevel window
2013-02-20 Kristian HøgsbergPass argc pointer to parse_options()
2013-02-20 Pekka Paalanenwindow: fix display_acquire_window_surface()
2013-02-14 Kristian Høgsbergwindow.c: Don't allow moving a maximized window
2013-02-14 Pekka Paalanenwindow: create Cairo surfaces on demand for redraw
2013-02-14 Pekka Paalanenwindow: let menu and tooltip redraw use widget size
2013-02-14 Pekka Paalanenwindow: remove the transparent flag as unused
2013-02-14 Pekka Paalanenwindow: move cairo_surface into struct surface
2013-02-14 Pekka Paalanenwindow: add surface pointer to widget
2013-02-14 Pekka Paalanenwindow: move input and opaque regions into struct surface
2013-02-14 Pekka Paalanenwindow: move 'widget' member into struct surface
2013-02-14 Pekka Paalanenwindow: assimilate window_get_resize_dx_dy() into the...
2013-02-14 Pekka Paalanenwindow: move buffer type and transform into struct...
2013-02-14 Pekka Paalanenwindow: move toysurface and allocation to struct surface
2013-02-14 Pekka Paalanenwindow: create new struct surface with wl_surface
2013-02-14 Pekka Paalanenwindow: destroy the 2nd shm buffer, if both released
2013-02-14 Pekka Paalanenwindow: check the initial wl_display_dispatch()
2013-02-14 Pekka Paalanenwindow: improve EGL-related error messages
2013-01-28 Kristian Høgsbergtoytoolkit: Remove left-over pixman dependency
2013-01-24 Pekka Paalanenclients: add global_remove handler stubs
2013-01-10 Rob Bradfordwindow: Free allocated memory on error path
2013-01-07 Kristian Høgsbergwindow: Fall back to cairo image when cairo EGL isn...
2012-12-14 Ander Conselvan... window: Allow clients to choose the fullscreen method
2012-12-06 Pekka Paalanenwindow: add a note about freeing shm buffers
2012-12-06 Pekka Paalanenclients: destroy wl_registry on exit
2012-11-30 Kristian Høgsbergwindow: Add a widget default cursor convenience helper
2012-11-30 Pekka Paalanenwindow: change boolean to flags in toysurface::prepare()
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 Ander Conselvan... window: Honour opaque field for windows without a frame
2012-11-30 Dima RyazanovFix a crash when opening two terminal windows and closi...
2012-11-27 Pekka Paalanenwindow: honour wl_buffer.release
2012-11-27 Pekka Paalanenwindow: fix tooltip text extents
2012-11-27 Pekka Paalanenwindow: simplify window_create_surface
2012-11-27 Pekka Paalanenwindow: convert shm path to toysurface
2012-11-27 Pekka Paalanenwindow: add toysurface abstraction and port EGL path
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 display_create_surface() shm-only
2012-11-19 Pekka Paalanenwindow: use different keys for different cairo privates
2012-11-19 Pekka Paalanenwindow: merge struct surface_data into shm_surface_data
2012-11-19 Pekka Paalanenwindow: remove unused MULT macro
2012-11-19 Pekka Paalanenwindow: make window_flush() private
2012-11-19 Pekka Paalanenwindow: make window_{create,set}_surface private
2012-11-08 Daniel StoneClients: Don't set the cursor when we have no pointer
2012-11-06 Kristian Høgsbergwindow.c: Move misplaced break to where it belongs
2012-10-30 Kristian Høgsbergwindow: Fix use-after-free in menu button handler
2012-10-30 Kristian Høgsbergwindow: Only advertise fullscreen menu item if client...
2012-10-30 Scott Moreautoytoolkit: Don't destroy window cairo surface on shm...
2012-10-30 Kristian Høgsbergwindow: Make press-drag-release menu selection mode...
2012-10-29 Kristian Høgsbergwindow: Ignore input_set_pointer_image() if we don...
2012-10-19 Jonas Ådahlwindow: Always pass focused widget to widget motion...
2012-10-19 Jonas Ådahlwindow: Don't set pointer image when requesting to...
2012-10-16 Kristian Høgsbergclients: Don't ask for EGL_PIXMAP_BIT when choosing...
2012-10-16 Kristian Høgsbergclients: Check return value of wl_display_dispatch()
2012-10-16 Pekka Paalanentoytoolkit: make all EGL code dependant on cairo-egl
2012-10-16 Pekka Paalanenwindow: remove dead EGL code
2012-10-16 Kristian Høgsbergwindow: Set input region also when we go fullscreen
2012-10-16 Jonas Ådahlwindow: Update modifier state directly after receiving...
2012-10-16 Pekka Paalanenwindow: don't call output configure uninitialised
2012-10-16 Kristian Høgsbergclients: Use wl_display_dispatch_pending()
2012-10-11 Pekka Paalanencompositor, clients: apply wl_surface.frame on commit
2012-10-11 Pekka Paalanencompositor, clients: double-buffer input region
next