window.c: frame_button: Maximize, minimize, close, icon buttons in window frame
[profile/ivi/weston.git] / clients / window.c
2012-05-10 Martin Minarikwindow.c: frame_button: Maximize, minimize, close,...
2012-05-10 Kristian Høgsbergwindow.c: Just use float instead of GLfloat, remove...
2012-05-09 Dima Ryazanovwindow: Don't crash if a cursor image failed to load.
2012-05-08 Rafal Mielniczukwindow: fix check of cursor image load result
2012-05-08 Kristian HøgsbergPort Wayland clients to new xkbcommon API
2012-05-08 Daniel StoneConvert wire input co-ordinates to fixed-point
2012-05-08 Daniel StoneConvert internal input co-ordinates to GLfloat
2012-05-07 Ander Conselvan... window: use only one shm pool for all the cursor images
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-05-03 Ander Conselvan... window: use libXcursor for loading pointer images
2012-05-02 Kristian Høgsbergwindow: Set window title and class
2012-04-27 Kristian Høgsbergwindow: Only set toplevel window type if nothing else...
2012-04-20 Casey DahlinSend surface enter/leave events
2012-04-19 Scott MoreauInstall structuring for ping-pong protocol
2012-04-13 Kristian Høgsbergwindow.c: Drop the toolkit grab when we start a composi...
2012-04-13 Kristian Høgsbergwindow: Send serial number in set_popup request
2012-04-13 Kristian Høgsbergwindow: Initialize redraw_task.link so we can always...
2012-04-12 Kristian HøgsbergFollow wayland change to serial numbers
2012-04-10 Kristian Høgsbergwindow: Fix remaining references to the egl image surfa...
2012-04-10 Kristian HøgsbergMerge branch 'output-hotplug' of git://people.freedeskt...
2012-04-10 Kristian Høgsbergwindow: Drop EGLImage surface type
2012-04-10 Kristian Høgsbergwindow: Only unmap shm surface backing memory if it...
2012-04-10 Kristian Høgsbergwindow: Simplify the shm surface management
2012-04-03 Kristian Høgsbergwindow: Check load_image result for NULL
2012-04-03 Jonas ÅdahlFix `unused-result' warnings.
2012-04-03 Kristian Høgsbergwindow: Use a persistent, big shm pool during resize
2012-04-03 Kristian Høgsbergwindow: Only initialize egl if we have cairo egl
2012-04-03 Kristian Høgsbergclients: Use new shm interface
2012-03-30 Kristian HøgsbergAdd signedness warning flag and fix fallout
2012-03-26 Kristian HøgsbergSimplify shm buffer handling
2012-03-26 Kristian Høgsbergwindow.c: Do resize work from the repaint idle callback
2012-03-24 Kristian Høgsbergwindow.c; Only redraw once per frame
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
next