summaryrefslogtreecommitdiff
path: root/pluma
AgeCommit message (Expand)AuthorFilesLines
2018-07-17pluma-view: pluma_override_font: add the provider only one timePablo Barciela1-5/+10
2018-07-12pluma-view: Fix: Bold and Italic fonts don't workPablo Barciela1-15/+26
2018-06-01pluma-utils.c: avoid deprecated 'gdk_error_trap_push/pop'Pablo Barciela1-6/+6
2018-05-31pluma-notebook: avoid new file with double click in vertical scrollbarPablo Barciela1-3/+3
2018-05-29pluma-notebook: avoid new file with double click in forward arrow buttonPablo Barciela1-1/+34
2018-05-27pluma-notebook: Fix: unexpected behavior with dnd selected textPablo Barciela1-1/+23
2018-05-26pluma-view: Fix: unexpected behavior with dnd under line numbersPablo Barciela1-5/+2
2018-05-24pluma-notebook: pass event to gdk_seat_grabmonsta1-4/+4
2018-05-23pluma-window: use gtk_menu_popup_at_widget for GtkNotebookraveit651-18/+12
2018-05-23pluma-utils: remove unused 'pluma_utils_menu_position_under_tree_view'Pablo Barciela2-57/+0
2018-05-23avoid deprecated 'gtk_menu_popup'Pablo Barciela7-129/+43
2018-05-22pluma-print-preview: Fix weird behavior with mouse buttonsPablo Barciela1-0/+18
2018-05-21Fix: Pluma crashes with mouse wheel over a tabPablo Barciela2-34/+0
2018-05-14pluma-notebook.c: avoid deprecated 'gdk_pointer_ ...' functionsPablo Barciela1-17/+38
2018-05-13pluma-notebook.c: avoid deprecated 'gdk_window_at_pointer'Pablo Barciela1-1/+6
2018-05-12avoid deprecated 'gtk_dialog_get_action_area'Pablo Barciela3-9/+0
2018-05-09pluma-view.c: avoid deprecated 'gtk_widget_override_font'Pablo Barciela1-1/+30
2018-05-06avoid deprecated 'gtk_font_button_set/get_font_name'Pablo Barciela2-23/+20
2018-04-23pluma-view.c: Fix: GtkCheckMenuItem "Display line numbers" improvedPablo Barciela1-11/+11
2018-04-20pluma-file-browser-widget.c: avoid deprecated GtkImageMenuItemPablo Barciela2-0/+28
2018-04-18error-message-area: avoid 'gtk_info_bar_new_with_buttons' with stock idPablo Barciela1-3/+7
2018-04-18avoid 'gtk_info_bar_add_button' with stock idsPablo Barciela2-9/+15
2018-04-14avoid 'pluma_file_chooser_dialog_new' with stock idsPablo Barciela2-6/+15
2018-04-08avoid 'gtk_file_chooser_dialog_new' with stock idPablo Barciela1-5/+58
2018-03-27avoid 'gtk_dialog_add_buttons' with stock idsPablo Barciela5-30/+30
2018-03-06pluma-search-dialog.ui: avoid deprecated GtkButton:use-stockPablo Barciela1-6/+18
2018-03-06pluma-preferences-dialog.ui: avoid GtkButton:use-stock / GtkImage:stockPablo Barciela2-9/+27
2018-03-06pluma-encodings-dialog.ui: avoid GtkButton:use-stockPablo Barciela2-12/+36
2018-02-23Make notebook tabs scrollablelikorisd3-1/+60
2018-02-20avoid deprecated GtkButton:use-stockPablo Barciela1-5/+2
2018-02-08avoid deprecated GtkStockPablo Barciela16-131/+138
2018-01-30require GTK+ 3.22 and GLib 2.50monsta11-142/+1
2018-01-14put 'peas_engine_enable_loader' in the correct placePablo Barciela2-4/+2
2018-01-09update copyright year to 2018monsta1-1/+1
2018-01-07Fix: make the list of recently used files working againPablo Barciela1-0/+2
2018-01-03drop unused variablesPablo Barciela4-28/+4
2018-01-02pluma.c: Fix build warning:Pablo Barciela1-1/+1
2018-01-02pluma-document.c: Fix build warning:Pablo Barciela1-1/+1
2017-12-20pluma-window: have GtkRecentData on stack instead of allocating itmonsta1-14/+10
2017-12-17WidthOfScreen and HeightOfScreen implementationPablo Barciela1-2/+2
2017-12-06Fixes for regexp replacement with backreferences (e.g. "\0") (#259)Vadim Barkov5-112/+165
2017-11-30pluma-view.c: use one static variable instead two to do the same jobPablo Barciela1-17/+19
2017-11-15make sure pluma open in the same window of the workspacePablo Barciela1-19/+0
2017-11-12Fix: pluma closes tabs unexpectedly with [right+middle] clickPablo Barciela1-3/+10
2017-11-09[ctrl] + [+] / [ctrl] + [-] using the numeric keypadPablo Barciela1-2/+2
2017-10-23add gsettings key: Show save confirmation if the files have changesPablo Barciela1-1/+5
2017-10-11Fix: wrong behavior holding down [middle + right] clickPablo Barciela1-0/+27
2017-10-10[ctrl] + [+] / [ctrl] + [-] to increase/decrease font sizePablo Barciela1-0/+39
2017-09-26don't request to save documents with no changesPablo Barciela1-6/+7
2017-09-02add gsettings key to hide/show(default) tabs with the side paneZenWalker2-7/+20