aboutsummaryrefslogtreecommitdiff
path: root/src/util.c
AgeCommit message (Expand)Author
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
2022-07-28Allow dragging tiled windows with the mouse. (#3085)Orestis Floros
2021-01-20i3-dump-log -f: switch from pthreads to UNIX socketsMichael Stapelberg
2021-01-20move set_nonblock, create_socket and path_exists to libi3Michael Stapelberg
2020-05-24Move nagbar cleanup to i3_exitOrestis Floros
2020-05-24Improve handling of nagbar processesOrestis Floros
2020-05-24kill_nagbar: No need for pointer to pid_tOrestis Floros
2020-04-20Remove some includes from all.hOrestis Floros
2020-04-20Remove unused headersOrestis Floros
2020-04-19Sort includes in *.c filesOrestis Floros
2020-02-21Limit workspace numbers within 0..INT32_MAXAlbert Safin
2020-02-19Sanitize con and window rect dimensionsAlbert Safin
2020-01-16Use EXIT_SUCCESS/FAILURE instead of 0/1Orestis Floros
2019-12-25Merge pull request #3824 from orestisfl/ac_replace_funcsMichael Stapelberg
2019-10-14Introduce direction / orientation / position conversion functionsOrestis Floros
2019-10-13Remove memmem implementationOrestis Floros
2019-09-03Remove packed attribute from RectOrestis Floros
2019-07-21Make `restart` IPC command send a reply once restart completed (!) (#3743)Michael Stapelberg
2018-10-13Fix missing prototypesOrestis Floros
2018-10-13Reduce some code around freesOrestis Floros
2018-08-23Introduce orientation_from_directionOrestis Floros
2017-09-30Fix compilation warnings on all Debian architectures. (#3007)Michael Stapelberg
2017-09-17Fix wrong call to freeOrestis Floros
2017-09-13validate JSON before loadingMichael Stapelberg
2017-05-15Implement 'swap' command.Ingo Bürk
2017-02-24Merge pull request #2649 from s3rb31/nextIngo Bürk
2017-02-24layout toggle: take any combination of layouts as arguments (#2649)s3rb31
2017-02-23Implement mapping from string to layout as extra functions3rb31
2017-01-22Add the ipc shutdown event (#2652)Tony Crisci
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-09-27Remove conditional compilation for cairo/pangocairo (#2480)Michael Stapelberg
2016-09-14Eliminate once-used check_error utility functionMichael Stapelberg
2016-03-23Add missing MAX macros, ensure that i3 can be compiled without pangoKacper Kowalik (Xarthisius)
2016-01-05Move title_format from window to container.Ingo Bürk
2016-01-04Fix memory leaks in title_format.Ingo Bürk
2015-09-20Make “debuglog on” command persist via restartshwangcc23
2015-08-04Merge pull request #1816 from tcreech/tcreech-for-illumosMichael Stapelberg
2015-08-03Use safe wrappers wherever possibleshdown
2015-08-03libi3: change scalloc() signature to match calloc()shdown
2015-07-30Changes for compiling on IllumosTim Creech
2015-04-20Update copyright notices and get rid of rangesDeiz
2015-03-29Move resolve_tilde and get_config_path into libi3Deiz
2015-03-29Add a safe wrapper for write and fix some warningshwangcc
2015-03-01run clang-format (3.5.0)Michael Stapelberg
2014-06-27Bugfix: create the directory for storing the restart state (Thanks hjem)Michael Stapelberg
2014-06-15format **/*.c with clang-format-3.5Michael Stapelberg
2014-06-13Bugfix: don’t overwrite the original size of floating windows when changing...Michael Stapelberg
2014-06-12fix warning: use size_t when comparing against strlen()Michael Stapelberg
2014-06-08replace remaining printf()s with D?LOGMichael Stapelberg
2014-05-20Feature: Workspace assignment by numberTony Crisci