summaryrefslogtreecommitdiff
path: root/src/backends/meta-cursor-renderer.h
Commit message (Expand)AuthorAgeFilesLines
* Don't duplicate declarations from G_DEFINE_TYPEFlorian Müllner2015-09-241-2/+0
* Support scaling of cursor sprites given what output they are onJonas Ådahl2015-09-131-2/+5
* MetaCursorSprite: Put renderer specific code in the rendererJonas Ådahl2015-08-281-0/+22
* Rename MetaCursorReference to MetaCursorSpriteJonas Ådahl2015-08-281-3/+3
* MetaCursorRenderer: Use G_DECLARE_DERIVABLE_TYPE to declare the typeJonas Ådahl2015-08-191-14/+3
* backend: Add meta_cursor_renderer_force_update()Carlos Garnacho2015-07-201-0/+1
* Add a missing #ifdef and remove a left-over include to make gbm optionalTing-Wei Lan2014-12-211-2/+0
* configure: Don't conditionalize gbmJasper St. Pierre2014-08-271-0/+2
* configure: Conditionalize libinput and gbm tooJasper St. Pierre2014-08-271-2/+0
* cursor: Correct switching between fallback and backend cursorsJasper St. Pierre2014-05-171-1/+1
* backends: Add a native cursor rendererJasper St. Pierre2014-04-221-3/+4
* Move the painting of the cursor on the stage out of the cursor rendererJasper St. Pierre2014-04-221-2/+0
* cursor-renderer: Remove the MetaScreenJasper St. Pierre2014-04-221-1/+1
* Split out the code that renders the code into a MetaCursorRendererJasper St. Pierre2014-04-211-0/+71