summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-07properly clean all files in 'make clean'tree-pr2Michael Stapelberg
2011-03-07When leaving fullscreen, set focus to con which was opened during fullscreen ...Michael Stapelberg
2011-03-06Bugfix: Don’t focus new cons when there is a fullscreen con (Thanks dothebart)Michael Stapelberg
2011-03-06Bugfix: Fix crash with transient dock clients caused by 7154fecbbMichael Stapelberg
2011-03-06remove left-over xcb_aux_sync (debugging code)Michael Stapelberg
2011-03-06x: remove XCB_EVENT_MASK_ENTER_WINDOW from child event mask, already handled ...Michael Stapelberg
2011-03-06rendering: bugfix: stack child windows of stacked/tabbed cons according to th...Michael Stapelberg
2011-03-06x: disable all events while re-stacking windows, prevents unwanted EnterNotifysMichael Stapelberg
2011-03-06Bugfix: use tree_render() instead of x_push_changes() to re-render and update...Michael Stapelberg
2011-03-06Implement the popup_during_fullscreen option, set default to leave_fullscreenMichael Stapelberg
2011-03-06Obey minimum size when resizing floating windowsMichael Stapelberg
2011-03-06Bugfix: also stop searching for resize cons when reaching a floatingcon (Than...Michael Stapelberg
2011-03-06Use the combined geometry of children when setting a split container to float...Michael Stapelberg
2011-03-06Bugfix: don’t focus dock clients with new click handling code (Thanks mseed)Michael Stapelberg
2011-03-05document the different cases for click handlingMichael Stapelberg
2011-03-05refactor the click handling completelyMichael Stapelberg
2011-03-04Bugfix: Focus workspace after closing one of multiple dock clients (+testcase...Michael Stapelberg
2011-03-03Re-implement focus follows mouse for outputsMichael Stapelberg
2011-03-03Use the original geometry for floating windowsMichael Stapelberg
2011-03-03Don’t create floating containers from whole workspaces when they are empty ...Michael Stapelberg
2011-03-03Bugfix: 'level up' needs to stop at the workspace con + testcase (Thanks mseed)Michael Stapelberg
2011-03-03fix invalid memory access in xcb_reply_contains_atom (Thanks ys)Michael Stapelberg
2011-03-03Bugfix: don’t focus the dockarea when closing a dock clientMichael Stapelberg
2011-03-03Bugfix: don’t focus dock clients (Thanks mseed, mist)Michael Stapelberg
2011-02-28Bugfix: Correctly fix the percent values for resizing when making a floating ...Michael Stapelberg
2011-02-28Fix regression: Don’t add floating nodes twice when restoring layout (+test...Michael Stapelberg
2011-02-28Bugfix: Re-attach floating cons to the right container (Thanks mseed)Michael Stapelberg
2011-02-28Don't leak this descriptor (thanks dothebart).Fernando Tarlá Cardoso Lemos
2011-02-28Some assertions to make the static analyzer happy.Fernando Tarlá Cardoso Lemos
2011-02-28Very minor issues found with statical analysis.Fernando Tarlá Cardoso Lemos
2011-02-21add proof-of-concept perl script to render the tree to SVGMichael Stapelberg
2011-02-21tests: extend t/10-dock.t for top/bottom positioned dock clients by position/...Michael Stapelberg
2011-02-21Implement support for top/bottom dock clients (according to _NET_WM_STRUT_PAR...Michael Stapelberg
2011-02-21tests: add test for dock client + restartMichael Stapelberg
2011-02-21tests: fix t/16-nestedcons.tMichael Stapelberg
2011-02-21Bugfix: restore the original width/height with X11 border when restarting (Th...Michael Stapelberg
2011-02-21Fix dock client handling for inplace restartsMichael Stapelberg
2011-02-21bugfix: fix clicking on dock clients (Thanks mseed)Michael Stapelberg
2011-02-21refactor some places to use output_get_content()Michael Stapelberg
2011-02-21Bugfix: fix disabling RandR outputsMichael Stapelberg
2011-02-21Place dock clients on the output corresponding to their geometry requestMichael Stapelberg
2011-02-21Bugfix: Correctly open workspaces on additional outputsMichael Stapelberg
2011-02-21Bugfix: in get_workspaces, only consider the CT_CON, not the CT_DOCKAREAs (Th...Michael Stapelberg
2011-02-21Fix fullscreen mode with dock clientsMichael Stapelberg
2011-02-21tests: extend t/10-dock.t to make use of the treeMichael Stapelberg
2011-02-21bugfix: dock clients cannot be floatingMichael Stapelberg
2011-02-20tests: don’t skip t/10-dock.t, make it work againMichael Stapelberg
2011-02-20Implement dock mode, update testsuiteMichael Stapelberg
2011-02-20Support pkg-config if the modules are available.Fernando Tarlá Cardoso Lemos
2011-02-20also change the cursor keys to the new move syntaxMichael Stapelberg