summaryrefslogtreecommitdiff
path: root/plugins/filebrowser/pluma-file-browser-view.c
AgeCommit message (Collapse)AuthorFilesLines
2021-06-26update copyright to 2021raveit651-0/+1
2020-10-19Remove pluma-marshal.mbkma1-13/+8
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-2/+1
2019-08-01pluma-file-browser-view: avoid 'g_type_class_add_private'Pablo Barciela1-11/+7
2019-07-06Remove trailing whitespacesLaurent Napias1-103/+103
2017-05-25file-browser-view: silent some build warningsraveit651-1/+2
warning: this 'if' clause does not guard... warning: 'display' may be used uninitialized in this function [-Wmaybe-uninitialized]
2016-12-05filebrowser plugin: port to libpeasmonsta1-2/+13
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
2016-11-06move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-22/+1
2015-12-03fix build breakage introduced in cf7db5e02ea308bbe59f15f2a3973b0bd9e79df4monsta1-1/+1
2015-11-26GTK3: replace reprecatated gdk_cursor functionsWolfgang Ulbrich1-1/+26
- Gtk+-3.16: gdk_cursor_new --> gdk_cursor_new_for_display - GTK3: gdk_cursor_unref --> g_object_unref
2015-08-03drop gdkkeysyms-compat usage, use modern key namesMonsta1-7/+4
2014-05-19Replace deprecated gtk widget functioninfirit1-4/+0
The replacement functions are available since 2.18 GTK_WIDGET_HAS_FOCUS -> gtk_widget_has_focus GTK_WIDGET_VISIBLE -> gtk_widget_get_visible GTK_WIDGET_SET_FLAGS -> gtk_widget_set_*
2013-10-30filebrowser: Improve GTK3 supportStefano Karapetsas1-1/+5
2013-10-30plugins: Add GTK3 supportStefano Karapetsas1-0/+4
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/+1256