aboutsummaryrefslogtreecommitdiff
path: root/src/x.c
AgeCommit message (Expand)Author
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
2024-01-22Add support for _NET_WM_STATE_MAXIMIZED_{HORZ, VERT} (#5840)sethpollen
2023-01-02fix -Wmaybe-unused and -Wstringop-truncation warningsMichael Stapelberg
2022-11-12use con_border_style() to fix titles in stacked/tabbed containers (#5274)Michael Stapelberg
2022-11-05draw leaf window decorations on ->frame instead of ->parent->frameMichael Stapelberg
2022-03-28clear surface on x_push_node (#4577)André Silva
2021-12-06Remove outdated //-style commented-out codeOrestis Floros
2021-11-05Add title tab colorOrestis Floros
2021-09-09Make window icons follow title alignmentOrestis Floros
2021-06-13Implement showing window icons in titlebar (#4439)Michael Stapelberg
2021-01-30Clear framebuffer on containers that are visible windowsTristan Giles
2021-01-25Revert "Clear framebuffer before drawing borders (#4308)"Orestis Floros
2021-01-20i3-dump-log -f: switch from pthreads to UNIX socketsMichael Stapelberg
2021-01-03Clear framebuffer before drawing borders (#4308)Tristan Giles
2021-01-03Revert "Clear pixmap to black before starting to draw"Orestis Floros
2021-01-02Clear framebuffer before copying surface to prevent visual garbageTristan Giles
2020-10-20clang-format: use TypenameMacrosAlbert Safin
2020-05-01Merge pull request #4025 from xzfc/always-clear-parent-pixmapIngo Bürk
2020-04-20Remove some includes from all.hOrestis Floros
2020-04-18x_draw_decoration: always clear parent pixmap when rendering the first childAlbert Safin
2020-02-19clang-format: bring back ForeachMacros (#3948)xzfc
2020-02-01Delete duplicate definition of ewmh_windowOrestis Floros
2019-09-03Remove packed attribute from RectOrestis Floros
2019-03-19x.c: correctly free con->frame_buffer in _x_con_killMichael Stapelberg
2018-12-14Invalidate last_focused when focusing the EWMH support windowOrestis Floros
2018-12-14Fix: killing unfocused window shouldn't produce focus eventOrestis Floros
2018-12-04Apply title_align to non-leaf containersOrestis Floros
2018-12-01Add input and bounding shapes support (#2742)Albert Safin
2018-12-01Log window id in state_for_frame()Albert Safin
2018-11-05Draw outer header borders for all layoutsAlbert Safin
2018-11-03Update ewmh focused only when new focus is different (#3496)Orestis
2018-10-23Merge pull request #3452 from orestisf1993/title_alignIngo Bürk
2018-10-13Fix typo: childs -> childrenOrestis Floros
2018-10-13borders_to_hide doesn't need to be initializedOrestis Floros
2018-10-13Make comment style more consistentOrestis Floros
2018-10-13Enforce strict prototypesOrestis Floros
2018-10-12Add title_align config directiveAestek
2018-06-22Consider rect changed when its position changesŁukasz Adamczak
2018-06-02Reframe swallowed windows if depth doesn't matchDan Elkouby
2018-03-23Support _NET_WM_STATE_FOCUSEDTony Crisci
2017-11-26shmlog: remote atom when disabledMichael Stapelberg
2017-09-24Replace http:// with https:// where applicableMichael Stapelberg
2017-05-15Implement 'swap' command.Ingo Bürk
2017-01-16Ensure that marks and the title are displayed even if the window title is emp...Ingo Bürk
2017-01-13Remove unused function arguments. (#2635)Ingo Bürk
2016-11-08switch to clang-format-3.8 (#2547)Michael Stapelberg
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-09-14Fix memleaks by avoiding _checked variants when discarding the resultMichael Stapelberg
2016-09-14Fix colormap handling for containers. (#2450)Ingo Bürk
2016-05-05Use the last known timestamp when calling xcb_set_input_focus(). (#2332)Ingo Bürk