Age | Commit message (Expand) | Author |
2018-05-21 | Don't track damage for views on inactive tabs | Ryan Dwyer |
2018-05-21 | Add assertion in container_at_view | Ryan Dwyer |
2018-05-21 | Implement tabbed layout | Ryan Dwyer |
2018-05-21 | Fix hide_edge_borders constraints | Ryan Dwyer |
2018-05-19 | Rebuild textures if needed when moving a container | Ryan Dwyer |
2018-05-17 | Fix many border opacity issues | Ryan Dwyer |
2018-05-17 | Destroy marks textures when view destroyed | Ryan Dwyer |
2018-05-17 | Set textures to null when destroying | Ryan Dwyer |
2018-05-17 | Don't show marks which start with an underscore | Ryan Dwyer |
2018-05-17 | Implement show_marks | Ryan Dwyer |
2018-05-16 | Don't steal focus when a view changes its title | Ryan Dwyer |
2018-05-15 | Implement marks | Ryan Dwyer |
2018-05-14 | Merge branch 'master' into fix-1975 | Brian Ashworth |
2018-05-14 | Kill wl_shell | emersion |
2018-05-14 | Fix y and height for a hidden top normal border | Brian Ashworth |
2018-05-14 | Merge branch 'master' into fix-1975 | Brian Ashworth |
2018-05-14 | Fix titles and detect edges for hide_edge_borders | Brian Ashworth |
2018-05-14 | Fix crash when launching programs from dmenu | Ryan Dwyer |
2018-05-14 | Revert "Revert "Merge pull request #1953 from RyanDwyer/criteria-focused"" | Ryan Dwyer |
2018-05-14 | Revert "Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements"" | Ryan Dwyer |
2018-05-13 | Merge pull request #1970 from emersion/xdg-shell-stable | Drew DeVault |
2018-05-13 | Add xdg-shell stable support | emersion |
2018-05-13 | Fix crash when using pango markup font | Heghedus Razvan |
2018-05-12 | Fix recursion when counting descendants of a type | Brian Ashworth |
2018-05-12 | Only count views for hide_edge_borders smart | Brian Ashworth |
2018-05-12 | Merge branch 'master' into edge-borders | Brian Ashworth |
2018-05-12 | Count descendant views for hide_edge_borders smart | Brian Ashworth |
2018-05-12 | Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements" | Drew DeVault |
2018-05-12 | Revert "Merge pull request #1953 from RyanDwyer/criteria-focused" | Drew DeVault |
2018-05-12 | Merge branch 'master' into fix-crash-on-fullscreen | Ryan Dwyer |
2018-05-12 | Implement __focused__ criteria | Ryan Dwyer |
2018-05-11 | Implement hide_edge_borders | Brian Ashworth |
2018-05-11 | fix crash on fullscreen toggle | Dudemanguy911 |
2018-05-11 | Overhaul criteria implementation | Ryan Dwyer |
2018-05-10 | Damage container when updating title | emersion |
2018-05-10 | Damage borders when damaging view | emersion |
2018-05-06 | Implement pango support | Ryan Dwyer |
2018-05-05 | Add extra check for view title being NULL | Ryan Dwyer |
2018-05-05 | Move code for re-arranging after font height change into a common place | Ryan Dwyer |
2018-05-05 | Refactor parse_title_format() | Ryan Dwyer |
2018-05-05 | Implement title_format | Ryan Dwyer |
2018-05-05 | Use scissor to render title texture | Ryan Dwyer |
2018-05-04 | Check for NULL in container_update_title | Alex Xu (Hello71) |
2018-05-03 | Fix title texture width | Ryan Dwyer |
2018-05-03 | Convert border_colors.text to float[4] | Drew DeVault |
2018-05-03 | Fix anti-aliasing | Drew DeVault |
2018-05-03 | Fix potential segfault when setting container title | Ryan Dwyer |
2018-05-03 | Calculate config->font_height based on existing container titles | Ryan Dwyer |
2018-05-03 | Render titles | Ryan Dwyer |
2018-05-02 | Fixed #1888 GCC cannot compile due to uninitialized variables (#1889) | Dillen Meijboom |