summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* frame: Remove flashing supportwip/fmuellner/flash-flashFlorian Müllner2019-03-126-41/+3
* bell: Always flash window instead of frameFlorian Müllner2019-03-121-63/+3
* monitor: Fix indentation style on foreach functionsMarco Trevisan (Treviño)2019-03-122-22/+22
* monitor: Fix indentation style on calculate_crtc_pos and friendsMarco Trevisan (Treviño)2019-03-122-30/+30
* monitor: Fix indentation style on calculate_supported_scales and friendsMarco Trevisan (Treviño)2019-03-127-33/+33
* shadow-factory: Update shadow of attached modalsFlorian Müllner2019-03-121-1/+1
* cogl: Introspect CoglTexture2D(Sliced)Florian Müllner2019-03-113-8/+14
* cogl: Remove unused CoglTextureDriver::try_setting_gl_border_colorAdam Jackson2019-03-113-33/+0
* meta-monitor: Remove useless variableFlorian Müllner2019-03-111-3/+1
* keybindings: Fix theoretical memory leak while ungrabbingBenjamin Berg2019-03-111-2/+1
* prefs: Change default of show-fallback-app-menuFlorian Müllner2019-03-111-1/+1
* Bump version to 3.32.03.32.0Florian Müllner2019-03-112-1/+10
* cogl: Revert swizzling for BGRA buffersCarlos Garnacho2019-03-0810-97/+26
* Revert "Revert "cogl: Pick glReadPixels format by target, not source""Carlos Garnacho2019-03-071-1/+5
* Revert "cogl: Pick glReadPixels format by target, not source"Robert Mader2019-03-061-5/+1
* sound-player: Don't deadlock in finish_cbAndrea Azzarone2019-03-051-1/+5
* Bump version to 3.31.923.31.92Florian Müllner2019-03-052-1/+25
* x11-display: Split out restoring of active workspaceFlorian Müllner2019-03-043-26/+43
* wayland: Minor refactorCarlos Garnacho2019-03-041-14/+7
* wayland: Only enable OSK if receiving .enable when already activeCarlos Garnacho2019-03-041-4/+7
* clutter: Do not toggle the OSK panel off after focus outCarlos Garnacho2019-03-041-3/+0
* clutter: Make ClutterInputFocus API to set panel state explicitCarlos Garnacho2019-03-047-10/+14
* clutter: Remove clutter_set_windowing_backend()Adam Jackson2019-03-044-71/+0
* clutter: remove x11/clutter-x11-texure-pixmap.cAdam Jackson2019-03-044-1381/+0
* clutter: Remove tests/interactive/text-pixmap.cAdam Jackson2019-03-042-343/+0
* clutter/evdev: Use internal button codes for mousekeysOlivier Fourdan2019-03-041-13/+13
* Update Dutch translationNathan Follens2019-03-031-66/+85
* Update Latvian translationRūdolfs Mazurs2019-03-031-62/+58
* clutter/x11: Consider remapped keys when guessing the keycode from the keysymAndrea Azzarone2019-03-021-0/+20
* Update POTFILES.skipPiotr Drąg2019-03-021-78/+2
* clutter/stage-cogl: Add function to scale and clamp fractional values to pixelsMarco Trevisan (Treviño)2019-03-011-32/+54
* clutter/stage-cogl: Cleanup the code for scissor region calculationMarco Trevisan (Treviño)2019-03-011-19/+7
* boxes: Crop rectangle converting to integer with grow strategyMarco Trevisan (Treviño)2019-03-011-6/+9
* clutter/util: Add functions for managing cairo and clutter rectsMarco Trevisan (Treviño)2019-03-012-0/+34
* boxes: Add function to create a rectangle from floating clutter rectMarco Trevisan (Treviño)2019-03-012-0/+37
* clutter/rect: Add utility function to scale the rectangleMarco Trevisan (Treviño)2019-03-012-4/+34
* clutter/rect: Clamp to pixel taking care of subpixel valuesMarco Trevisan (Treviño)2019-03-011-2/+7
* wayland-tablet-tool: Downscale the sprite texture in FB modeMarco Trevisan (Treviño)2019-03-011-2/+14
* clutter/stage: Add view scale support on read_pixels()Marco Trevisan (Treviño)2019-03-011-3/+11
* clutter/stage: Avoid duplicating code for capturingMarco Trevisan (Treviño)2019-03-011-32/+8
* clutter/stage: Add scaling support to capture_view_intoMarco Trevisan (Treviño)2019-03-011-3/+10
* clutter/stage: Cleanup the capture_view codeMarco Trevisan (Treviño)2019-03-012-7/+73
* clutter/stage: Add private API to get max view scale for rectMarco Trevisan (Treviño)2019-03-013-17/+35
* clutter/stage: Use rounded values to create image surfacesMarco Trevisan (Treviño)2019-03-011-7/+8
* clutter/offscreen-effect: Make sure we use linear filter for fractional scalingMarco Trevisan (Treviño)2019-03-011-11/+28
* clutter/offscreen-effect: Support adding effect to resource scaled actorsMarco Trevisan (Treviño)2019-03-011-20/+55
* clutter/text: Generate resource scaled text and paint it at proper scalingMarco Trevisan (Treviño)2019-03-013-78/+302
* clutter/text: Add utility function to set the pango attributesMarco Trevisan (Treviño)2019-03-011-6/+32
* clutter/canvas: Implement clutter_canvas_{get,set}_scale_factorMarco Trevisan (Treviño)2019-03-012-6/+89
* clutter/actor-box: Add clutter_actor_box_scale functionMarco Trevisan (Treviño)2019-03-012-0/+25