Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-07 | pluma-file-browser-store: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -14/+8 | |
2019-08-05 | pluma-file-browser-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-05 | pluma-file-browser-widget: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -11/+7 | |
2019-08-01 | pluma-file-browser-view: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -11/+7 | |
2019-08-01 | pluma-file-bookmarks-store: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -9/+7 | |
2019-07-06 | Remove trailing whitespaces | Laurent Napias | 13 | -722/+722 | |
2019-06-27 | Fix use of deprecated glib-genmarshal types | Colomban Wendling | 3 | -6/+6 | |
This doesn't change any dependency as both non-deprecated replacements BOOLEAN and VOID were already used in some places. | |||||
2019-06-10 | Change url projet's website | Laurent Napias | 1 | -1/+1 | |
2019-05-16 | add readmes and update plugins section of manual | sakib | 1 | -0/+3 | |
2018-05-23 | avoid deprecated 'gtk_menu_popup' | Pablo Barciela | 1 | -6/+2 | |
2018-04-20 | pluma-file-browser-widget.c: avoid deprecated GtkImageMenuItem | Pablo Barciela | 1 | -8/+7 | |
avoid deprecated: gtk_image_menu_item_new_with_label gtk_image_menu_item_set_image | |||||
2018-02-20 | avoid deprecated GtkButton:use-stock | Pablo Barciela | 3 | -27/+12 | |
2018-02-08 | avoid deprecated GtkStock | Pablo Barciela | 4 | -25/+37 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -4/+0 | |
2017-07-29 | filebrowser: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+4 | |
2017-06-11 | file-browser-widget: fix one stock deprecation | raveit65 | 1 | -1/+1 | |
2017-05-25 | File browser: don't use GIOScheduler (deprecated) | Sébastien Wilmet | 1 | -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-05-25 | file-browser-view: silent some build warnings | raveit65 | 1 | -1/+2 | |
warning: this 'if' clause does not guard... warning: 'display' may be used uninitialized in this function [-Wmaybe-uninitialized] | |||||
2017-04-25 | Support new location of gtk bookmarks file | Paolo Borelli | 1 | -48/+85 | |
The gtk bookmarks file is now in XDG dir, so let's first try there and otherwise fall back to the old location | |||||
2017-04-18 | filebrowser: don't parse .hidden files - GIO does it since 2.36 | monsta | 1 | -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 | |||||
2017-02-10 | build: remove option that disables deprecated stuff | monsta | 1 | -2/+1 | |
we don't need a build breakage on the first deprecated item, thanks | |||||
2016-12-13 | plugins: remove a couple of useless includes | monsta | 1 | -1/+0 | |
2016-12-05 | plugins: make them actually recognized and loaded by Pluma | monsta | 2 | -4/+4 | |
- use *.plugin extension instead of *.pluma-plugin - use "Plugin" section name instead of "Pluma Plugin" mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=1d56b827f14096891bb03dbd5e8211fdad1331ad https://git.gnome.org/browse/gedit/commit/?id=7c22769d73f756b9d1388febd147c9d267ed54cb | |||||
2016-12-05 | filebrowser plugin: port to libpeas | monsta | 10 | -137/+230 | |
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-06 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 4 | -67/+4 | |
2016-07-30 | GTK+-3: avoid deprecated gtk_icon_info_free () | raveit65 | 1 | -0/+4 | |
replace it with g_object_unref () | |||||
2016-02-01 | fix a few build warnings | monsta | 1 | -3/+0 | |
2015-12-05 | GTK3 filebrowser-widget.c: fix build with gtk+-3.14 | Wolfgang Ulbrich | 1 | -0/+3 | |
- improve https://github.com/mate-desktop/pluma/commit/3d2d796 | |||||
2015-12-03 | fix build breakage introduced in cf7db5e02ea308bbe59f15f2a3973b0bd9e79df4 | monsta | 1 | -1/+1 | |
2015-12-01 | GTK3: replace reprecatated gdk_cursor functions | Wolfgang Ulbrich | 2 | -3/+53 | |
- Gtk+-3.16: gdk_cursor_new --> gdk_cursor_new_for_display - GTK3: gdk_cursor_unref --> g_object_unref | |||||
2015-12-01 | GTk3: don't use deprecated GTK_TYPE_{V/H}BOX | Wolfgang Ulbrich | 2 | -0/+17 | |
2015-12-01 | GTK3: don't use deprecated gtk_{v/h}-box | Wolfgang Ulbrich | 1 | -0/+4 | |
2015-11-26 | GTK3: replace reprecatated gdk_cursor functions | Wolfgang Ulbrich | 2 | -4/+54 | |
- Gtk+-3.16: gdk_cursor_new --> gdk_cursor_new_for_display - GTK3: gdk_cursor_unref --> g_object_unref | |||||
2015-09-08 | Rework gsettings schema building | infirit | 3 | -49/+46 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files | |||||
2015-09-02 | drop support for win32/osx and checkupdate plugin | monsta | 1 | -2/+0 | |
that plugin has never been built in linux anyway due to logic in configure.ac | |||||
2015-08-03 | drop gdkkeysyms-compat usage, use modern key names | Monsta | 2 | -17/+12 | |
2015-04-06 | filebrowser plugin: first connect to settings, then read them. | Monsta | 1 | -24/+30 | |
fixes the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 Closes https://github.com/mate-desktop/pluma/pull/109 | |||||
2014-06-06 | filebrowser: Fix g_settings_schema_source_lookup usage | Stefano Karapetsas | 1 | -1/+4 | |
2014-05-19 | Drop support for gtk+ < 2.24 | infirit | 1 | -8/+0 | |
* Bump required gtk+2 version * Remove pluma-spinner * Remove pluma-message-are | |||||
2014-05-19 | Replace deprecated gtk widget function | infirit | 2 | -12/+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-11-30 | Use Caja GSettings schema optionally | Balló György | 1 | -3/+9 | |
This makes Caja dependency optional. | |||||
2013-10-30 | filebrowser: Improve GTK3 support | Stefano Karapetsas | 2 | -1/+13 | |
2013-10-30 | plugins: Add GTK3 support | Stefano Karapetsas | 3 | -1/+17 | |
2013-10-19 | Fix make dist, use .in.in | infirit | 1 | -1/+1 | |
2013-09-24 | filemanager: Add missing data assignment | Alexander von Gluck IV | 1 | -0/+1 | |
* Amanas mentioned in IRC that it was likely missed after the gsettings migration. | |||||
2013-09-24 | filemanager: Add assertion checks to prevent dereferencing ptrs | Alexander von Gluck IV | 2 | -0/+4 | |
* clang static analysis shows gaps where these calls could rereferencce pointers. Perform an assertion check. | |||||
2013-08-03 | Make automake happy: INCLUDES -> AM_CPPFLAGS | infirit | 1 | -1/+1 | |
2013-01-24 | filebrowser: Migrate to GSettings | Stefano Karapetsas | 4 | -323/+130 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 13 | -13/+13 | |
2012-08-31 | fix wrong url | Stefano Karapetsas | 1 | -1/+1 | |
http://forums.mate-desktop.org/viewtopic.php?f=2&t=718 |