]> git.sur5r.net Git - i3/i3/history - src/click.c
Fix clang -Wextra except -Wunused-parameter.
[i3/i3] / src / click.c
2009-11-13 Michael StapelbergBugfix: Correctly replay pointer if the click handler...
2009-11-09 Michael StapelbergMerge branch 'next'
2009-11-02 Michael StapelbergFix compilation warning
2009-10-28 Michael StapelbergBugfix: Prevent a division through zero (Thanks xeen)
2009-10-13 Michael StapelbergBugfix: Don’t allow moving/resizing of fullscreen windo...
2009-09-29 Michael StapelbergRefactor workspaces to be stored in a TAILQ instead...
2009-09-27 Michael StapelbergMake number of workspaces dynamic (no longer limited...
2009-09-22 Michael StapelbergImplement stack-limit for further defining how stack...
2009-09-22 Michael StapelbergMove handler for clicking to its own file