summaryrefslogtreecommitdiff
path: root/pluma/pluma-window.c
AgeCommit message (Collapse)AuthorFilesLines
2017-11-09[ctrl] + [+] / [ctrl] + [-] using the numeric keypadPablo Barciela1-2/+2
to increase/decrease font size related issue: https://github.com/mate-desktop/pluma/issues/224
2017-10-10[ctrl] + [+] / [ctrl] + [-] to increase/decrease font sizePablo Barciela1-0/+39
Closes https://github.com/mate-desktop/pluma/issues/224
2017-09-02add gsettings key to hide/show(default) tabs with the side paneZenWalker1-2/+6
2017-09-02Hide tabs if we are using the sidebarZenWalker1-0/+2
Fixes #23
2017-08-22gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+33
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window
2017-07-01enable the abbility to save the document if it was changed externallyZenWalker1-1/+7
This change is needed after https://github.com/mate-desktop/pluma/commit/2b34ed27ac4abde8d70735c008bd214a79b45491
2017-06-23disable the abbility to save the document if it has no changesZenWalker1-2/+14
this prevent us the write to disk uselessly Closes #199
2017-06-11tag-list-plugin: avoid deprecated GtkStockraveit651-1/+1
2017-05-12double click to the right of the last open tab to open a new tabZenWalker1-7/+12
New feature Fixes #185
2016-12-05port plugin system to libpeasmonsta1-21/+55
backported from gedit with a few changes upstream commits for reference: https://git.gnome.org/browse/gedit/commit/?id=dbc98da7fda69981e61c5764af50c72b756eb2cc https://git.gnome.org/browse/gedit/commit/?id=2ae732a53ef08145c06909dc675134573c8c2e6d https://git.gnome.org/browse/gedit/commit/?id=6cd4936fb3aa6ca44a7c85888c6aad6c02b0f983 https://git.gnome.org/browse/gedit/commit/?id=041399d3d09389f951af8db4f5b83d142a9ebe55 https://git.gnome.org/browse/gedit/commit/?id=da46f5d6cd9b727e23ec0ae79bb0a78419bb1363 https://git.gnome.org/browse/gedit/commit/?id=1d56b827f14096891bb03dbd5e8211fdad1331ad https://git.gnome.org/browse/gedit/commit/?id=e63de5a2396a56eeba46479a54628843538da29e
2016-12-01pluma-window: remove unused functionmonsta1-28/+0
2016-12-01fix some introspection warningsmonsta1-12/+12
2016-11-06move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-35/+4
2016-08-31GTK+-3 pluma-window: use gdk_device_get_positionraveit651-0/+11
taken from: https://git.gnome.org/browse/gedit/commit/?id=66ce4ca https://git.gnome.org/browse/gedit/commit/?id=c48ab83
2016-07-30GTK+-3 pluma-window: avoid deprecated gtk_[h|v]paned_newraveit651-1/+9
replace it with gtk_paned_new ()
2016-02-06GTK+3: add style class pluma-window and pluma-print-previewWolfgang Ulbrich1-0/+7
2016-02-01fix a few build warningsmonsta1-3/+3
2016-01-22Implement middle-click tab closing (#143)bl0ckeduser1-0/+7
2015-12-01GTK3: don't use deprecated gtk_{v/h}-boxWolfgang Ulbrich1-0/+4
2015-09-29capitalize Pluma in titles of main window and prefs windowmonsta1-5/+5
2015-09-05Fix up the docsinfirit1-5/+8
Taken from gedit, commit: 42a6a8d8d87f32572f56b56a9c4e92f7181d339a from: Garrett Regier <[email protected]>
2015-09-02drop support for win32/osx and checkupdate pluginmonsta1-107/+0
that plugin has never been built in linux anyway due to logic in configure.ac
2015-05-16switch to GtklLabel for statusbar buttons + remove non nedded resize-grip coderaveit651-3/+0
- fixes the large statusbar with GTK3 - remove extra resize-grip code, which is handle by gtk+ itself GTK2 builds displays the resize-grip without the extra code. Since GTK+-3.14 the rezise-grip widget is removed. - the size of the statusbar is now themable
2014-12-21fix one more memleakMonsta1-1/+1
2014-05-19Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possibleinfirit1-8/+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-19Drop support for gtk+ < 2.24infirit1-30/+0
* Bump required gtk+2 version * Remove pluma-spinner * Remove pluma-message-are
2014-05-19Replace deprecated gtk widget functioninfirit1-14/+10
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-06add the primary-toolbar style class to the primary toolbarinfirit1-0/+4
2013-11-04Fix some deprecationsStefano Karapetsas1-3/+3
2013-10-30gtk3 check gtksourceview includeinfirit1-0/+3
2013-10-30pluma: Add GTK3 supportStefano Karapetsas1-2/+18
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/+4798