Hook up axis events.
[profile/ivi/weston.git] / clients / window.c
2012-03-22 Scott MoreauHook up axis events.
2012-03-21 Kristian Høgsbergwindow.c: Increase drop shadow fluffiness
2012-03-21 Kristian Høgsbergwindow.c: Tweak window decoration appearance
2012-03-12 Kristian HøgsbergConsolidate image loading code and move to shared/
2012-03-12 Kristian HøgsbergAdd an option parser
2012-03-12 Rob Clarkclients/window: fix build issues w/ gles
2012-03-06 Kristian Høgsbergwindow: Compute frame boundary for all windows except...
2012-03-05 Kristian Høgsbergwindow: Only set opaque and input regions if they change
2012-02-29 Kristian Høgsbergwindow.c: Drop support for rgb contexts
2012-02-29 Kristian Høgsbergwindow: Set opaque region after child widget adjusts...
2012-02-28 Kristian Høgsbergclients: Use wl_display_disconnect()
2012-02-23 Kristian Høgsbergwindow: Track and report input and opaque regions
2012-02-23 Kristian HøgsbergUpdate to enter/leave events for pointer and keyboard
2012-02-17 Kristian Høgsbergwindow: Don't draw decorations in fullscreen mode
2012-02-17 Kristian Høgsbergwindow: Set window type as it changes, not on every...
2012-02-17 Daniel Stonewindow: Use constant keycode offset of 8
2012-02-17 Daniel Stonewindow: Use new xkbcommon include path
2012-02-17 Pekka Paalanenprotocol: remove absolute coordinates from pointer
2012-02-17 Pekka Paalanenwindow: do not store absolute coordinates
2012-02-17 Kristian HøgsbergFollow set_fullscreen protocol change
2012-02-17 Kristian Høgsbergwindow: Toggle maximized with super-f5
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
next