Go to file
Michael Stapelberg c5da7bd266 Bugfix: Fix resizing of floating windows in borderless/1-px-border mode (Thanks Grauwolf)
Calculations were wrong (they simply didn’t take into account that
there is more than one border style, the code was from before we
implemented that…). We cannot directly set child_rect to the coordinates
as resize_client takes rect and calculates the child_rect, so we need
the new lines of code for this bugfix in any case (rect needs to be
updated).
2009-11-18 22:53:17 +01:00
debian debian: Add flex/bison to build-deps 2009-11-09 22:44:40 +01:00
docs Remove the terminal option from config. 2009-11-13 20:36:59 +01:00
i3-input Fix compilation warning 2009-11-06 15:43:46 +01:00
i3-msg i3-msg: Fix compilation warning (Thanks mxf) 2009-08-05 14:38:55 +02:00
include Disable XKB instead of quitting with an error (Thanks sur5r) 2009-11-13 00:30:42 +01:00
man Makefile: Use POSIX-compliant method to delete multiple files (for-loop) 2009-11-10 14:37:51 +01:00
src Bugfix: Fix resizing of floating windows in borderless/1-px-border mode (Thanks Grauwolf) 2009-11-18 22:53:17 +01:00
testcases Add testcase for resizing of floating windows 2009-11-18 22:52:34 +01:00
tests Separate font stuff to font.c, beautify Makefile 2009-02-08 11:25:32 +01:00
website website: add userguide 2009-06-26 13:49:18 +02:00
.gitignore Separate font stuff to font.c, beautify Makefile 2009-02-08 11:25:32 +01:00
CMDMODE Implement selecting the next tiling/floating window (using "focus") 2009-06-21 16:14:15 +02:00
common.mk Only evaluate the $(shell) expansions once in Makefiles 2009-11-09 21:29:54 +01:00
DEPENDS Explicitly call flex and bison instead of lex and yacc (Thanks mxf) 2009-09-26 12:47:23 +02:00
GOALS Add GOALS file with anti-autotools 2009-02-09 20:56:29 +01:00
i3.config Remove the terminal option from config. 2009-11-13 20:36:59 +01:00
i3.desktop Add a .desktop-file containing xsession information for freedesktop compliant login managers 2009-04-19 22:29:04 +02:00
i3.welcome Some reformatting of the welcome message 2009-11-06 17:43:01 +01:00
LICENSE Add vim hints, copyright notice to each file, add LICENSE, retab! everything 2009-02-14 02:33:31 +01:00
logo.svg Add logo to git. Thanks to steckdenis, yellowiscool and farvardin! 2009-08-04 01:40:05 +02:00
Makefile Update regexp in make dist 2009-11-09 21:31:51 +01:00
PACKAGE-MAINTAINER Add file PACKAGE-MAINTAINERS with hints for package maintainers 2009-03-14 01:30:37 +01:00
pseudo-doc.doxygen Put documentation for each function in the header files, doxygen-compatible 2009-04-07 19:02:07 +02:00
RELEASE-NOTES-3.a-bf1 Add release notes to git, welcome 3.a-bf1 :-) 2009-05-03 17:24:07 +02:00
RELEASE-NOTES-3.b debian: update changelog 2009-06-26 04:42:58 +02:00
RELEASE-NOTES-3.c Add release notes for 3.γ 2009-08-19 14:00:49 +02:00
RELEASE-NOTES-3.d Update changelog / release-notes 2009-11-09 20:54:16 +01:00
TODO Update TODO file 2009-04-19 20:45:28 +02:00