summaryrefslogtreecommitdiff
path: root/clients/tui/newt
Commit message (Expand)AuthorAgeFilesLines
* meson: merge branch 'inigomartinez/meson-license'Thomas Haller2020-03-281-0/+2
|\
| * license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-171-0/+2
* | all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-4/+4
|/
* tui: don't use GIOChannel to watch plain file descriptor for key pressThomas Haller2020-01-131-14/+10
* tui: fix signature for nmt_newt_form_keypress_callback() callbackThomas Haller2020-01-131-1/+1
* all: unify format of our Copyright source code commentsThomas Haller2019-10-0242-42/+42
* meson: Improve nmtui and libnmt-newt buildIñigo Martínez2019-10-011-3/+8
* meson: Rename cflags variableIñigo Martínez2019-10-011-1/+1
* meson: Improve targets involving libnm libraryIñigo Martínez2019-10-011-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-1042-546/+42
* tui: newt: remove NULL checks after dereferenceBeniamino Galvani2019-08-021-6/+4
* all: drop emacs file variables from source filesThomas Haller2019-06-1142-42/+0
* libnm,core: use _nm_utils_ascii_str_to_uint64() instead of strtol()Thomas Haller2019-02-121-2/+2
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-1210-18/+5
* build: meson: Add trailing commasIñigo Martínez2018-12-201-3/+3
* docs: misc. typosluz.paz2018-09-151-1/+1
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-3/+3
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* all: fix -Wcast-function-type warningsLubomir Rintel2018-02-081-1/+1
* all: drop trailing spacesThomas Haller2018-02-072-2/+2
* all: replace non-leading tabs with spacesThomas Haller2018-02-072-2/+2
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-181-10/+0
* meson: Improve dependency systemIñigo Martínez2018-01-101-4/+4
* build: use template files for enum types' sources generationIñigo Martínez2017-12-181-1/+1
* build: add initial support for meson build systemIñigo Martínez2017-12-131-0/+35
* all: use nm_close() instead of close()Thomas Haller2017-11-141-1/+1
* tui: extend numeric range of NmtNewtEntryNumeric to gint64Thomas Haller2017-09-052-25/+25
* tui: avoid integer overflow checking the range in NmtNewtEntryNumericThomas Haller2017-09-051-8/+2
* tui: extend NmtNewtEntryNumeric to allow optional empty entryThomas Haller2017-09-052-1/+52
* build: merge "clients/tui/Makefile.am" into toplevel MakefileThomas Haller2016-10-211-56/+0
* all: cleanup includes in header filesThomas Haller2016-08-1720-84/+0
* macros: add macro _nm_printf() for function attributeThomas Haller2016-06-051-2/+2
* build: avoid compiler warnings about non-constant format strings (-Wformat-no...Thomas Haller2016-06-051-2/+2
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-1921-23/+20
* build: rename directory "include" to "shared"Thomas Haller2015-12-241-2/+2
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-301-0/+1
* build: fix out-of-tree build for missing "nm-version.h"Thomas Haller2015-08-051-0/+1
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-053-6/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-054-3/+4
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-243-4/+5
* tui: width and height parameters was swapped, but they are ignored anywayJiří Klimeš2014-12-051-4/+4
* tui: fix alignment of pop-up menusDan Winship2014-11-121-2/+17
* tui: fix some valgrind warningsDan Winship2014-10-071-0/+3
* tui: add support for borderless NmtNewtSectionsDan Winship2014-09-162-13/+48
* all: port everything to libnmDan Winship2014-08-011-1/+1
* all: add compatibility macros to ignore deprecation warnings for clangThomas Haller2014-08-011-0/+1
* clients: reorganize source tree, put all the installed clients togetherDan Winship2014-07-3043-0/+8568