aboutsummaryrefslogtreecommitdiff
path: root/i3-input
AgeCommit message (Expand)Author
2024-04-16Add a newline at the end of the version option output. (#5980)yuvallangerontheroad
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
2023-04-22i3-input: Avoid compiler warning (#5480)Orestis Floros
2022-06-01Fix typos (#4989)George Rodrigues
2020-10-20Add situational exit codes (#4107)Alessandro Vinciguerra
2020-05-28i3-input: Fix memory leaksOrestis Floros
2020-04-20Remove unused headersOrestis Floros
2020-04-19Sort includes in *.c filesOrestis Floros
2020-02-01libi3: Make visual_type externOrestis Floros
2019-01-02Remove \n from errx and die messagesNguyễn Thái Ngọc Duy
2018-10-13Enforce strict prototypesOrestis Floros
2017-11-29Merge pull request #3058 from d-e-s-o/fix-FREEIngo Bürk
2017-11-26no-op refactoring: make ipc_connect find socket pathMichael Stapelberg
2017-11-23do not check for NULL in FREE macroDaniel Mueller
2017-01-21migrate i3-input to draw_util (#2645)mihaicmn
2017-01-13Only react on the last Expose event in a series of events. (#2636)Ingo Bürk
2016-12-02Do not set input focus in i3-input. (#2598)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-10-23Switch to autotools (GNU build system)Michael Stapelberg
2016-09-26Use Xft.dpi for DPI if available.Ingo Bürk
2016-09-24Remove compatibility definitions for xcb-util < 0.3.8 (#2473)Michael Stapelberg
2016-05-05Remove dead code guarded with "#if 0 … #endif" (#2338)Ingo Bürk
2016-04-30i3-input: Proper position in non-standard cases. (#2313)Ingo Bürk
2016-04-04Fix spelling mistakesEric Engeström
2016-02-06travis: check spelling of binaries and manpages, use dockerMichael Stapelberg
2015-12-29Correct color management for pango fontsAlex Auvolat
2015-10-06Use 32-bit visuals for i3bar when possible and allow RGBA colors.Ingo Bürk
2015-08-03Use safe wrappers wherever possibleshdown
2015-06-30Added missing newlines in log statements.Ingo Bürk
2015-04-20Update copyright notices and get rid of rangesDeiz
2015-04-12Respect EXEC_PREFIX and a users' choice of PKG_CONFIG.Thomas Anderson
2015-04-02Position i3-input at window with input focusIngo Bürk
2015-03-26update default fonts for i3-{input,config-wizard,nagbar}Michael Stapelberg
2015-03-26make i3-input work properly on hi-dpi displaysMichael Stapelberg
2015-03-01run clang-format (3.5.0)Michael Stapelberg
2014-06-19clang-format-3.5 **/*.h **/*.cMichael Stapelberg
2014-06-15format **/*.c with clang-format-3.5Michael Stapelberg
2014-05-15i3-input: fix (irrelevant) memory leakMichael Stapelberg
2014-01-01Use #pragma onceAlexander Kedrik
2013-12-24only LOG() the DPI when it changes, DLOG() it otherwise (Thanks lkraav)Michael Stapelberg
2013-11-22make i3bar use libi3’s root_atom_contents()Michael Stapelberg
2013-01-24i3-input: set focus before sending the command (Thanks emias)Michael Stapelberg
2012-12-19i3-input: restore input focus on exit() (Thanks f8l)Michael Stapelberg
2012-09-22don’t use reserved identifiers for include guards (left-overs)Michael Stapelberg
2012-09-20remove superfluous ev.h include statementsOliver Kiddle
2012-09-03fix compilation with older xcb-util with -DXCB_COMPAT (Thanks okraits)Michael Stapelberg
2012-08-28i3-input: Fix text drawing offsetQuentin Glidic
2012-08-28i3-input: Do not use a non-loaded fontQuentin Glidic
2012-08-13logging: make libi3 use verboselog()/errorlog(), provide it in each callerMichael Stapelberg