..
i3
Feature: implement GET_MARKS
2011-08-09 08:04:33 +02:00
all.h
Implement support for PCRE regular expressions for all criteria (for_window, commands, assignments)
2011-09-10 23:53:11 +01:00
assignments.h
Implement assignments for (named) workspaces, with '~' compatibility (floating)
2011-05-23 18:41:17 +02:00
atoms.xmacro
Implement the I3_SYNC client protocol
2011-09-22 23:13:12 +01:00
click.h
refactor handlers.{c,h}: declare the handlers static, remove unnecessary parameters
2011-03-20 16:53:12 +01:00
cmdparse.h
ipc/parser: commands can now return custom JSON replies
2010-07-17 15:15:37 +02:00
con.h
Bugfix: Don’t fix floating coordinates when reassigning (fixes flickering)
2011-09-14 22:58:51 +01:00
config.h
Add force_xinerama configuration option
2011-09-19 23:10:38 +01:00
data.h
Implement the window_role criterion (checks WM_WINDOW_ROLE)
2011-09-18 16:05:10 +01:00
debug.h
Add vim hints, copyright notice to each file, add LICENSE, retab! everything
2009-02-14 02:33:31 +01:00
ewmh.h
Bugfix: Correctly set the _NET_CLIENT_LIST_STACKING hint (fixes chromium tabbar)
2011-08-03 20:07:03 +02:00
floating.h
Bugfix: Check if a floating window’s coordinates are within a different workspace when managing (Thanks Merovius)
2011-04-18 19:28:03 +02:00
handlers.h
Ignore X11 errors caused by ReparentWindow / ChangeProperty on already destroyed windows
2011-07-10 23:44:13 +02:00
i3.h
Bugfix: use the global root variable, don’t get the first one (Thanks quaec)
2011-07-23 22:29:01 +02:00
ipc.h
Set the I3_SOCKET_PATH atom to the expanded path.
2011-03-21 23:46:03 +01:00
load_layout.h
first step of the big refactoring ("tree" branch).
2010-04-13 13:17:39 +02:00
log.h
add i3-nagbar. tells you about config file errors (for example)
2011-07-10 14:33:19 +02:00
manage.h
Make i3 compatible with the very latest xcb
2011-03-18 14:39:27 +01:00
match.h
Bugfix: Correctly free old assignments when reloading
2011-09-11 23:41:46 +01:00
move.h
refactor tree_move() into src/move.c, change config (!), change testcase
2011-02-14 23:05:20 +01:00
output.h
Bugfix: fix disabling RandR outputs
2011-02-21 01:43:39 +01:00
queue.h
implement TAILQ_SWAP (only for consecutive elements, order relevant) and use it
2011-02-15 02:21:23 +01:00
randr.h
Implement switching focus across screens.
2011-08-07 14:33:07 +02:00
regex.h
Bugfix: Correctly free old assignments when reloading
2011-09-11 23:41:46 +01:00
render.h
Bugfix: Don’t draw borders for fullscreen windows
2010-11-21 17:00:10 +01:00
resize.h
Implement resizing (still buggy)
2010-11-29 10:56:16 +01:00
sd-daemon.h
implement "socket activation": passing IPC sockets to i3
2011-08-10 15:55:27 +02:00
sighandler.h
Retab sighandler.c
2010-12-31 19:36:32 +01:00
tree.h
Bugfix: Correctly revert focus to other floating windows when closing a floating window
2011-09-22 20:10:51 +01:00
util.h
Modify workspace next/prev to account for workspaces on all outputs.
2011-08-04 00:12:09 +02:00
window.h
Implement the window_role criterion (checks WM_WINDOW_ROLE)
2011-09-18 16:05:10 +01:00
workspace.h
Implement 'workspace next/prev' (+test)
2011-06-10 16:03:59 +02:00
x.h
Only warp pointer once during x_push_changes()
2011-08-17 12:12:40 +02:00
xcb.h
Send the correct X11 border_width in faked ConfigureNotifys
2011-09-17 14:11:55 +01:00
xcb_compat.h
xcb: use predefined XCB_ATOM_ atoms, don’t request them
2011-08-17 01:41:19 +02:00
xcursor.h
remove unnecessary 'extern' keyword from function prototypes in include/xcursor.h
2011-07-29 13:16:26 +02:00
xinerama.h
first step of the big refactoring ("tree" branch).
2010-04-13 13:17:39 +02:00