Commit Graph

30 Commits

Author SHA1 Message Date
dcoppa
7f6b30648e Fix i3bar when using multiple displays
(upstream git commit 8b4ad8c6bdc73d8950b9ac67316811377acbf7b3)

Fix cfgparse: leave EAT_WHITESPACE and BINDSYM_COND states on EOL
(upstream git commit 1f6fbaf240351a3559f25bc47286c47b29c1047f)

Fix restart with for_window floating configuration
(upstream git commit afed6da0e5f555003ace074bf627c9a7e1c14106)
2012-03-23 08:43:54 +00:00
dcoppa
c74130518f We have getline(3) now. 2012-03-22 09:53:50 +00:00
dcoppa
5e23fa0217 Update to i3-4.1.2 2012-02-21 14:05:39 +00:00
dcoppa
2d82895f79 Bugfix: setup the _NET_SUPPORTING_WM_CHECK atom in a standards-compliant
way. This makes chrome (and probably other apps, too) receive changes
of the _NET_ACTIVE_WINDOW and thus show its bookmark dialog properly
(upstream git commit 4f26d6f2a1a0efb7fa15999f9cc00d8673220e97)

Bugfix: only ignore EnterNotify events after UnmapNotifies from
managed windows. This fixes some focus follows mouse problems
(upstream git commit 47fd15649ad63f3becef8870276e51c6214300fc)

Bugfix: force a new sequence number after UnmapNotify. This fixes
the problem where legitimate EnterNotify arrived with the same
sequence as the UnmapNotify and was ignored
(upstream git commit 7a4d8ed6ed67c4d0d958458f58e4db1598c9cd75)

Bugfix: position floating windows exactly where their geometry
specified
(upstream git commit cb4c9b9d27a095047a5ac22ae75f6ee17475ba18)

Bugfix: fix coordinates when the rect of an output changes
(upstream git commit 077d2433a7186550ee349284b1849ec2048af69c)
2012-01-25 10:29:30 +00:00
dcoppa
1a01e7a7fb sync comment 2012-01-20 20:16:32 +00:00
dcoppa
cff065fc5f Bugfix: respect WM_HINTS.input for WM_TAKE_FOCUS clients. This fixes
problems with some Qt apps
(upstream git commit 2d14ced024416e2074b57290bf7dade7d08899e5)

Bugfix: either use SetInputFocus *or* send WM_TAKE_FOCUS, not both.
This fixes problems with Oracle/OpenJDK JRE 7.0
(upstream git commit 21a2971b2442ab0881cf79553cc6b65bbb44afa7)
2012-01-20 15:53:18 +00:00
dcoppa
c4fa8c3728 Bugfix: don't lose focus on fullscreen windows when another window
gets moved to that workspace
(upstream git commit f78caf8c5815ae7a66de9e4b734546fd740cc19d)

Bugfix: open new windows in the correct place when assignments match
(upstream git commit d4238c778a199ad88ebe8540904d98f81f110621)

Fix assignments of floating windows to (yet) unused workspaces
(upstream git commit 96c491a4885bf33802e1be883dbf5fe24bece650)
2012-01-11 13:33:48 +00:00
dcoppa
b144d8ecda Bugfixing update to i3-4.1.1 2011-12-27 09:05:17 +00:00
dcoppa
2548243e74 Add a comment about i3status 2011-12-07 09:51:26 +00:00
dcoppa
9db4a18991 Major update to i3-4.1 2011-12-01 16:00:01 +00:00
dcoppa
71c6e11302 Update to i3-4.0.2 (plus patches from upstream git).
i3bar is now part of i3 itself and i3-wsbar is gone.
2011-11-06 20:23:24 +00:00
dcoppa
ae21425878 Ops. USE_GROFF no more needed. 2011-05-09 11:33:35 +00:00
dcoppa
6eee220a6d Update to i3-3.e-bf3 (i3-3.5.3) 2011-05-09 11:03:40 +00:00
dcoppa
50f2ddcf0f - New HOMEPAGE
- Fix a pasto in the floating_resize_window function
  (from upstream git)
2011-05-06 14:14:31 +00:00
dcoppa
58e56a137f libyajl-2.0 compatibility fixes (API got changed)
OK landry@
2011-05-05 12:19:36 +00:00
dcoppa
ef75e7135c Fix unaligned memory access on sparc.
Patch already committed upstream
2011-04-29 09:18:53 +00:00
dcoppa
b07640a4d2 Fix problems with Java apps (backported from upstream git) 2011-04-07 08:58:10 +00:00
dcoppa
d8265bb180 Update to i3-3.e-bf2 (aka i3-3.5.2) 2011-03-14 12:55:18 +00:00
dcoppa
3e8607d57b Bump after p5-AnyEvent-I3 update 2011-01-11 14:17:17 +00:00
dcoppa
67e1ed147a Various bugfixes for fullscreen windows, xcb, xinerama, and configfile
parsing.
All from upstream git.
2011-01-05 12:45:04 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
dcoppa
35c222ff4a Bump after libev update.
While here, add two patches from upstream:

"Don't setup event handler when RandR base event is not set"
"Properly call init_workspaces() when RandR is known but not present"

I've found that they are needed (the hard way) when tried to run i3
under Xnest.
2010-11-18 12:20:54 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
8e072131b6 USE_GROFF=Yes 2010-10-19 08:13:56 +00:00
dcoppa
2b72bc6e2f Update to i3-3.5.1
resolve_tilde() function by Christopher Zimmermann
(madroach AT zakweb DOT de): thanks!

OK landry@
2010-09-14 08:54:18 +00:00
ajacoutot
127208401d First pass at new REVISION/DEPENDS... not finished yet. 2010-07-30 06:58:57 +00:00
ajacoutot
ab3295d647 We have strlen(3) and strndup(3) now.
Set NO_REGRESS while here.
2010-06-28 22:51:25 +00:00
naddy
5d69c1fefc force pointer interpretation for final argument to execl() 2009-09-14 17:19:29 +00:00
bernd
5d3ac3f26c Fix manpage install mode. No bump, didn't build for me.
Error: weird mode for /usr/local/man/man1/i3.1: 4444
2009-09-02 20:05:34 +00:00
landry
620da9e954 Import (really, this time) i3 3.c, from MAINTAINER Baptiste Daroussin,
with tweaks by me.

i3 is an improved dynamic, tiling window manager.

note: It is still young, so some debug options are still enable by
default, and it's a bit verbose.

ok ajacoutot@
2009-09-02 19:26:17 +00:00