summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-06remove i3-wsbar from 'make install', not supported at the momenttree-pr1Michael Stapelberg
2010-12-06need more escaping for the version string when replacing in makefileMichael Stapelberg
2010-11-30Fix possible rounding errors.Fernando Tarlá Cardoso Lemos
2010-11-29xinerama.c: fix indentionMichael Stapelberg
2010-11-29xcb.c: fix indentingMichael Stapelberg
2010-11-29workspace.{c,h}: remove obsolete codeMichael Stapelberg
2010-11-29log.c: fix indentingMichael Stapelberg
2010-11-29handlers.c: remove obsolete codeMichael Stapelberg
2010-11-29floating.c: remove obsolete code, fix indentingMichael Stapelberg
2010-11-29Fix click to focus.Fernando Tarlá Cardoso Lemos
2010-11-29Bugfix: Don’t attach floating clients to 'nodes' when restoring (Thanks Eel...Michael Stapelberg
2010-11-29Bugfix: Correctly attach floating Cons to a different workspace, extend testcaseMichael Stapelberg
2010-11-29tests: use cmd() in t/32-move-workspace.tMichael Stapelberg
2010-11-29Bugfix: Fix crash when moving a floating Con to a different workspace, add te...Michael Stapelberg
2010-11-29Bugfix: Transfer 'percent' factor when splitting, add testcase for resizingMichael Stapelberg
2010-11-29tests: add cmd() function for typing less to get i3 to run a commandMichael Stapelberg
2010-11-29Include 'percent' in tree JSON, use C-locale when dumping, update testcaseMichael Stapelberg
2010-11-29Implement resizing (still buggy)Michael Stapelberg
2010-11-28use con_num_children()Michael Stapelberg
2010-11-28tests: mark t/10-dock.t as TODO, dock clients not implemented yet (makes all ...Michael Stapelberg
2010-11-28Bugfix: Use separate child_mapped instead of checking state->initial (makes t...Michael Stapelberg
2010-11-28Correctly update the _NET_WM_STATE hint when *not* going into fullscreen (whe...Michael Stapelberg
2010-11-28tests: fix t/30-close-empty-split.t by properly creating a split conMichael Stapelberg
2010-11-28tests: fix t/31-stacking-order.t: don’t get focus on workspace level, use g...Michael Stapelberg
2010-11-28tests: fix t/29-focus-after-close.t to correctly open a split containerMichael Stapelberg
2010-11-28tests: fix t/27-regress-floating-parent.t (focus the other tiling client expl...Michael Stapelberg
2010-11-28Bugfix: don’t update focus when moving mouse over stacked/tabbed decoration...Michael Stapelberg
2010-11-28Bugfix: Add deco_height to bsr.y (to configure the floatingcon correctly). Fi...Michael Stapelberg
2010-11-28tests: update t/04-floating.t for new border stylesMichael Stapelberg
2010-11-28update .gitignoreMichael Stapelberg
2010-11-28Bugfix for the last commit (broke some moving situations), update testcaseMichael Stapelberg
2010-11-28look & feel: when moving, descend if the container in target direction is a s...Michael Stapelberg
2010-11-28Bugfix: Fix focus when moving ConsMichael Stapelberg
2010-11-28tests: update t/16-nestedcons.t with new window_rect parameterMichael Stapelberg
2010-11-28Also store/load window_rect when restartingMichael Stapelberg
2010-11-28Bugfix: Only set to_focus when focused is actually 1Michael Stapelberg
2010-11-28look and feel: when moving a Con is not possible, split a workspace levelMichael Stapelberg
2010-11-28Correctly restore focus when restarting (Thanks fernandotcl)Michael Stapelberg
2010-11-28update indenting of src/util.cMichael Stapelberg
2010-11-28re-enable ipc_shutdown() when restartingMichael Stapelberg
2010-11-28Bugfix: Use setsid() to avoid SIGINT for child processesMichael Stapelberg
2010-11-28Upon ConfigureRequests, send a generated ConfigureNotify (Thanks fernandotcl)Michael Stapelberg
2010-11-28remove space for flex's -P flagBlekos EelVex Kostas
2010-11-28little style fixes, add vim modelineMichael Stapelberg
2010-11-28libXcursor support (themed cursors).Fernando Tarlá Cardoso Lemos
2010-11-28Bugfix: Re-attach windows in correct order when switching layout (Thanks fern...Michael Stapelberg
2010-11-28Bugfix: Restore focus after changing layout (Thanks fernandotcl)Michael Stapelberg
2010-11-28fix third argument to strncat(), use smalloc(), use strlen(".old")+1Michael Stapelberg
2010-11-28Make the restart path configurable.Fernando Tarlá Cardoso Lemos
2010-11-28Fix switching containers by moving the mouse over their decorations when in t...Michael Stapelberg