]> git.sur5r.net Git - i3/i3/history - src/manage.c
Merge branch 'release-4.16.1'
[i3/i3] / src / manage.c
2018-11-04 Michael StapelbergMerge branch 'next' into master
2018-10-24 OrestisMerge pull request #3473 from soumya92/pango-font-alignment
2018-10-23 OrestisMerge pull request #3475 from Gravemind/fix-i3bar-re...
2018-10-23 Ingo BürkMerge pull request #3452 from orestisf1993/title_align
2018-10-23 Ingo BürkMerge pull request #3469 from yablonsky/patch-1
2018-10-23 Ingo BürkMerge pull request #3448 from orestisf1993/sticky
2018-10-23 Ingo BürkMerge pull request #3445 from orestisf1993/flaky
2018-10-23 Ingo BürkMerge pull request #3444 from orestisf1993/move
2018-10-23 Ingo BürkMerge pull request #3433 from orestisf1993/janitorial
2018-10-13 Orestis Florosmanage_window: cleaner variable declarations
2018-09-20 OrestisMerge pull request #3400 from Synray/next
2018-09-20 Thomas FischerRespect max size in WM_NORMAL_HINTS 3400/head
2018-09-14 Ingo BürkMerge pull request #3342 from orestisf1993/tree_close_i...
2018-08-24 Ingo BürkMerge pull request #3368 from orestisf1993/render_root
2018-08-22 Orestis FlorosIntroduce con_get_fullscreen_covering_ws
2018-06-22 Ingo BürkMerge pull request #3179 from orestisf1993/issue-2733
2018-06-02 Ingo BürkMerge pull request #3301 from Streetwalrus/swallow...
2018-06-02 Dan ElkoubyReframe swallowed windows if depth doesn't match 3301/head
2018-04-27 Ingo BürkMerge pull request #3268 from orestisf1993/janitorial
2018-04-26 Orestis FlorosFix redundant return statements
2018-03-29 Ingo BürkMerge pull request #3200 from orestisf1993/_con_move_to_con
2018-03-29 Ingo BürkMerge pull request #3207 from orestisf1993/get_workspac...
2018-03-28 Orestis FlorosIntroduce get_existing_workspace_by_num 3207/head
2018-03-10 Michael StapelbergMerge branch 'next' into master
2018-01-17 Ingo BürkMerge pull request #3080 from orestisf1993/cmd_move_con...
2018-01-17 Ingo BürkMerge pull request #3102 from jolange/fix3071
2018-01-17 Ingo BürkMerge pull request #3104 from jolange/testcase_warnings
2018-01-14 Michael StapelbergMerge pull request #2998 from orestisf1993/issue-2990
2018-01-14 Orestis FlorosDon't raise floating windows when focused because of... 2998/head
2017-09-27 Michael StapelbergMerge pull request #2953 from CyberShadow/focus_wrapping
2017-09-22 Ingo BürkMerge pull request #2959 from orestisf1993/issue-2764
2017-09-17 Orestis FlorosAllow assign to output 2959/head
2017-09-17 Orestis FlorosAdd con_move_to_output_name function
2017-09-15 Ingo BürkMerge pull request #2887 from orestisf1993/next
2017-09-15 Orestis FlorosAllow assign to workspace by number 2887/head
2017-09-13 Vladimir PanteleevIntroduce output_primary_name function
2017-09-13 Michael StapelbergMerge pull request #2920 from CyberShadow/monitor-outpu...
2017-09-13 Vladimir PanteleevIntroduce output_primary_name function
2017-09-04 Michael StapelbergMerge branch 'next' into master
2016-11-28 Ingo BürkRespect minimum size hints for floating windows. (...
2016-11-08 Michael StapelbergMerge branch 'next' into master
2016-10-25 Michael StapelbergMerge pull request #2507 from stapelberg/autotools
2016-10-23 Michael StapelbergEnsure all *.[ch] files include config.h
2016-10-03 Ferdinand BachmannBugfix: NULL dereference when stickying _NET_WM_DESKTOP...
2016-09-27 Ingo BürkAssign the sticky value for _NET_WM_DESKTOP on scratchp...
2016-04-26 Ingo BürkFocus a newly managed container only if it doesn't...
2016-04-15 Ingo BürkCorrectly count the number of windows for no_focus...
2016-04-13 Ingo BürkOnly grab the mouse buttons that need to be grabbed...
2016-04-06 wentasahMake fullscreen windows open on the output which is...
2016-03-06 Michael StapelbergMerge branch 'next' into master
2016-01-18 Michael StapelbergMerge pull request #2162 from Airblader/feature-2153
2016-01-18 Ingo BürkHandle the EWMH atom _NET_WM_DESKTOP. 2162/head
2016-01-09 Michael Stapelbergfix memory leak when swallowing windows
2016-01-09 Michael Stapelbergmanage.c: fix memory leak
2016-01-09 Michael Stapelbergfree dynamically allocated matches
2015-11-23 Michael StapelbergMerge pull request #2065 from Airblader/feature-1278
2015-11-23 Ingo BürkMigrate i3 rendering to cairo.
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-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-10-28 Ingo BürkFix multiple memory leaks with regular expressions.
2015-10-28 Ingo BürkSuppress no_focus for first window on a workspace.
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-18 Michael StapelbergMerge pull request #2004 from Airblader/bug-2003
2015-10-14 Michael StapelbergMerge pull request #1990 from Airblader/bug-1989
2015-10-13 Michael StapelbergMerge pull request #1994 from Airblader/bug-1992
2015-10-12 Michael StapelbergMerge pull request #1991 from Airblader/bug-1987
2015-10-12 Ingo BürkSuppress no_focus for first window on a workspace. 1991/head
2015-10-04 Michael StapelbergMerge pull request #1909 from Airblader/feature-refactor-1
2015-09-30 Michael StapelbergMerge branch 'next' into master
2015-09-13 Michael StapelbergMerge pull request #1856 from Airblader/feature-1455
2015-09-13 Ingo BürkHandle _NET_WM_STATE_STICKY, but only for floating...
2015-09-08 Michael StapelbergMerge branch 'master' into next
2015-08-06 Michael Stapelberglayout restore: remove remaining criteria when swallowi...
2015-08-04 Michael StapelbergMerge pull request #1816 from tcreech/tcreech-for-illumos
2015-08-03 Michael StapelbergMerge pull request #1789 from shdown/next
2015-08-03 shdownlibi3: change scalloc() signature to match calloc()
2015-08-03 Michael StapelbergMerge pull request #1712 from Airblader/feature-next...
2015-07-30 Michael StapelbergMerge branch 'master' into next
2015-07-19 Michael StapelbergMerge pull request #1805 from lasers/next
2015-05-27 Michael StapelbergMerge pull request #1722 from Airblader/bug-1701
2015-05-26 Ingo BürkGrab all buttons when managing a window to also allow...
2015-05-19 Andrzej PronobisUse WM_SIZE_HINTS whenever it's provided to set the... 1712/head
2015-05-05 Michael StapelbergMerge pull request #1638 from hwangcc23/fix-1489
2015-04-26 Michael StapelbergMerge pull request #1657 from Georgiy-Tugai/fix-flicker...
2015-04-21 Michael StapelbergMerge pull request #1665 from Airblader/feature-1658
2015-04-21 Michael StapelbergMerge pull request #1669 from Airblader/feature-docs-2
2015-04-21 Michael StapelbergMerge pull request #1636 from Deiz/update-notices
2015-04-20 DeizUpdate copyright notices and get rid of ranges 1636/head
2015-04-20 Ingo BürkImplement new criterion 'window_type = normal|dialog...
2015-04-16 Michael StapelbergMerge branch 'master' into next
2015-04-02 Michael StapelbergMerge pull request #1628 from acrisci/feature/complete...
2015-04-02 Michael StapelbergMerge pull request #1630 from Deiz/consistent-mouse...
2015-04-02 Michael StapelbergMerge pull request #1621 from Airblader/feature-1416
2015-04-01 Ingo BürkAdded assignment type 'A_NO_FOCUS' (#1416)
2015-03-29 Michael StapelbergMerge branch 'next' into master
2015-03-29 Michael StapelbergMerge branch 'master' into next
next