summaryrefslogtreecommitdiff
path: root/pluma/pluma-utils.c
AgeCommit message (Collapse)AuthorFilesLines
2020-06-18Remove unused macrosrbuj1-2/+0
2020-06-13add support for waylandmbkma1-113/+117
2020-04-25pluma-utils: Enable multiline mode on regex searchrbuj1-1/+1
2020-03-14Remove warnings: cast between incompatible function typesrbuj1-2/+1
2019-07-06Remove trailing whitespacesLaurent Napias1-89/+89
2018-12-06pluma-utils: Fix memory leakPablo Barciela1-1/+6
'g_strconcat' needs to be freed
2018-09-16fix a few introspection and doc warningsraveit651-2/+2
2018-08-27Fix search backwards with regexPablo Barciela1-33/+24
Fixes https://github.com/mate-desktop/pluma/issues/322
2018-06-01pluma-utils.c: avoid deprecated 'gdk_error_trap_push/pop'Pablo Barciela1-6/+6
2018-05-23pluma-utils: remove unused 'pluma_utils_menu_position_under_tree_view'Pablo Barciela1-50/+0
2018-05-23avoid deprecated 'gtk_menu_popup'Pablo Barciela1-0/+25
2018-04-20pluma-file-browser-widget.c: avoid deprecated GtkImageMenuItemPablo Barciela1-0/+24
avoid deprecated: gtk_image_menu_item_new_with_label gtk_image_menu_item_set_image
2018-02-08avoid deprecated GtkStockPablo Barciela1-10/+10
2017-12-06Fixes for regexp replacement with backreferences (e.g. "\0") (#259)Vadim Barkov1-56/+49
fixes https://github.com/mate-desktop/pluma/issues/254
2017-01-08Fixed wrong behaviour of search on zero length resultsVadim Barkov1-4/+36
2017-01-08Fixed wrong formattingVadim Barkov1-19/+19
2016-12-19Merge branch 'master' of https://github.com/mate-desktop/plumaVadim Barkov1-10/+17
2016-12-01fix some introspection warningsmonsta1-1/+18
2016-11-27remove useless functionmonsta1-10/+0
2016-11-24Fixed formatting [2]V.Barkov1-90/+90
2016-11-20Implemented regexp findingV.Barkov1-0/+95
2016-11-06move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-12/+0
2015-12-01GTK3: replace depracated gtk_widget_size_request with ↵Wolfgang Ulbrich1-0/+8
gtk_widget_get_preferred_size
2015-12-01Gtk+-3.14: don't use deprecated GtkMiscWolfgang Ulbrich1-0/+7
2015-09-05Fix up the docsinfirit1-34/+52
Taken from gedit, commit: 42a6a8d8d87f32572f56b56a9c4e92f7181d339a from: Garrett Regier <[email protected]>
2015-07-14window title: display full path to files on mounted drivesMonsta1-13/+22
when opening a file on some mounted drive (local harddisk, usb flash drive, etc.), pluma now displays full path to file in the window title. previously it displayed only the mount name (like "100 GB Volume"). adapted from: https://git.gnome.org/browse/gedit/commit?id=c59e67e27ea11c6756c7291236338fcf44f24c73 credits to @jsenin for https://github.com/mate-desktop/pluma/pull/108
2014-12-19don't leak memoryMonsta1-0/+2
2014-05-19Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possibleinfirit1-12/+0
Replace functions available in gtk+2 and gtk+3 gdk_window_get_* | since 2.24 gtk_widget_get_allocation | since 2.18 gtk_widget_get_window | since 2.14 gtk_window_get_group | since 2.10 gtk_widget_get_mapped | since 2.20 gtk_widget_get_realized | since 2.20 gdk_window_get_display | since 2.24 Remove deprecated GtkNotebookPage and check.
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_*
2014-04-29Use MateAboutDialog from libmate-desktopStefano Karapetsas1-8/+0
2013-10-30pluma: Add GTK3 supportStefano Karapetsas1-3/+22
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-03-11update for 1.2 release and fix executable bitsStefano Karapetsas1-0/+0
2011-11-07renaming from gedit to plumaPerberos1-0/+1546