aboutsummaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
2023-07-15Fix gcc false-positive warningOrestis Floros
2022-11-13window_update_motif_hints: Do not assert that the property will always be the...Orestis Floros
2022-11-06Fix motif behavior according to specOrestis Floros
2022-09-19motif: restore `BS_NORMAL` correctly (#5135)viri
2021-09-07Free window role & machineOrestis Floros
2021-06-13Implement showing window icons in titlebar (#4439)Michael Stapelberg
2021-01-28Add "machine" criterion to match WM_CLIENT_MACHINEAlbert Safin
2020-04-20Remove some includes from all.hOrestis Floros
2020-04-11Fix trailing whitespace in a DLOGOrestis Floros
2019-08-13Remanage window after property updates (like titles) (#3759)izzel
2019-04-03window.c: Reduce code in window_update_* functionsOrestis Floros
2018-12-09Code style: fix misaligned and misindented commentsAlbert Safin
2018-11-12Fix aspect ratio bugsOrestis Floros
2018-11-09Truncate wm_name utf8 strings to first zero byteOrestis Floros
2017-09-24Replace http:// with https:// where applicableMichael Stapelberg
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-03-02window_update_motif_hints(): uint32_t for fields, fixes #2238Marcin Szewczyk
2016-01-09fix memory leak when swallowing windowsMichael Stapelberg
2016-01-09window.c: fix memory leakMichael Stapelberg
2016-01-05Move title_format from window to container.Ingo Bürk
2016-01-04Fix memory leaks in title_format.Ingo Bürk
2015-10-13Rename is_markup to pango_markup.Ingo Bürk
2015-09-05If a title contains a percent sign, make sure it is not swallowed by parsing ...Ingo Bürk
2015-09-05Correctly handle an absent window title to avoid a crash for applications tha...Ingo Bürk
2015-08-30Support _NET_WM_VISIBLE_NAME. As per specification this is necessary since we...Ingo Bürk
2015-08-03Use safe wrappers wherever possibleshdown
2015-06-30Added missing newlines in log statements.Ingo Bürk
2015-05-06No memcpy on class change.Michael Hofmann
2015-04-25Ignore InputHint when not in WM_HINTSTony Crisci
2015-04-21Merge pull request #1665 from Airblader/feature-1658Michael Stapelberg
2015-04-20Update copyright notices and get rid of rangesDeiz
2015-04-20Handle changes to _NET_WM_WINDOW_TYPE after the window has been managed.Ingo Bürk
2015-03-30Cope with non-null-terminated x class properties.Michael Hofmann
2015-03-01run clang-format (3.5.0)Michael Stapelberg
2014-08-26Properly handle windows unsetting WM_TRANSIENT_FOR (Thanks Janus)Michael Stapelberg
2014-06-15format **/*.c with clang-format-3.5Michael Stapelberg
2014-01-18Respect Motif hint for window decorationsTony Crisci
2014-01-02Fix clang -Wextra except -Wunused-parameter.Peter Boström
2013-09-24Bugfix: correctly recognize assigned windows as urgent (Thanks jookia)Michael Stapelberg
2012-08-13i3/window: Port window names to i3StringQuentin Glidic
2012-08-12use I3__FILE__ for DLOG, leave __FILE__ as isMichael Stapelberg
2012-08-07explicitly set filenames to $(basename __FILE__)Michael Stapelberg
2012-01-18Merge branch 'master' into nextMichael Stapelberg
2012-01-18Bugfix: Respect WM_HINTS.input for WM_TAKE_FOCUS clientsMichael Stapelberg
2011-11-21little style fixesMichael Stapelberg
2011-11-16Consolidate all convert_* functions into libi3.Fernando Tarlá Cardoso Lemos
2011-10-23remove/shorten a lot of debugging messagesMichael Stapelberg
2011-10-22normalize modelines/headers across src/*.cMichael Stapelberg
2011-10-09log WM_NAME (non-utf-8 window titles)Michael Stapelberg