summaryrefslogtreecommitdiff
path: root/plugins/filebrowser/pluma-file-browser-store.c
AgeCommit message (Collapse)AuthorFilesLines
2021-06-26update copyright to 2021raveit651-0/+1
2020-10-19Remove pluma-marshal.mbkma1-36/+28
These days we can use the automatic ffi marshalling. See: - https://developer.gnome.org/gobject/stable/gobject-Signals.html#g-signal-new - http://sourceware.org/libffi/ - https://gitlab.gnome.org/GNOME/gedit/-/commit/373adb7d041b0559953d0ac8cf2213ecc44db956
2020-03-14Remove warnings: cast between incompatible function typesrbuj1-4/+2
2019-08-07pluma-file-browser-store: avoid 'g_type_class_add_private'Pablo Barciela1-14/+8
2019-07-06Remove trailing whitespacesLaurent Napias1-131/+131
2019-06-27Fix use of deprecated glib-genmarshal typesColomban Wendling1-1/+1
This doesn't change any dependency as both non-deprecated replacements BOOLEAN and VOID were already used in some places.
2017-05-25File browser: don't use GIOScheduler (deprecated)Sébastien Wilmet1-59/+79
The GIOScheduler was used because there was no async version of g_file_delete() and g_file_trash(). Now that the async versions exist, no need to use GIOScheduler or GTask. gio >= 2.37.0 is required. https://bugzilla.gnome.org/show_bug.cgi?id=693018 taken from: https://git.gnome.org/browse/gedit/commit/?h=gnome-3-10&id=2d1eb80
2017-04-18filebrowser: don't parse .hidden files - GIO does it since 2.36monsta1-86/+0
taken from: https://git.gnome.org/browse/gedit/commit/?id=f0454abbec92f34431bd59fd1e3da6ad346a000e GIO commit for reference: https://git.gnome.org/browse/glib/commit/?id=510ba9b4efe1813e24c6dfa7405c3547bf9efdd7
2016-12-13plugins: remove a couple of useless includesmonsta1-1/+0
2016-12-05filebrowser plugin: port to libpeasmonsta1-6/+16
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=6e8ef59b74a2f726f8a2a0ab1fa7f5c4aa6ac3f2 https://git.gnome.org/browse/gedit/commit/?id=6cc3b4074bad0a775532216c82fa6ce6599bde2c https://git.gnome.org/browse/gedit/commit/?id=9103c5109d5f897c3cc0390fcf09c5a4713cf72f https://git.gnome.org/browse/gedit/commit/?id=e3d36ce46c795887fa449db7eba19b4cc949f714
2015-09-02drop support for win32/osx and checkupdate pluginmonsta1-2/+0
that plugin has never been built in linux anyway due to logic in configure.ac
2013-09-24filemanager: Add assertion checks to prevent dereferencing ptrsAlexander von Gluck IV1-0/+2
* clang static analysis shows gaps where these calls could rereferencce pointers. Perform an assertion check.
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-1/+1
2012-03-11fix other executable bitsStefano Karapetsas1-0/+0
2011-11-07renaming from gedit to plumaPerberos1-0/+3625