]> git.sur5r.net Git - i3/i3/history - src/click.c
refactor handlers.{c,h}: declare the handlers static, remove unnecessary parameters
[i3/i3] / src / click.c
2011-03-20 Michael Stapelbergrefactor handlers.{c,h}: declare the handlers static...
2011-03-06 Michael StapelbergBugfix: also stop searching for resize cons when reachi...
2011-03-06 Michael StapelbergBugfix: don’t focus dock clients with new click handlin...
2011-03-05 Michael Stapelbergrefactor the click handling completely
2011-03-03 Michael StapelbergBugfix: don’t focus dock clients (Thanks mseed, mist)
2011-01-30 Fernando Tarlá Car... Fix the choice of the right containers for resizing.
2011-01-27 Michael Stapelbergbugfix: resizing problem when resizing vertically on...
2010-12-31 Michael StapelbergFix dragging floating containers / click handling
2010-12-28 Michael StapelbergFix resize handling on click on borders (did not correc...
2010-11-29 Fernando Tarlá Car... Fix click to focus.
2010-11-29 Michael StapelbergImplement resizing (still buggy)
2010-11-26 Michael StapelbergImplement click on stack/tab decoration to focus
2010-11-26 Michael Stapelbergre-indent click function
2010-06-28 Michael Stapelbergre-implement click to focus
2010-06-28 Michael Stapelbergfloating: re-implement floating_modifier + left/right...
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).
2010-03-25 Michael StapelbergBugfix: Correctly check bitmask for floating_modifier
2010-03-13 Axel WagnerImplement proportional floating-resize.
2010-03-02 Michael Stapelberghuge change: implement RandR instead of Xinerama
2010-01-01 Michael StapelbergBugfix: Containers could lose their snap state (Thanks...
2009-12-19 Michael StapelbergTouch each log message and classify it as DLOG (debug...
2009-11-13 Michael StapelbergBugfix: Correctly replay pointer if the click handler...
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