summaryrefslogtreecommitdiff
path: root/thunarx
Commit message (Expand)AuthorAgeFilesLines
* Replace exo- functions with xfce-stringYongha Hwang2022-02-239-3/+17
* Return gboolean in all XfceGtkActionEntry callbacks instead of void (Issue #469)Alexander Schwinn2022-01-072-2/+3
* Remove wrong `volatile` qualifierGaël Bonithon2021-08-156-30/+30
* Add support for the `recent:///` location in Thunar.Sergios - Anestis Kefalidis2021-06-301-0/+1
* Add zoom-level as a per-directory setting (Issue #418)Sergios - Anestis Kefalidis2021-06-171-2/+2
* Fix GObject introspection warningsGaël Bonithon2021-01-231-1/+3
* Add submenus for custom actions (Issue #184)Alexander Schwinn2020-12-243-0/+21
* Implement directory specific saving of sort-column and sort-order (#8)Reuben Green2020-07-171-1/+2
* Implements directory specific view type (#8)Reuben Green2020-07-171-1/+2
* Bug #16717: Move from exo-csource to xdt-csourceRomain Bouvier2020-04-191-1/+1
* Drop GLIB_CHECK_VERSION for <= 2.42.0Andre Miranda2020-01-011-9/+0
* Use designated initializer to avoid compile warnings (Bug #15734)Andre Miranda2019-07-291-1/+1
* Drop unused macrosAndre Miranda2019-04-144-11/+1
* Fix g_type_class_add_private is deprecatedAndre Miranda2019-04-144-19/+7
* Fix compiler error -Wcast-function-type (GCC 8)Andre Miranda2019-04-145-8/+8
* Right mouse click will not display icons for custom actions.Jehan2018-09-181-2/+5
* Silence gdk_threads_* deprecationsAndre Miranda2018-06-022-2/+12
* Skip functions not meant to be introspectable (Bug #14045)Andre Miranda2017-12-134-6/+6
* Fix for failing GObject introspection build. Followup of (Bug #14070)Alexander Schwinn2017-12-111-3/+0
* thunarx-provider-module.h missing inside tar.bz2 file created byAli Akcaagac2017-12-101-1/+2
* Provide missing g-i annotations (Bug #14045)Andre Miranda2017-12-0511-49/+55
* Fix introspection scan during distcheckAndre Miranda2017-11-251-2/+10
* Add GObject Introspection support to thunarxAndre Miranda2017-11-2212-26/+53
* Introduce ThunarxMenuAndre Miranda2017-11-197-49/+335
* Strip trailing whitespaceAndre Miranda2017-11-045-14/+14
* Add missing ';' to thunarx-menu-item.hAndre Miranda2017-11-031-1/+1
* Rename thunarx methods *_actions to *_menu_itemsAndre Miranda2017-11-029-442/+486
* Eschew GtkAction from Thunarx APIAndre Miranda2017-11-027-19/+412
* Document all functions inside c-sourceRomain B2017-09-1716-7/+234
* Replace GtkV/HBox by GtkBoxAndre Miranda2017-08-251-2/+3
* Bump thunarx api version to 3Andre Miranda2017-08-143-8/+8
* Make Thunar core compile and not crash with Gtk3Jonas Kümmerlin2017-08-141-64/+5
* Make it build with GSEALJonas Kümmerlin2017-08-141-13/+15
* Remove subversion $Id$ tagsHarald Judt2015-05-2226-26/+26
* Clean up more files with make cleanHarald Judt2015-03-271-2/+0
* Autotools updates.Nick Schermer2013-01-061-1/+1
* Fast read content type of unreadable files (bug #9553).Nick Schermer2012-12-051-3/+0
* Load content types on-demand.Nick Schermer2012-11-211-4/+11
* Fix linking on Cygwin (bug #4561).Nick Schermer2012-11-041-0/+1
* Use seconds timers where possible.Nick Schermer2012-11-041-5/+5
* Use unsigned integer for idles and timers.Nick Schermer2012-11-041-2/+2
* Uniform the deep copy function.Nick Schermer2012-10-221-8/+8
* Make plugin warning non-fatal (bug #2604).Nick Schermer2012-09-301-2/+2
* Generate thumbnails paths on the fly.Nick Schermer2012-09-271-1/+0
* Store metadata in GVFS's daemon.Nick Schermer2012-09-261-1/+2
* Remove deprecated functions (bug #7795).Nick Schermer2012-09-251-2/+2
* Use g_(s)list_free_full where possible.Nick Schermer2012-09-167-22/+10
* Link against gmodule (bug #8467).Nick Schermer2012-04-141-0/+2
* Free module list in provider factory.Nick Schermer2012-04-041-0/+2
* Depend on Gtk 2.20 and Glib 2.24.Nick Schermer2012-01-211-4/+0