]> git.sur5r.net Git - i3/i3/history - src
log.c: fix memory leak
[i3/i3] / src /
2016-01-09 Michael Stapelberglog.c: fix memory leak
2016-01-09 Michael Stapelbergtree_restore(): fix memory leak
2016-01-09 Michael Stapelbergfix memory leak: free(pointerreply);
2016-01-08 Michael Stapelbergipc: fix memory leak when clients with subscriptions...
2016-01-08 Michael Stapelbergipc: fix cosmetic memory leak when shutting down
2016-01-08 Michael Stapelbergcon_mark: fix heap-use-after-free
2016-01-08 Michael Stapelbergrename workspace: fix heap-use-after-free
2016-01-06 Michael StapelbergMerge pull request #2150 from Airblader/bug-2149
2016-01-06 Ingo BürkUse correct fallback color for decoration_border. 2150/head
2016-01-05 Michael StapelbergMerge pull request #2143 from Airblader/feature-2120
2016-01-05 Michael StapelbergMerge pull request #2136 from lotheac/next
2016-01-05 Ingo BürkMove title_format from window to container. 2143/head
2016-01-05 Lauri Tirkkonenadd decoration_border color for the actual client borders 2136/head
2016-01-05 Michael StapelbergMerge pull request #2148 from Airblader/feature-2120...
2016-01-04 Ingo BürkFix memory leaks in title_format. 2148/head
2016-01-04 Michael StapelbergMerge pull request #2139 from jolange/feature_split...
2016-01-04 Johannes Langeadded "toggle" option to "split" command 2139/head
2015-12-30 Michael StapelbergMerge pull request #2135 from Alexis211/colors
2015-12-29 Alex AuvolatCorrect color management for pango fonts
2015-12-29 Michael StapelbergMerge pull request #2138 from Alexis211/factor
2015-12-29 Alex AuvolatRefactor extern definition of conn and root_screen 2138/head
2015-12-29 Michael StapelbergMerge pull request #2137 from fmthoma/fix-assign-workspace
2015-12-29 Michael StapelbergMerge pull request #2131 from kneitinger/next
2015-12-29 Michael StapelbergMerge pull request #2134 from Airblader/bug-1761
2015-12-29 Michael StapelbergMerge pull request #2132 from Airblader/bug-2128
2015-12-28 Ingo BürkValidate matched containers for "kill" command correctly. 2134/head
2015-12-28 Ingo BürkRename tree_close() to tree_close_internal().
2015-12-27 Ingo BürkMove urgent flag before killing the parent. 2132/head
2015-12-25 Michael StapelbergMerge pull request #2113 from Airblader/bug-2111
2015-12-25 Michael Stapelbergmake: should be XCB_CURSOR, not XCURSOR
2015-12-22 Michael StapelbergBugfix: don’t remove SubstructureRedirect event mask...
2015-12-17 Michael StapelbergMerge pull request #2121 from Airblader/bug-base-10
2015-12-17 Ingo BürkDon't force base 10 for parsing id. 2121/head
2015-12-17 Ingo BürkMatch on all criteria even if con_id or con_mark are... 2113/head
2015-12-16 Michael StapelbergMerge pull request #2102 from ccryx/next
2015-12-16 Michael StapelbergMerge pull request #2112 from Airblader/feature-multipl...
2015-12-15 Florian MerkelSupport matching _NET_WM_WINDOW_TYPE_NOTIFICATION 2102/head
2015-12-15 Ingo BürkAvoid rendering the tree twice in a row 2112/head
2015-12-15 Michael StapelbergMerge pull request #2108 from Airblader/feature-2097
2015-12-14 Ingo BürkAllow mouse bindings to run on the root window. 2108/head
2015-12-14 Michael StapelbergMerge pull request #2105 from Airblader/bug-2099
2015-12-14 Michael StapelbergMerge pull request #2103 from Airblader/bug-2091
2015-12-11 Ingo BürkReject empty swallow definitions 2105/head
2015-12-09 Ingo BürkReject invalid match criteria with an error. 2103/head
2015-12-04 Michael StapelbergMerge pull request #2095 from Airblader/bug-2090
2015-12-04 Michael StapelbergMerge pull request #2096 from Airblader/bug-2094
2015-12-03 Ingo BürkCast unsigned to signed before comparison
2015-12-03 Ingo BürkAllow "move position center" to operate on matched... 2095/head
2015-11-23 Michael StapelbergMerge pull request #2065 from Airblader/feature-1278
2015-11-23 Ingo BürkUse 32-bit visual by default if available.
2015-11-23 Ingo BürkDon't create a pixmap for CT_ROOT and CT_OUTPUT containers.
2015-11-23 Ingo BürkParse colors as color_t instead of colorpixel.
2015-11-23 Ingo BürkSkip drawing for uninitialized surfaces.
2015-11-23 Ingo BürkMigrate i3 rendering to cairo.
2015-11-23 Michael StapelbergMerge pull request #2078 from acrisci/bug/detect-base16...
2015-11-22 Tony CrisciBug: parse con_id base 16 2078/head
2015-11-21 Michael StapelbergMerge pull request #2074 from Airblader/feature-2064
2015-11-21 Ingo BürkSupport _NET_WM_USER_TIME. 2074/head
2015-11-16 Michael StapelbergMerge pull request #2061 from Airblader/bug-2049
2015-11-16 Michael StapelbergRevert "Bugfix: set group mask 1 by default, correctly...
2015-11-15 Ingo BürkOnly grab scrollwheel buttons if necessary. 2061/head
2015-11-11 Ingo BürkExtract function to grab buttons when managing a window.
2015-11-02 Michael StapelbergMerge pull request #2054 from hwangcc23/fix-2051
2015-11-02 Michael StapelbergMerge pull request #2055 from Airblader/bug-2044
2015-11-02 Ingo BürkRemove autostart commands after they have been executed. 2055/head
2015-11-02 hwangcc23Fix config validation fail when no new line from end... 2054/head
2015-11-02 Michael StapelbergMerge pull request #2001 from Airblader/feature-multipl...
2015-11-01 Ingo BürkFix memory leaks in modes and bar bindings. 2001/head
2015-11-01 Ingo BürkAllow multiple tray_output directives.
2015-10-30 Michael StapelbergBugfix: ignore XKB group bits in floating_modifier
2015-10-29 Michael StapelbergBugfix: set group mask 1 by default, correctly compare...
2015-10-28 Michael StapelbergBugfix: correctly compare modifier mask when identifyin...
2015-10-28 Michael StapelbergMerge pull request #2043 from Airblader/bug-regex-mem...
2015-10-28 Ingo BürkFix multiple memory leaks with regular expressions. 2043/head
2015-10-27 Michael StapelbergMerge pull request #2030 from DavidMikeSimon/focus...
2015-10-27 David SimonOptionally change i3bar color on focused output, implem... 2030/head
2015-10-27 Michael StapelbergMerge pull request #2040 from Airblader/bug-2034
2015-10-27 Michael StapelbergMerge pull request #2041 from Airblader/feature-2028-2
2015-10-26 Ingo BürkAdd --no-auto-back-and-forth for moving windows. 2041/head
2015-10-26 Ingo BürkFix crash when trying to split and float a dock container. 2040/head
2015-10-26 Michael StapelbergMerge pull request #2036 from Airblader/bug-2015
2015-10-25 Michael StapelbergMerge pull request #2031 from Airblader/feature-2028
2015-10-25 Michael StapelbergMerge pull request #2037 from Airblader/bug-run-assignments
2015-10-25 Ingo BürkMark assignment as run before executing it. 2037/head
2015-10-25 Ingo BürkFixed logging statement.
2015-10-25 Ingo BürkMake resize grow|shrink width|height work for a nested... 2036/head
2015-10-23 Ingo BürkAdded --no-auto-back-and-forth to workspace commands. 2031/head
2015-10-23 Michael StapelbergMerge pull request #2027 from Airblader/feature-cleanup-1
2015-10-22 Ingo BürkRemove broken and unused debug borders. 2027/head
2015-10-22 Michael StapelbergMerge pull request #2025 from Airblader/feature-2022
2015-10-22 Michael StapelbergMerge pull request #2018 from Airblader/feature-2014
2015-10-22 Ingo BürkIntroduce special value __focused__ for criterion con_id. 2018/head
2015-10-22 Ingo BürkMake 'unmark' aware of matched windows.
2015-10-22 Ingo BürkIntroduce "--add" for marking windows.
2015-10-22 Ingo BürkAllow multiple marks on windows.
2015-10-22 Michael StapelbergMerge pull request #2017 from Airblader/bug-2011
2015-10-21 Ingo BürkActivate root output if RandR request fails. 2017/head
2015-10-19 Michael Stapelbergfix a memory leak in handle_get_bar_config
2015-10-19 Michael StapelbergFix memleak in translate_keysyms
2015-10-18 Michael StapelbergMerge pull request #2007 from Airblader/feature-1996
next