summaryrefslogtreecommitdiff
path: root/clients/window.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-30clients: add a new touchscreen calibratorLouis-Francis Ratté-Boulianne1-0/+4
2018-03-12clients: consolidate timer code part 1Pekka Paalanen1-0/+27
2016-11-16Get rid of the window_create_menu functionDima Ryazanov1-5/+0
2016-07-26include stdint.h for int32_t/uint32_tJussi Kukkonen1-0/+1
2016-07-26window: Add API for manually set confine regionJonas Ådahl1-0/+11
2016-07-26clients: Add API for pointer locking and pointer confinementJonas Ådahl1-0/+55
2016-03-17clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington1-11/+0
2016-01-19client: Add DnD cursors to the managed cursors listCarlos Garnacho1-0/+3
2016-01-19data-device: Implement DnD actionsCarlos Garnacho1-0/+3
2016-01-19Support axis source, axis discrete, frame and axis stop eventsPeter Hutterer1-0/+31
2015-11-20toytoolkit: Remove window_damage()Derek Foreman1-4/+0
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz1-4/+0
2015-06-15Moved helper macro to a discrete include file.Jon Cruz1-2/+0
2015-06-15Remove redundant #include path component.Jon Cruz1-3/+3
2015-06-15clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington1-16/+17
2015-06-06Whitespace correctionsMurray Calavera1-2/+2
2015-03-20clients & tests: use eglGetPlatformDisplayEXT when supportedJonny Lamb1-0/+1
2014-05-23clients: Allow creating a "detached" menuJasper St. Pierre1-0/+5
2014-05-18clients: Remove the window / user parameters from the menu functionJasper St. Pierre1-2/+1
2014-05-12terminal: Only add the new size to the title when we're resizingJasper St. Pierre1-0/+8
2014-05-13xdg-shell: Rename set_transient_for to set_parentJasper St. Pierre1-2/+2
2014-04-07Make sure config.h is included before any system headersAndrew Wedgbury1-0/+2
2014-04-06toytoolkit: match parent surface type when adding a subsurfaceManuel Bachmann1-0/+3
2014-04-02toytoolkit: Expose output make and modelJason Ekstrand1-0/+6
2014-02-18clients: Add support for the minimize buttonJasper St. Pierre1-0/+3
2014-02-01window: Add wrappers for xdg_surface_set_transient_forJasper St. Pierre1-0/+5
2014-02-01westoy: Remove fullscreen methodsJasper St. Pierre1-3/+0
2014-02-01westoy: Use subsurfaces for tooltips instead of transient windowsJasper St. Pierre1-6/+0
2014-01-09keyboard: Don't strcat() into a strdup()ed stringKristian Høgsberg1-0/+2
2014-01-09westoy: Add an option to explicitly disable cairo on a widgetNeil Roberts1-0/+2
2014-01-07keyboard: Handle touch up eventKristian Høgsberg1-0/+3
2013-12-04clients: Add a widget_get_wl_subsurfaceNeil Roberts1-0/+3
2013-12-02clients: Add window_is_transient() helper to the toy toolkit windowPhilip Withnall1-0/+3
2013-11-25distinguish touch screen and pointer dnd in clientXiong Zhang1-0/+6
2013-11-15protocol: move sub-surfaces to WaylandPekka Paalanen1-1/+0
2013-11-13westoy: Remove some accessors for wl_shell / wl_shell_surfaceJasper St. Pierre1-6/+0
2013-11-13westoy: Remove unused support for window parentsJasper St. Pierre1-1/+1
2013-11-13westoy: Remove window_touch_moveJasper St. Pierre1-2/+0
2013-10-23window, desktop-shell: deal with output unplug on client sideXiong Zhang1-0/+3
2013-10-23terminal: Add context menu with new terminal/copy/pasteKristian Høgsberg1-1/+2
2013-10-13Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand1-2/+3
2013-09-04terminal: Accept utf-8 text dropKristian Høgsberg1-0/+3
2013-08-16Add touch support for wl_shell_surface_moveRusty Lynch1-2/+9
2013-08-15window: Add API to check for subcompositor, use in subsurface exampleKristian Høgsberg1-0/+3
2013-08-12window.c: Add touch handlersRusty Lynch1-1/+35
2013-08-08malloc + memset -> zallocPeter Hutterer1-0/+3
2013-08-06window: Allow hinting of a preference for RGB565 when creating a windowTomeu Vizoso1-0/+11
2013-07-25clients: Introduce xmalloc() and use it a few placesKristian Høgsberg1-0/+7
2013-06-04clients: Nested compositor exampleKristian Høgsberg1-0/+3
2013-05-28Convert all scales to int32_tAlexander Larsson1-1/+1