clients: Don't leak "menu" on error path in clients/window.c
[profile/ivi/weston-ivi-shell.git] / clients / window.c
2012-07-09 Martin Olssonclients: Don't leak "menu" on error path in clients...
2012-06-29 Kristian Høgsbergwindow.c: Don't allocate proxy manually
2012-06-27 Kristian Høgsbergshell: Take a wl_surface as parent for transient and...
2012-06-26 Kristian Høgsbergshell: Don't make desktop_shell background a wl_shell_s...
2012-06-22 Kristian Høgsbergwindow.c: Always set cursor after pointer enter
2012-06-21 Kristian Høgsbergwindow: Add support for the blank cursor
2012-06-21 Kristian Høgsbergwindow: Stop keyboard repeat when we lose keyboard...
2012-06-20 Kristian Høgsbergwindow: Create timerfd non-blocking
2012-06-20 Kristian Høgsbergwindow: Compute initial window size correctly
2012-06-20 Kristian Høgsbergwindow: Only repeat key if we still have kb focus
2012-06-20 Kristian Høgsbergwindow: Add key-repeat to toy toolkit
2012-06-19 Ander Conselvan... window: Plug leak of shm_surface_data on shm_suface_dat...
2012-06-18 Daniel StoneDon't segfault clients when cursor isn't found
2012-06-15 Ander Conselvan... window: Implement animated cursors (using pointer surfaces)
2012-06-15 Ander Conselvan... compositor: Track pointer image protocol change
2012-06-06 Pekka PaalanenRewrite shm buffer file allocation v2
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-05 Kristian Høgsbergwindow.c: Set focus widget before calling enter handler
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-06-04 Scott MoreauDrop user input detection from text cursor position...
2012-06-04 Scott MoreauConvert text cursor position protocol to use fixed...
2012-06-01 Daniel StoneAdd support for wl_keyboard::keymap events
2012-06-01 Kristian Høgsbergwindow.c: Handle losing selection data source
2012-05-31 Daniel Stoneclients: Move XKB info from display to input struct
2012-05-31 Daniel StoneConvert wl_pointer::axis to wl_fixed_t
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 Daniel StoneSupport wl_keyboard::modifiers event
2012-05-31 Pekka Paalanenwindow: add wrapper for EPOLL_CLOEXEC
2012-05-31 Scott MoreauImplement text cursor position protocol.
2012-05-29 Ander Conselvan... dnd: implement option for not offering data to other...
2012-05-29 Yan WangWeston: Free allocated cursors array when destroying
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 Ander Conselvan... window: track changes in libwayland-cursor api
2012-05-26 Tiago Vignattiwindow: add simple text tooltip handlers
2012-05-22 Kristian HøgsbergShare code to to classify pointer location in frame
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-16 Kristian HøgsbergMove cairo-util to shared/
2012-05-16 Kristian Høgsbergwindow: Move frame rendering to cairo-util
2012-05-16 Kristian Høgsbergwindow: Move theme rendering code to cairo-util
2012-05-16 Kristian Høgsbergwindow: Move all frame theme related state into new...
2012-05-16 Kristian Høgsbergwindow: Compute title vertical position based on font...
2012-05-15 Rob Bradfordwindow: Store the outputs that the window is on
2012-05-14 Scott Moreautoytoolkit: Recalculate input region if client has...
2012-05-14 Pekka Paalanenwindow: fix missed xkb API adaptation
2012-05-11 Kristian Høgsbergclients: Remove superfluous #includes
2012-05-11 Kristian HøgsbergUpdate to new libxkbcommon API
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...
next