aboutsummaryrefslogtreecommitdiff
path: root/include/i3.h
AgeCommit message (Expand)Author
2022-02-10Remove Xlib references (#4845)Ingo Bürk
2021-08-28Implement support for the WM_Sn selection (#4374)Uli Schlachter
2020-10-20clang-format: use TypenameMacrosAlbert Safin
2020-06-06Introduce GET_BINDING_STATE IPC commandMichael Stapelberg
2020-02-24Assume xcb_cursor_context_new never fails (#3955)xzfc
2018-12-01Add input and bounding shapes support (#2742)Albert Safin
2017-10-23skip ConfigureNotify events with --force_xineramaMichael Stapelberg
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2015-12-29Refactor extern definition of conn and root_screenAlex Auvolat
2015-09-13Use the EWMH support window rather than the root window as an input focus fal...Ingo Bürk
2015-04-20Update copyright notices and get rid of rangesDeiz
2015-04-06Store Git commit identifier in its own objectDeiz
2014-06-21Switch to xcb-xkb and libxkbcommonMichael Stapelberg
2014-06-19clang-format-3.5 **/*.h **/*.cMichael Stapelberg
2014-01-01Use #pragma onceAlexander Kedrik
2012-09-21don’t use reversed identifiers for include guards (Thanks Markus)Michael Stapelberg
2012-02-15Implement support for chosing a 32 bit visual (necessary for pseudo-transpare...Michael Stapelberg
2012-01-21make in-place restarts use socket activation, too (for faster/less flaky tests)Michael Stapelberg
2011-12-10Introduce --shmlog-size flag, unlink SHM log when exitingMichael Stapelberg
2011-11-08Enable (unlimited) core dumps when running i3 development versionsMichael Stapelberg
2011-10-25normalize file headers across **/*.{h,c}Michael Stapelberg
2011-10-20Don’t start i3-nagbar when using -C to validate the configMichael Stapelberg
2011-10-10Implement support for startup notificationsMichael Stapelberg
2011-10-10Make conn_screen available outside of main()Michael Stapelberg
2011-07-23Bugfix: use the global root variable, don’t get the first one (Thanks quaec)Michael Stapelberg
2011-07-12patch to allow exec_always in configure fileClaudio Marforio
2011-07-10add i3-nagbar. tells you about config file errors (for example)Michael Stapelberg
2011-05-23Implement assignments for (named) workspaces, with '~' compatibility (floating)Michael Stapelberg
2011-05-15Time Lord technology: for_window config directive to run arbitrary cmdsMichael Stapelberg
2011-05-14re-implement assignments of workspace to specific outputsMichael Stapelberg
2011-05-02re-implement assigning windows to workspacesMichael Stapelberg
2011-03-18Make i3 compatible with the very latest xcbMichael Stapelberg
2011-03-14Make it easier to use other atoms.Fernando Tarlá Cardoso Lemos
2010-11-28libXcursor support (themed cursors).Fernando Tarlá Cardoso Lemos
2010-04-13correctly update/display window title/classMichael Stapelberg
2010-04-13first step of the big refactoring ("tree" branch).Michael Stapelberg
2010-03-14Don’t use SYNC key bindings for Mode_switch but re-grab keysMichael Stapelberg
2010-03-09Re-add old Xinerama code for the poor nvidia usersMichael Stapelberg
2009-12-31ewmh: implement support for _NET_WORKAREA (rdesktop can use that)Michael Stapelberg
2009-12-25ewmh: correctly set _NET_ACTIVE_WINDOWMichael Stapelberg
2009-12-25ewmh: correctly set _NET_CURRENT_DESKTOP to the number of the active workspaceMichael Stapelberg
2009-11-13Disable XKB instead of quitting with an error (Thanks sur5r)Michael Stapelberg
2009-09-27Implement modes. Modes allow you to use different keybindings and switch betw...Michael Stapelberg
2009-08-07Implement support for using key symbols in configuration fileMichael Stapelberg
2009-08-05Add support for WM_CLIENT_LEADER, put floating windows mapping to (0x0) to ce...Michael Stapelberg
2009-07-28Initial implementation of IPC via UNIX domain socketsMichael Stapelberg
2009-07-23Implements a reload commandbapt
2009-07-17optimization: Render on pixmaps and copy the result on Stack_WinsMichael Stapelberg
2009-06-19Also set DIALOG, UTILITY and SPLASH windows floating automaticallyMichael Stapelberg
2009-06-12Handle transient hint and window class dialog to mark clients as floatingMichael Stapelberg