aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-15Merge pull request #91 from martinetd/move_wl_shellDrew DeVault
Move wl_shell into wlroots
2017-08-15Merge pull request #88 from 4e554c4c/alloc_crashingDrew DeVault
Prevent alloc errors from crashing
2017-08-15Fix wlr_wl/xdg_shell_destroy segfaultDominique Martinet
- Implement xdg_shell_destroy and use it at the right place (impl->destroy is never called) - Remove wl_global_destroy for now, something is missing with the display/registry_resource_list
2017-08-15Make wlr_wl_shell_create work like xdgDominique Martinet
Also: - rename wlr_xdg_shell_v6_init to create as that is what it does - free wlr_xdg_shell on failure to create wl_global, the struct is not initialized enough to call destroy at that point
2017-08-15wl_shell/compositor surface: do not check if it's in list before removingDominique Martinet
2017-08-15example compositor: only iterate over wl_shell and xdg_shell surfacesDominique Martinet
2017-08-15Move wl_shell into wlrootsDominique Martinet
2017-08-15Change how surface matricies are calculatedDrew DeVault
2017-08-15Merge pull request #83 from acrisci/feature/buffer-damage2Drew DeVault
Buffer damage and scaling (attempt 2)
2017-08-15refactor getting surface size into a functionTony Crisci
2017-08-15implement get_buffer_size for egl buffersTony Crisci
2017-08-15formatting fixupTony Crisci
2017-08-15implement buffer transformTony Crisci
2017-08-15remove unused dimension from buffer calculationsTony Crisci
2017-08-15implement surface sizingTony Crisci
2017-08-15initialize buffer damage before conversionTony Crisci
2017-08-15clip surface damage to surface sizeTony Crisci
2017-08-15implement texture get buffer sizeTony Crisci
2017-08-15implement buffer scaleTony Crisci
Keep track of the scale of the buffer set by surface.set_buffer_scale. Calculate the height and width of the texture from the buffer depending on the scale when it is attached. Use buffer damage to determine the damage of the buffer when flushing damage. Convert surface damage to buffer damage and union to the surface buffer_damage prior to flushing damage.
2017-08-15fix formatting in surface_damageTony Crisci
2017-08-15implement surface_damage_bufferTony Crisci
2017-08-15Merge pull request #86 from nyorain/masterDrew DeVault
Fix style issues
2017-08-15Simplify tablet pad destructionnyorain
2017-08-15Prevent alloc errors from crashingCalvin Lee
Resolves #76
2017-08-14Merge pull request #87 from nyorain/wlbcursorDrew DeVault
Implement wayland backend cursor
2017-08-14Add wayland backend cursor supportnyorain
2017-08-14Simplify input device destruction codenyorain
2017-08-14Fix style issuesnyorain
2017-08-14Merge pull request #85 from martinetd/refactor_statesDrew DeVault
Refactor states
2017-08-14wayland input_device_destroy: add missing bracesDominique Martinet
2017-08-14impl->destroy cleanup:Dominique Martinet
- remove trivial destroy() function - make sure we check impl and impl->destroy before calling - always call free if not implemented
2017-08-14Refactor out wlr_touch_stateDominique Martinet
2017-08-14Refactor out wlr_tablet_tool_stateDominique Martinet
2017-08-14Refactor out wlr_tablet_pad_stateDominique Martinet
2017-08-14Refactor out wlr_pointer_stateDominique Martinet
2017-08-14Refactor out wlr_keyboard_stateDominique Martinet
2017-08-14Refactor out wlr_input_device_stateDominique Martinet
2017-08-14Merge pull request #84 from martinetd/fixesDrew DeVault
Fixes
2017-08-14Fix output destory: impl->destroy must be called last + obvious double-freeDominique Martinet
2017-08-14Fix wlr_multi_backend_add incorrect assertDominique Martinet
2017-08-14Fix software cursorsDrew DeVault
2017-08-14Refactor away wlr_renderer_stateDrew DeVault
2017-08-14Fix double free on wlr_outputsDrew DeVault
2017-08-14Refactor out wlr_texture_stateDrew DeVault
2017-08-14Refactor out wlr_output_mode_stateDrew DeVault
2017-08-13Merge pull request #82 from 4e554c4c/detectionDrew DeVault
Add backend detection functions
2017-08-13Add backend detection functionsCalvin Lee
Resolves #80
2017-08-13Remove wlr_output_state, update backendsDrew DeVault
2017-08-13wlr_backend_init -> wlr_backend_startDrew DeVault
Also renames create to init. We'll use create for anything that allocates and init for anything that takes a pointer and initializes it.
2017-08-13Merge pull request #79 from martinetd/libinput_renamingDrew DeVault
Libinput renaming