]> git.sur5r.net Git - i3/i3/history - src/click.c
use I3__FILE__ for DLOG, leave __FILE__ as is
[i3/i3] / src / click.c
2012-08-12 Michael Stapelberguse I3__FILE__ for DLOG, leave __FILE__ as is
2012-08-07 Michael Stapelbergexplicitly set filenames to $(basename __FILE__)
2012-08-04 Michael StapelbergMerge branch 'master' into next
2012-08-04 Michael StapelbergIntroduce splith/splitv layouts, remove orientation
2012-04-22 Michael StapelbergMerge branch 'master' into next
2012-04-08 Michael StapelbergOnly resize when the left/right mouse button is used...
2012-04-08 Michael StapelbergPrevent changing focus outside a container when scrolli...
2012-04-07 Michael StapelbergForce WM_TAKE_FOCUS event to be sent when clicking
2012-04-07 Michael StapelbergMerge branch 'fix-eclipse-focus'
2012-04-07 Michael StapelbergForce WM_TAKE_FOCUS event to be sent when clicking
2012-02-15 Michael StapelbergMerge branch 'master' into next
2012-02-15 Michael StapelbergMerge branch 'fix-i3bar-highlight'
2012-02-15 Simon KämpeHighlight i3bar ws when changing output w/ mouse.
2011-12-17 Michael StapelbergMerge branch 'master' into next
2011-12-17 Michael StapelbergMerge branch 'fix-floatingmod-deco'
2011-12-17 Michael StapelbergBugfix: Make resizing work when pressing floating_modif...
2011-12-17 Michael StapelbergMerge branch 'master' into next
2011-12-17 Michael StapelbergMerge branch 'fix-mod-resizing'
2011-12-17 Michael StapelbergBugfix: Make resizing of tiling windows with floating_m...
2011-11-29 Michael StapelbergMerge branch 'master' into next
2011-11-29 Michael StapelbergMerge branch 'fix-resize'
2011-11-29 Michael StapelbergBugfix: Fix resizing for (e.g.) v-split containers...
2011-11-11 Michael StapelbergMerge branch 'next'
2011-11-11 Michael StapelbergBugfix: Only go to the parent container in resizing...
2011-11-10 Michael StapelbergBugfix: Fix tabbed container resizing check (Thanks...
2011-11-10 Michael Stapelbergmark parameters const
2011-10-27 Michael StapelbergBugfix: Don’t invoke resizing when clicking on the...
2011-10-22 Michael Stapelbergnormalize modelines/headers across src/*.c
2011-10-10 Michael StapelbergMerge branch 'startup-notification' into next
2011-10-10 Michael Stapelbergsave the last timestamp received by X11 in last_timestamp
2011-09-22 Michael StapelbergMerge branch 'master' into next
2011-09-22 Michael StapelbergMerge branch 'fix-dragging-fullscreen'
2011-09-22 Yves FischerSkip dragging of floating cons in fullscreen mode
2011-08-01 Michael StapelbergMerge i3bar into next
2011-07-31 Michael StapelbergMerge branch 'next'
2011-07-31 Michael StapelbergMerge branch 'tree' into next
2011-07-23 Michael StapelbergBugfix: Correctly resize when clicking on the border...
2011-05-13 Michael StapelbergCorrectly re-implement scrolling on window decorations
2011-03-20 Michael Stapelbergrefactor handlers.{c,h}: declare the handlers static...
2011-03-18 Michael StapelbergMake i3 compatible with the very latest xcb
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-09-24 Stefan Schneider... Opera flash plugin no longer prevents in-page focus...
2010-09-24 Stefan Schneider... Opera flash plugin no longer prevents in-page focus...
2010-07-31 Michael StapelbergBugfix: Replay unhandled pointer events (Thanks Marcus)
2010-07-31 Michael StapelbergBugfix: Replay unhandled pointer events (Thanks Marcus)
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-30 Michael StapelbergMerge branch 'next'
2010-03-27 Michael StapelbergBugfix: Correctly ignore clicks when client is in fulls...
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...
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-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