toytoolkit: Don't draw shadows for maximized windows.
[profile/ivi/weston.git] / clients / window.c
2012-10-10 Scott Moreautoytoolkit: Don't draw shadows for maximized windows.
2012-10-10 Jonas Ådahlwindow: Initialize workspace state before first roundtrip
2012-10-04 U. Artie Eoffdesktop-shell: destroy data before exiting.
2012-09-28 Tiago Vignattitoytoolkit: Process deferred tasks on fifo order instead
2012-09-26 Pekka VuorelaRequire mouse release on top of frame button to trigger...
2012-09-26 Pekka VuorelaProtect window callbacks from deleted windows
2012-09-04 Philipp Brüschweilertoytoolkit: supply correct widget in motion_handler...
2012-09-04 Philipp Brüschweilerworkspaces: don't segfault on invalid move_surface_to_w...
2012-08-31 Jonas Ådahltoytoolkit: Implement support for the workspace manager...
2012-08-29 Philipp Brüschweilertoytoolkit: try multiple names when loading cursors
2012-08-16 Philipp Brüschweilertoytoolkit: don't ignore resizes with negative width...
2012-08-14 Philipp Brüschweilertoytoolkit: add axis handler
2012-08-14 Philipp Brüschweilertoytoolkit: remove unused actions from titlebar menu
2012-08-14 Kristian Høgsbergwindow.c: Handle multiple keyboard foci
2012-08-13 Christopher MichaelAdd support in Weston for X cursor themes.
2012-08-13 Kristian Høgsbergwindow.c: Rearrange input handlers so they appear in...
2012-08-01 Kristian Høgsbergwindow.c: Use pointer enter serial for setting cursor
2012-08-01 Pekka Paalanenwindow: warn on cursor load failure
2012-07-31 Kristian Høgsbergwindow.c: Set input region after (potentially) adjustin...
2012-07-25 Kristian Høgsbergwindow: Handle Alt-F4 to close windows
2012-07-25 Andre Heiderwindow.c: Remove xkb leftovers
2012-07-24 Kristian Høgsbergwindow.c: Add fullscreen handler to keep fullscreen...
2012-07-22 Kristian HøgsbergHandle new transform argument in wl_output.geometry...
2012-07-20 Kristian Høgsbergclients: Implement minimum size for toy toolkit clients
2012-07-16 Ander Conselvan... window: Workaround a stuck frame callback on the cursor...
2012-07-12 Scott Moreautoytoolkit: Remove obsolete function window_set_custom().
2012-07-11 Philipp BrüschweilerRemove dead code
2012-07-10 Kristian Høgsbergwindow.c: Only set input region when we have a decoration
2012-07-09 Daniel Stonetoytoolkit: Remove redundant XKB free
2012-07-09 Martin Olssonclients: Silence 2x gcc 4.6.3 "warn_unused_result"...
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...
next