aboutsummaryrefslogtreecommitdiff
path: root/i3-config-wizard
AgeCommit message (Expand)Author
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
2021-12-06Remove outdated //-style commented-out codeOrestis Floros
2020-05-18update forgotten srcdir AnyEvent-I3 reference, remove xmacro filesMichael Stapelberg
2020-05-17xmacro: declare in header files, instantiate instead of includeMichael Stapelberg
2020-04-20Remove some includes from all.hOrestis Floros
2020-04-20nagbar: Remove i3-nagbar.hOrestis 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
2018-10-13Reduce some code around freesOrestis Floros
2018-09-23i3-nagbar & i3-config-wizard: check sncontext != NULLOrestis Floros
2018-08-25Support startup-notification in i3-nagbar & i3-config-wizardOrestis Floros
2018-08-25i3-config-wizard: fix small memleakOrestis Floros
2018-08-22Apply compatible changes from clang-format 6.0.1Orestis Floros
2018-04-27Fix redundant return statementsOrestis Floros
2018-03-30Add --modifier flag to i3-config-wizard (#3210)Joona
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-24migrate i3-config-wizard to draw_util (#2654)mihaicmn
2017-01-13Only react on the last Expose event in a series of events. (#2636)Ingo Bürk
2016-11-28Use the DPI setting within the i3-config-wizard and i3-nagbar (#2585)mihaicmn
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
2015-12-29Correct color management for pango fontsAlex Auvolat
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-04-12Respect EXEC_PREFIX and a users' choice of PKG_CONFIG.Thomas Anderson
2015-03-29Respect XDG config directories in i3-config-wizardDeiz
2015-03-29Move resolve_tilde and get_config_path into libi3Deiz
2015-03-28Make wizard window size and click coordinates dependent on fontDeiz
2015-03-28Switch the wizard's modifier choice when up or down are pressedDeiz
2015-03-26update default fonts for i3-{input,config-wizard,nagbar}Michael Stapelberg
2015-03-26make i3-config-wizard work properly on hi-dpi displaysMichael Stapelberg
2015-03-01run clang-format (3.5.0)Michael Stapelberg
2014-06-21Switch to xcb-xkb and libxkbcommonMichael Stapelberg
2014-06-19clang-format-3.5 **/*.h **/*.cMichael Stapelberg
2014-06-15format **/*.c with clang-format-3.5Michael Stapelberg
2014-05-16"somewhen" -> "some time" in i3-config-wizard(1)Jean-Philippe Ouellet
2014-01-04Fix 'gcc -Wextra -Wno-unused-parameter'.Peter Boström
2014-01-02Fix clang -Wextra except -Wunused-parameter.Peter Boström
2014-01-01Use #pragma onceAlexander Kedrik
2013-12-24only LOG() the DPI when it changes, DLOG() it otherwise (Thanks lkraav)Michael Stapelberg