window: simplify a bit widget_set_size and widget_set_allocation
[profile/ivi/weston-ivi-shell.git] / clients / window.c
2012-02-13 Tiago Vignattiwindow: simplify a bit widget_set_size and widget_set_a...
2012-02-13 Tiago Vignattiwindow: explicitly set TYPE_TOPLEVEL for new windows
2012-02-08 Kristian Høgsbergwindow: Don't set the window size in widget_set_size()
2012-01-31 Kristian Høgsbergwindow: Fold window_resize into idle_resize
2012-01-31 Kristian Høgsbergwindow: Don't overwrite window->allocation until we...
2012-01-31 Kristian Høgsbergwindow: Dont take width and height in window constructor
2012-01-31 Kristian Høgsbergflower: Dont allow resizing
2012-01-31 Kristian Høgsbergwindow: Make window frame menu available to client
2012-01-27 Kristian HøgsbergMerge remote-tracking branch 'pq/transform-v1'
2012-01-27 Ander Conselvan... window: fix resizing of windows backed by shm buffers
2012-01-27 Kristian Høgsbergwindow: Handle data_device.selection events with offer...
2012-01-26 Kristian Høgsbergwindow: Don't crash when window with focus_widget is...
2012-01-24 Neil Robertswindow: Fix sending button events when there's no grab
2012-01-19 Kristian Høgsbergwindow: Use CAIRO_OPERATOR_OVER for rendering the menu
2012-01-19 Pekka Paalanenwindow: menu leak fixes
2012-01-19 Pekka Paalanenwindow: remove pointers to widget on destroy
2012-01-19 Pekka Paalanenwindow: destroy frame in window_destroy()
2012-01-18 Kristian Høgsbergclients: Allow compiling with the cairo glesv2 backend
2012-01-11 Kristian HøgsbergUse new format codes
2012-01-11 Kristian Høgsbergwindow: Don't deref focus widget if there isn't one
2012-01-11 Kristian Høgsbergwindow: Remove a few unused struct fields
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: Break widget grab before shell surface move...
2012-01-10 Kristian Høgsbergwindow: Keep widgets in a tree instead of a list
2012-01-10 Kristian Høgsbergwindow: Use surface coordinates for looking up widgets
2012-01-10 Kristian Høgsbergwindow: Make resize and redraw handlers widget vfuncs
2012-01-10 Kristian Høgsbergwindow: Allocate and flush the window surface in window.c
2012-01-10 Kristian Høgsbergwindow: Drop the window widget
2012-01-09 Kristian Høgsbergwindow: Run deferred tasks before blocking for initial...
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: Use the window widget instead of adding a windo...
2012-01-09 Kristian Høgsbergwindow: Create a widget for the window, drop window...
2012-01-09 Kristian Høgsbergwindow: Convert a few clients to use widget motion...
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: Use widget enter/leave handlers for menu
2012-01-09 Kristian Høgsbergwindow: Replace widget focus handler with a enter/leave...
2012-01-08 Kristian Høgsbergwindow: Use display_exit() instead of exit() in window...
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
2012-01-03 Kristian HøgsbergMore weston rename fixes
2011-12-27 Kristian Høgsbergx11: Bridge X11 CLIPBOARD selection to Wayland clients
2011-12-22 Kristian Høgsbergwindow.c: Add touch event stubs
2011-12-22 Kristian Høgsbergwindow.c: Rename input handlers to input_handle_*
2011-12-22 Pekka Paalanenwindow: destroy surfaces on display_destroy()
2011-12-22 Pekka Paalanenwindow: destroy all inputs on display_destroy()
2011-12-22 Pekka Paalanenwindow: destroy misc objects on display_destroy()
2011-12-22 Pekka Paalanenwindow: destroy outputs on display_destroy()
2011-12-22 Pekka Paalanenwindow: destroy window surfaces and title
2011-12-22 Pekka Paalanenwindow: remove unused struct members
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-19 Pekka Paalanenwindow: do proper Cairo device flushing
2011-12-15 Kristian Høgsbergcompositor: Remove server side cursors
2011-12-14 Pekka Paalanenwindow: expose outputs to applications
2011-12-04 Pekka Paalanenwindow: do not crash without wl_shell
2011-12-04 Pekka Paalanendesktop-shell: update protocol and client to wl_shell_s...
2011-12-04 Pekka Paalanenwl_shell_surface adaptation
2011-12-02 Pekka Paalanenwindow: fix segfault in window_handle_key()
2011-11-26 Kristian Høgsbergwindow.c: Cache outputs
2011-11-23 Kristian HøgsbergImplement the new dnd/selection protocol
2011-11-23 Kristian HøgsbergMerge remote-tracking branch 'vignatti/evdev'
2011-11-22 Kristian HøgsbergNever include wayland-util.h directly
2011-11-22 Pekka PaalanenFix inconsistent #include style
2011-11-18 Kristian Høgsbergwindow: Remove unused variable
2011-11-15 Pekka Paalanenwindow: clean up redraw and focuses on destroy
2011-10-25 Kristian HøgsbergMerge remote-tracking branch 'robster/rob/pointer-fixes'
2011-10-25 Rob Bradfordwindow: Avoid setting an invalid surface for the pointer
2011-10-25 Rob Bradfordwindow: Report an error if we cannot load the pointer...
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øgsbergHandle compositors without wl_shell
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-19 Kristian HøgsbergMove rounded_rect() to cairo-util.c
2011-09-19 Kristian Høgsbergterminal: Make -f (fullscreen) option work again
2011-09-08 Kristian Høgsbergwindow: Default to toplevel windows
2011-09-06 Kristian Høgsbergclients: Add a simple desktop-shell app
2011-09-06 Kristian Høgsbergwindow: Add enter/leave handlers
2011-09-01 Benjamin Franzkeclients: Fix typos
2011-08-31 Benjamin FranzkeRemove egl display type setenv hack
2011-08-31 Kristian HøgsbergMove away from visuals and just use EGLConfigs or shm...
2011-08-29 Kristian Høgsbergwindow.c: Drop global handler argument
2011-08-29 Kristian Høgsbergclients: Bring clients up to date
2011-08-29 Kristian HøgsbergUse the new wl_callback interface
2011-07-15 Benjamin Franzkewindow.c: Fix compile/run using cairo without egl
2011-06-23 Benjamin Franzkewindow: Set egl_window_resize late and once
2011-06-21 Kristian HøgsbergMerge remote-tracking branch 'bnf/buffer.release-2'
2011-06-21 Kristian HøgsbergMerge remote-tracking branch 'bnf/fixes-2'
2011-06-21 Kristian Høgsbergcompositor: Send out more detailed output events
2011-06-20 Kristian HøgsbergMove map requests to shell
next