]> git.sur5r.net Git - i3/i3/history - src
Merge pull request #1731 from Airblader/feature-indicator-pango
[i3/i3] / src /
2015-06-07 Michael StapelbergMerge pull request #1731 from Airblader/feature-indicat...
2015-06-02 Michael StapelbergMerge pull request #1733 from Airblader/feature-1732
2015-06-02 Michael StapelbergMerge pull request #1734 from Airblader/bug-1538-1
2015-06-01 Ingo BürkFix warning about potentially uninitialized variable. 1734/head
2015-05-31 Ingo BürkIntroduce a config directive 'binding_mode' in the...
2015-05-31 Michael StapelbergMerge pull request #1725 from Airblader/bug-1056
2015-05-29 Ingo BürkUse XCB_NONE instead of hard-coded 0. 1725/head
2015-05-29 Ingo BürkAllow hovering over the window decoration to change...
2015-05-27 Michael StapelbergMerge pull request #1722 from Airblader/bug-1701
2015-05-26 Ingo BürkImprove logging of button events. 1722/head
2015-05-26 Ingo BürkGrab all buttons when managing a window to also allow...
2015-05-18 Michael StapelbergMerge pull request #1706 from Airblader/feature-docs-5
2015-05-17 Michael StapelbergMerge pull request #1698 from Airblader/feature-1696
2015-05-14 Ingo BürkProtect "move position mouse" against a NULL access. 1698/head
2015-05-13 Michael StapelbergMerge pull request #1704 from acrisci/bug/cmd-detect...
2015-05-12 Ingo BürkImplemented new command 'move [window|container] [to...
2015-05-12 Tony CrisciDetect base 16 in cmd criteria 1704/head
2015-05-12 Michael StapelbergMerge pull request #1700 from mh21/tray-icon-size-cleanup
2015-05-07 Michael StapelbergMerge pull request #1693 from mh21/wm-class-garbage...
2015-05-06 Michael HofmannNo memcpy on class change. 1693/head
2015-05-05 Michael StapelbergMerge pull request #1638 from hwangcc23/fix-1489
2015-05-03 Michael StapelbergMerge pull request #1689 from Airblader/feature-docs-4
2015-05-02 Michael StapelbergMerge pull request #1685 from Deiz/fix-new-workspace...
2015-04-28 DeizInitialize workspace rect to the output's upon creation 1685/head
2015-04-26 Michael StapelbergMerge pull request #1680 from acrisci/bug/randr-disable...
2015-04-26 Michael StapelbergMerge pull request #1657 from Georgiy-Tugai/fix-flicker...
2015-04-26 Michael StapelbergMerge pull request #1683 from Airblader/bug-click-detection
2015-04-26 Michael StapelbergMerge pull request #1684 from acrisci/bug/focus-without...
2015-04-26 Michael StapelbergMerge pull request #1672 from acrisci/bug/fix-freebsd...
2015-04-26 Tony CrisciIgnore InputHint when not in WM_HINTS 1684/head
2015-04-26 Tony CrisciBugfix: serialize con_id with %p in run_binding() 1672/head
2015-04-23 Tony CrisciCheck if output is disabled in handle_output() 1680/head
2015-04-21 Michael StapelbergMerge pull request #1664 from Airblader/feature-wm...
2015-04-21 Ingo BürkSet the _NET_WM_STATE_HIDDEN atom on windows that are...
2015-04-21 Ingo BürkAdded 'con_is_hidden' to check whether a given containe...
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-21 Michael StapelbergMerge pull request #1666 from Xarthisius/undef_FALSE
2015-04-20 Kacper Kowalik ... Fix ‘FALSE’ undeclared (first use in this function... 1666/head
2015-04-20 DeizUpdate copyright notices and get rid of ranges 1636/head
2015-04-20 Ingo BürkHandle changes to _NET_WM_WINDOW_TYPE after the window...
2015-04-20 Ingo BürkImplement new criterion 'window_type = normal|dialog...
2015-04-19 Michael StapelbergMerge pull request #1662 from Airblader/feature-move...
2015-04-19 Ingo BürkAdded test case for transfer of urgency flag when movin... 1662/head
2015-04-19 Ingo BürkDisallow moving a container to itself since this would...
2015-04-19 Ingo BürkImplement the command 'move container to mark <mark...
2015-04-19 Ingo BürkAdded 'con_move_to_mark' to move a container to the...
2015-04-19 Ingo BürkExtract a function from con_move_to_workpsace that...
2015-04-19 Ingo Bürkadded function 'con_by_mark' to look up a con holding...
2015-04-19 Ingo BürkAdded configuration directive for 'move [container...
2015-04-19 Michael StapelbergMerge pull request #1632 from Deiz/binding-border
2015-04-16 Michael StapelbergMerge pull request #1651 from tanderson92/pkgconfig
2015-04-16 Michael StapelbergMerge branch 'master' into next
2015-04-13 Thomas AndersonRespect EXEC_PREFIX and a users' choice of PKG_CONFIG. 1651/head
2015-04-12 Michael StapelbergMerge pull request #1654 from Deiz/complete-run-chdir
2015-04-12 Michael StapelbergMerge pull request #1641 from Deiz/fix-1640
2015-04-12 DeizRebuild version.o when version.c or LAST_VERSION change 1641/head
2015-04-12 Michael StapelbergMerge pull request #1652 from Airblader/fix-1649
2015-04-11 hwangccAdd a timeout: delay_exit_on_zero_displays 1638/head
2015-04-11 Ingo BürkRemoved comment on removal of legacy "default" layout. 1652/head
2015-04-06 DeizStore Git commit identifier in its own object
2015-04-06 Michael StapelbergBugfix: Remove windows from the save set when unmapping. sur5r.net/master
2015-04-06 Michael HofmannGet workspace name when renaming current workspace.
2015-04-06 Michael HofmannCope with non-null-terminated x class properties.
2015-04-06 Michael StapelbergBugfix: Remove windows from the save set when unmapping.
2015-04-02 DeizAdd a --border flag to enable mouse binds to trigger...
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 DeizMake floating window mouse handling consistent with... 1630/head
2015-04-02 Michael StapelbergMerge pull request #1621 from Airblader/feature-1416
2015-04-01 Ingo BürkAdded config directive 'no_focus <criteria>' (#1416)
2015-04-01 Ingo BürkAdded assignment type 'A_NO_FOCUS' (#1416)
2015-04-01 Michael StapelbergMerge pull request #1620 from Airblader/bug-1614
2015-04-01 Ingo BürkOnly mark a window if only one window is matched 1620/head
2015-04-01 Michael StapelbergMerge pull request #1618 from Deiz/fix-1603
2015-03-31 DeizAllow single-child non-default layout cons to be moved... 1618/head
2015-03-30 Michael StapelbergMerge pull request #1601 from Airblader/feature-titleba...
2015-03-30 Ingo BürkChanged the default for show_marks from "no" to "yes" 1601/head
2015-03-30 Ingo BürkMake show_marks configurable
2015-03-30 Ingo BürkIntroduce a cached boolean for changes to the mark...
2015-03-30 Ingo BürkDraw marks in window decoration
2015-03-30 Michael StapelbergMerge pull request #1613 from Airblader/feature-1426
2015-03-30 Michael StapelbergMerge pull request #1609 from Deiz/consistent-center
2015-03-30 Ingo BürkAdded 'focus_on_window_activation' directive
2015-03-30 DeizHandle floating centering in one function and test... 1609/head
2015-03-30 Michael StapelbergMerge pull request #1608 from mh21/renaming-empty-ws...
2015-03-30 Michael StapelbergMerge pull request #1604 from mh21/wm-class-garbage
2015-03-30 Michael HofmannCope with non-null-terminated x class properties. 1604/head
2015-03-30 Michael StapelbergMerge pull request #1589 from Deiz/fix-center
2015-03-30 Michael HofmannGet workspace name when renaming current workspace. 1608/head
2015-03-29 Michael StapelbergMerge pull request #1606 from Deiz/libi3-mkdirp
2015-03-29 DeizMove mkdirp into libi3 1606/head
2015-03-29 Michael StapelbergMerge pull request #1595 from Deiz/fix-1484
2015-03-29 Michael StapelbergMerge pull request #1599 from Airblader/feature-toggle...
2015-03-29 Ingo BürkAdded test cases for 'mark --toggle' (#1463) 1599/head
2015-03-29 Ingo BürkAdded a --toggle switch to "mark [--toggle] <mark>"
2015-03-29 Michael StapelbergMerge pull request #1600 from Deiz/libi3
2015-03-29 DeizMove resolve_tilde and get_config_path into libi3 1600/head
2015-03-29 Michael StapelbergMerge pull request #1593 from Airblader/feature-nagbar...
next