summaryrefslogtreecommitdiff
path: root/src/caja-query-editor.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-09Fix some -Wsign-compare warningsrbuj1-4/+4
2021-11-20Use a blank line at mostrbuj1-10/+0
2020-04-13Fix -Wmissing-prototypes build warningsPablo Barciela1-1/+1
2019-08-20Fix a grammar mistake reported by translatorsrbuj1-2/+2
2019-08-02Support querying files by contained textSlava Aseev1-0/+50
2019-06-17src: reduce the scope of some variablesPablo Barciela1-4/+5
2019-04-12local #include files who are libraries inside <> instead ""Pablo Barciela1-4/+4
2019-04-10local #include files inside "" instead <>Pablo Barciela1-8/+11
2019-01-29Fix compile warningWu Xiaotian1-18/+21
2019-01-28Let file size units follow the users preferenceWu Xiaotian1-22/+49
2019-01-28Fixed the value of 6 month and 1 year.Wu Xiaotian1-9/+49
2019-01-28Support querying files by modification time and sizeWu Xiaotian1-2/+253
2018-03-23caja-query-editor.c: add #include <eel/eel-stock-dialogs.h>Pablo Barciela1-0/+1
2018-03-17avoid gtk_dialog_new_with_buttons with stock idsPablo Barciela1-5/+10
2018-02-09avoid deprecated GtkStockPablo Barciela1-1/+1
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-2/+0
2018-01-09remove +x attr from source filesmonsta1-0/+0
2018-01-08ui: don't use overlay-scrollbarsraveit651-0/+4
2017-03-28fix build warning (no const needed there)monsta1-1/+1
2017-03-28fix build with gcc 4.9.2 (looks like it's in c89 mode by default)monsta1-1/+3
2017-03-23search: added tag support (xattr::xdg.tags).Felipe Barriga Richards1-0/+123
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build op...lukefromdc1-19/+6
2016-01-22Gtk3: fix all possible deprecated GtkStock in srcWolfgang Ulbrich1-2/+2
2016-01-21GTK3 query-editor: fix deprecated GTK_TYPE_VBOX usageWolfgang Ulbrich1-0/+10
2015-10-19GTK3: Replace gtk_{v,h}box new with gtk_box_newraveit651-0/+5
2015-01-13drop support for GLib < 2.36Monsta1-2/+0
2014-12-10zero-init all signals arraysMonsta1-1/+1
2012-12-22[all] silence warnings from GCC 4.6Jasmine Hassan1-3/+0
2012-11-23[all] include src/glibcompat.h & use g_list_free_full() where neededJasmine Hassan1-2/+3
2012-11-16[all] use g_list_free() and g_strcmp0 instead of eel functionsJasmine Hassan1-2/+2
2012-11-16[src] replace deprecated GtkComboBox text APIs with GtkComboBoxTextJasmine Hassan1-2/+2
2012-11-16[src] convert to new GDK_KEY prefixJasmine Hassan1-1/+1
2012-11-16[all] Don't use gtk_dialog_set_has_separator()Jasmine Hassan1-1/+1
2012-11-16[src] autogenerate marshallersJasmine Hassan1-2/+2
2012-08-12Fixed incorrect fsf addresses. Closes #28.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+1397