91aeed0442Resolve documentation FIXMEs, remove an unnecessary struct
Michael Stapelberg
2009-06-29 22:15:37 +0200
58cbce0380updated doxygen docu, added FIXMEs, fixed headers to 80chars width.
Lars Hartmann
2009-06-29 21:54:51 +0200
8b72c8eb31debian: Don’t depend on the exact revision of asciidoc
Michael Stapelberg
2009-06-29 13:43:14 +0200
f28d20f875slides: expandtab/retab, fix typos, fix example code
Michael Stapelberg
2009-06-29 00:35:03 +0200
0305c1dc0eBugfix: Use ->workspace instead of ->container
Michael Stapelberg
2009-06-28 01:58:00 +0200
acf1eb0c92Don’t allow floating clients to reconfigure themselves when in fullscreen (Thanks Volker)
Michael Stapelberg
2009-06-28 01:52:06 +0200
2db28631c8Add slides of the GPN8 talk
Michael Stapelberg
2009-06-27 18:57:34 +0200
eae0b18dbdUse better error messages for s* (Thanks Curtis)
Michael Stapelberg
2009-06-27 10:54:34 +0200
0d30710184website: add userguide
Michael Stapelberg
2009-06-26 13:49:18 +0200
22c940b0eewebsite: add download of 3.β
Michael Stapelberg
2009-06-26 13:33:00 +0200
28c4b045d6Merge branch 'next' (3.β is stable now)
Michael Stapelberg
2009-06-26 13:27:06 +0200
aaccc0e62cBugfix: Correctly check coordinates for resizing floating windows (Thanks Mirko)
Michael Stapelberg
2009-06-26 12:14:20 +0200
a1c26fa72fdebian: update changelog
Michael Stapelberg
2009-06-26 04:42:58 +0200
dd053c254bBugfix: When a window is fullscreen, put new windows after that one in focus stack (Thanks Volker)
Michael Stapelberg
2009-06-26 04:39:59 +0200
ab48d714cfBugfix: Don’t lose focus when putting windows into floating
Michael Stapelberg
2009-06-26 04:34:36 +0200
319f6d669fmanpage: document killing of windows better (Thanks Moredread)
Michael Stapelberg
2009-06-26 04:25:51 +0200
8f87c212beBugfix: When moving, first check boundaries, then check for col-/rowspan (Thanks Mirko)
Michael Stapelberg
2009-06-26 04:21:30 +0200
27a418f454Bugfix: Correctly remove fullscreen floating clients when unmapping (Thanks Volker)
Michael Stapelberg
2009-06-26 04:15:21 +0200
c2f01fdd84manpage: Document setting background color (Thanks Moredread)
Michael Stapelberg
2009-06-25 22:40:13 +0200
8659419ef6Bugfix: Correctly handle moving fullscreen client onto another screen (Thanks dirkson)
Michael Stapelberg
2009-06-25 13:46:47 +0200
aa2f20ce26Bugfix: Correctly handle floating windows when unmapping, fix focus bug when moving
Michael Stapelberg
2009-06-25 13:31:58 +0200
b16ab02cc7Bugfix: Correctly initialize screens when Xinerama is disabled (Thanks Moredread)
Michael Stapelberg
2009-06-24 23:50:04 +0200
c662b33e47debian: add recommendation for i3status
Michael Stapelberg
2009-06-24 21:25:53 +0200
d1592a06a7debian: include docs/*.png in /usr/share/docs/i3-wm
Michael Stapelberg
2009-06-24 21:21:35 +0200
777eedf0f4Bugfix: Fix selecting col-/rowspanned containers
Michael Stapelberg
2009-06-24 21:10:12 +0200
1ac3ef431chacking-howto: document resizing, add links to git documentation
Michael Stapelberg
2009-06-24 20:50:21 +0200
62c8d58d82Implement the configuration option floating_modifier and document it
Michael Stapelberg
2009-06-24 20:31:00 +0200
9a931079fddebugging: Recommend "backtrace full"
Michael Stapelberg
2009-06-24 20:14:41 +0200
44fe2e9cf2userguide: Explain containers (Thanks dirkson)
Michael Stapelberg
2009-06-24 19:49:07 +0200
675d28dd54Bugfix: Check screen for NULL, free client memory correctly (Thanks dirkson)
Michael Stapelberg
2009-06-24 19:22:09 +0200
61b1279f67Bugfix: Don’t invalidate container pointer and access it when unmapping
Michael Stapelberg
2009-06-24 19:05:33 +0200
7773a3e5ddEnsure a minimum size of 25px when resizing windows
Michael Stapelberg
2009-06-24 18:31:43 +0200
607b1d071eUse drag_pointer from floating.c for the resize handler
Michael Stapelberg
2009-06-24 17:40:34 +0200
07bebdf841Correctly re-assign floating clients to the destination workspace when moving
Michael Stapelberg
2009-06-24 17:12:12 +0200
7ed967c96fEnsure that the focus is set correctly when moving floating clients
Michael Stapelberg
2009-06-24 00:35:05 +0200
125faef1f4Correctly move floating clients to other workspaces on visible screens
Michael Stapelberg
2009-06-24 00:34:03 +0200
0aed552baeBugfix: Remove/add floating clients to workspace->floating_clients when moving to other workspaces
Michael Stapelberg
2009-06-23 23:17:06 +0200
81e9d8282aBugfix: load current_col/current_row from workspace when setting focus (Thanks Mirko)
Michael Stapelberg
2009-06-23 23:10:04 +0200
4f31709b1dfloating: enforce minimum size of 50x20 when resizing (Thanks Mirko)
Michael Stapelberg
2009-06-23 22:42:54 +0200
183b6d8942debian: change Priority to extra (makes more sense, plus necessary because xcb is in extra)
Michael Stapelberg
2009-06-21 17:05:23 +0200
cba36914a8Implement selecting the next tiling/floating window (using "focus")
Michael Stapelberg
2009-06-21 16:14:15 +0200
dc548fb797website: i3status: add links to 1.2
Michael Stapelberg
2009-06-21 14:19:25 +0200
a5489d6546Use a nested event loop which polls and saves motion notify events for later
Michael Stapelberg
2009-06-21 13:44:44 +0200
626e6b2b6fBugfix: yuck! FREE() used a wrong check, effectively never free()ing memory
Michael Stapelberg
2009-06-21 13:44:14 +0200
8140619d5bImplement reconfiguration of floating clients
Michael Stapelberg
2009-06-21 13:29:48 +0200
0e8b3c3401Bugfix: floating: open windows with correct width/height
Michael Stapelberg
2009-06-21 13:18:54 +0200
2751eedae5Bugfix: Floating: open windows at their requested position
Michael Stapelberg
2009-06-21 13:12:42 +0200
6ca9210335Bugfix: Properly integrate libxcb’s event loop into libev.
Michael Stapelberg
2009-06-21 13:05:54 +0200
ce97e23913Remove getting colorpixels from the X server, saves code and round-trips. Requires truecolor displays.
Michael Stapelberg
2009-06-20 18:05:24 +0200
83d3146b65Bugfix: Correctly raise the currently focused client when going into stack mode
Michael Stapelberg
2009-06-20 00:31:57 +0200
8e19f8dabffloating: Don’t let clients become hidden under stack windows or fulscreen clients (Thanks Mirko)
Michael Stapelberg
2009-06-19 23:18:43 +0200
5c0496a3efBugfix: Make sure floating clients are alwalys above tiling clients (Thanks Mirko)
Michael Stapelberg
2009-06-19 22:57:19 +0200
589a73c8eaBugfix: Correctly check for floating mode in the buttonpress handler (Thanks Mirko)
Michael Stapelberg
2009-06-19 22:48:18 +0200
ba070fcc6cBugfix: Obey colspan/rowspan when checking if containers can be snapped to the right/bottom (Thanks Mirko)
Michael Stapelberg
2009-06-19 22:39:03 +0200
93ff4159c1Bugfix: Obey colspan/rowspan when checking if containers can be snapped to the right/bottom (Thanks Mirko)
Michael Stapelberg
2009-06-19 22:39:03 +0200
325d1b301fImplement the special workspace ~ for assignments, which will set clients floating automatically
Michael Stapelberg
2009-06-19 20:20:00 +0200
bcd479ca92floating: nested functions make the callbacks a lot more easier & beautiful
Michael Stapelberg
2009-06-19 19:43:01 +0200
89c0caaec4Implement a command for hiding all floating windows (and showing them again)
Michael Stapelberg
2009-06-19 13:59:29 +0200
5c48444b4eImplement the possibility to set a workspace open clients automatically in floating mode
Michael Stapelberg
2009-06-19 13:20:10 +0200
4135aaad7cImplement moving of floating clients
Michael Stapelberg
2009-06-19 12:57:21 +0200