aboutsummaryrefslogtreecommitdiff
path: root/include/all.h
AgeCommit message (Expand)Author
2022-11-01move gaps-specific logic out of con.c and render.c into gaps.cMichael Stapelberg
2022-07-28Allow dragging tiled windows with the mouse. (#3085)Orestis Floros
2020-12-30Remove unused header file and references to itAnaël Beutot
2020-04-20Remove some includes from all.hOrestis Floros
2019-10-03Move drag_pointer() to its own source fileAlbert Safin
2018-03-30move i3 sync code into sync_respond (for following commits)Michael Stapelberg
2017-09-30Fix compilation warnings on all Debian architectures. (#3007)Michael Stapelberg
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-10-23rename config.h to configuration.hMichael Stapelberg
2016-09-24Remove compatibility definitions for xcb-util < 0.3.8 (#2473)Michael Stapelberg
2015-04-20Update copyright notices and get rid of rangesDeiz
2014-01-28Abstract binding configuration to bindings.[ch]Tony Crisci
2013-12-22dragging: instead of using a custom event loop, use libevMichael Stapelberg
2013-12-22layout restore: create and render placeholder windowsMichael Stapelberg
2012-10-08use the new parser by defaultMichael Stapelberg
2012-10-08add first bits of a (custom) config parserMichael Stapelberg
2012-09-21don’t use reversed identifiers for include guards (Thanks Markus)Michael Stapelberg
2012-08-12Implement i3 --moreversionMichael Stapelberg
2012-08-02Display i3-nagbar when commands lead to an errorMichael Stapelberg
2012-05-02Send proper error messages upon parser failures, use yajl for generating comm...Michael Stapelberg
2012-04-09Implement fake-outputs option (cmdline, cfg) for multi-monitor testingMichael Stapelberg
2012-01-14Implement a new parser for commands. (+test)Michael Stapelberg
2012-01-14Refactor the code out of src/cmdparse.y to src/commands.cMichael Stapelberg
2011-12-21Implement scratchpad functionality (see userguide)Michael Stapelberg
2011-10-25normalize file headers across **/*.{h,c}Michael Stapelberg
2011-10-10implement a startup monitor, move code to src/startup.cMichael Stapelberg
2011-10-02Implement i3 --get-socketpath, useful for IPC scriptsMichael Stapelberg
2011-09-10Implement support for PCRE regular expressions for all criteria (for_window, ...Michael Stapelberg
2011-08-04Include <limits.h> in all.hMichael Stapelberg
2011-05-15Time Lord technology: for_window config directive to run arbitrary cmdsMichael Stapelberg
2011-05-02re-implement assigning windows to workspacesMichael Stapelberg
2011-03-18Make i3 compatible with the very latest xcbMichael Stapelberg
2011-03-14Bring back some more EWMH support.Fernando Tarlá Cardoso Lemos
2011-02-21Bugfix: fix disabling RandR outputsMichael Stapelberg
2011-02-14refactor tree_move() into src/move.c, change config (!), change testcaseMichael Stapelberg
2010-12-31Port sighandler to tree-branchAxel Wagner
2010-11-29Implement resizing (still buggy)Michael Stapelberg
2010-11-28libXcursor support (themed cursors).Fernando Tarlá Cardoso Lemos
2010-10-11Implement support for size hints (including test case)Michael Stapelberg
2010-07-17ipc/parser: commands can now return custom JSON repliesMichael Stapelberg
2010-07-11Remove some dead code (to be re-implemented), rename nc.c to main.cMichael Stapelberg
2010-04-17include match.h in all.hMichael Stapelberg
2010-04-13correctly update/display window title/classMichael Stapelberg
2010-04-13first step of the big refactoring ("tree" branch).Michael Stapelberg