summaryrefslogtreecommitdiff
path: root/src/backends/meta-cursor-renderer.c
Commit message (Expand)AuthorAgeFilesLines
* wayland: Use cursor position in logical monitorOlivier Fourdan2018-03-231-0/+12
* backends: Fix ClutterRect initialisationsPhilip Withnall2017-11-301-2/+2
* cursor-renderer: Track cursor position using floatsJonas Ådahl2017-07-141-12/+18
* cursor-renderer: Add a cursor painted signalRui Matos2016-08-311-0/+45
* backends: Allow multiple "SW" cursor overlays on the stageCarlos Garnacho2016-05-031-1/+23
* backend: Realize cursor on default MetaCursorRenderer pathsCarlos Garnacho2016-05-031-0/+3
* fix warning due implicit declaration of functionVictor Toso2016-04-201-0/+1
* Handle meta_screen_get_monitor_for_point() returning NULLRui Matos2016-03-101-15/+0
* cursor-renderer: do not update cursor if it is out of monitorMarek Chalupa2015-11-291-0/+15
* Support scaling of cursor sprites given what output they are onJonas Ådahl2015-09-131-43/+56
* MetaCursorSprite: Put renderer specific code in the rendererJonas Ådahl2015-08-281-0/+25
* backends: Get rid of meta-cursor-private.hJonas Ådahl2015-08-281-1/+0
* Rename MetaCursorReference to MetaCursorSpriteJonas Ådahl2015-08-281-8/+10
* backend: Add meta_cursor_renderer_force_update()Carlos Garnacho2015-07-201-0/+7
* Revert "backends: Include Xfixes for cursor events and manipulation"Jasper St. Pierre2014-12-281-2/+0
* backends: Include Xfixes for cursor events and manipulationIkey Doherty2014-12-281-0/+2
* stage: Make the API take a CoglTextureJasper St. Pierre2014-08-211-3/+6
* Conditionalize Wayland support againJasper St. Pierre2014-08-131-1/+0
* backend: Create the stage in the backend, rather than the compositorJasper St. Pierre2014-08-131-4/+5
* cursor: Correct switching between fallback and backend cursorsJasper St. Pierre2014-05-171-6/+21
* cursor-renderer: We always use a MetaStageJasper St. Pierre2014-05-171-4/+0
* cursor-renderer: Remove bogus assertJasper St. Pierre2014-04-231-2/+0
* backends: Add a native cursor rendererJasper St. Pierre2014-04-221-151/+21
* cursor-renderer: Rewrite HW cursors to be cleanerJasper St. Pierre2014-04-221-92/+57
* cursor-renderer: Fix HW cursorsJasper St. Pierre2014-04-221-4/+3
* Move the painting of the cursor on the stage out of the cursor rendererJasper St. Pierre2014-04-221-68/+9
* cursor-renderer: Kill a warningJasper St. Pierre2014-04-221-0/+4
* cursor-renderer: Remove the MetaScreenJasper St. Pierre2014-04-221-11/+2
* Split out the code that renders the code into a MetaCursorRendererJasper St. Pierre2014-04-211-0/+393