JosephMcc
a1671a6227
xed-progress-message-area.c: Clean up code style
2017-01-07 04:13:12 -08:00
JosephMcc
01ace1d02f
xed-print-preview.c: Don't you deprecated gtk_layout_get_*adjustment
2017-01-07 03:24:46 -08:00
JosephMcc
5a9258087a
xed-print-preview.c: Restyle the toolbar
...
Make it look nicer and at the same time clean up some more uses of GtkStock
2017-01-07 02:52:00 -08:00
JosephMcc
663511c1d1
xed-print-preview.c: Clean up code styling
2017-01-07 01:14:21 -08:00
JosephMcc
c2eab264a3
xed-window: Use a better icon for the documents panel tab
2017-01-02 16:14:42 -08:00
JosephMcc
d77659fdcd
xed-tab: Clean up some uses of GtkStock
2017-01-01 21:41:09 -08:00
JosephMcc
baea0e93b9
xed-tab.c: Clean up code style
2017-01-01 18:20:19 -08:00
JosephMcc
b082e73a61
xed-status-combo-box.c: Clean up some code styling
2017-01-01 16:12:36 -08:00
JosephMcc
8ebb54b824
xed-status-combo-box: Don't use deprecated GtkArrow
2017-01-01 16:02:46 -08:00
JosephMcc
412ce3e228
xed-panel.c: Add a couple of missing casts
2017-01-01 15:45:02 -08:00
JosephMcc
ded60fbe20
xed-panel: Clean up more uses of GtkStock
...
Also update a couple of the plugins that call this functionality
2017-01-01 15:41:06 -08:00
JosephMcc
8ab7e902bb
xed-utils: Remove a couple functions
...
We want to move away from use of deprecated GtkStock so remove a couple of
functions that rely on it. They aren't being used anywhere anyway.
2017-01-01 13:57:28 -08:00
JosephMcc
ea1f2055e7
xed-utils.h: Clean up code styling
2017-01-01 13:53:19 -08:00
JosephMcc
4ef02d4837
xed-utils: Clean up code styling
2017-01-01 13:31:02 -08:00
JosephMcc
55317e21b0
xed-window.c: Fix a few missing casts
2017-01-01 12:25:44 -08:00
JosephMcc
d79bc79dbc
notebooks: Don't show tabs when the notebook only has one page
2017-01-01 12:03:45 -08:00
JosephMcc
6e7586c654
xed-prefs-manager-app.c: Clean up an unused variable
2016-12-31 21:21:49 -08:00
JosephMcc
63f4658807
xed-pref-manager-app.c: Clean up code style
2016-12-31 21:21:06 -08:00
JosephMcc
d80329db5c
xed-notebook.c: Clean up the code formatting
2016-12-31 16:33:21 -08:00
JosephMcc
33f6b71eda
xed-prefs-manager-app: Remove some leftover logging
2016-12-31 15:00:49 -08:00
JosephMcc
50c216b17b
Allow scrolling on notebook tabs to change the active page
...
This is enabled by default but has a setting in the preferences so it can be
disabled.
2016-12-31 14:18:31 -08:00
JosephMcc
95a302a46f
preferences-dialog: Clean up uses of GtkStock
2016-12-30 12:21:47 -08:00
JosephMcc
05738f44bb
preferences-dialog: Clean up code styling
2016-12-30 11:54:48 -08:00
JosephMcc
f3791ef8d2
Add view menu entry for word wrap
...
Adds an entry to the "View" menu that allows temporarily overriding the word
wrap settings in the preferences.
2016-12-30 03:17:05 -08:00
JosephMcc
94188504ab
xed-statusbar: Clean up the styling a bit
...
Make sure the statusbar expands the full width of the window. Do a better job
of lining up buttons in the search and status bar as well.
2016-12-28 12:26:17 -08:00
JosephMcc
9c9e564ec1
Add a few style classes
...
This will allow themes a bit more control over the styling. Since you can no
longer select objects by class name in gtk version > 3.20 there is no other
easy way to theme these elements.
Added classes for "xed-window", "xed-searchbar", "xed-statusbar", and
"xed-panel" with additional classes of "side" and "bottom" for the panels
2016-12-28 11:44:35 -08:00
JosephMcc
5058c69288
xed-panel: Move the notebook tabs to the top
2016-12-27 11:44:05 -08:00
JosephMcc
4635766fc7
xed-panel: Simplify panel building a bit
...
Now that the panel headers are removed, we no longer need separate functions for
creating panels of different orientations
2016-12-27 01:30:36 -08:00
JosephMcc
6bc12a2be0
xed-panel: Remove the header and close button
...
Now that we have the buttons on the statusbar for opening and closing the side
and bottom panels, we don't really need these anymore
2016-12-27 01:11:19 -08:00
JosephMcc
5d258f1e67
xed-window: Stop using deprecated (v/h)box
2016-12-27 00:17:15 -08:00
JosephMcc
c78bf46d38
Add buttons to the statusbar to show/hide the panels
2016-12-26 23:43:42 -08:00
JosephMcc
3a6de664e1
xed-sort-plugin.c: Clean up code styling
2016-12-26 20:26:21 -08:00
JosephMcc
26f8139317
xed-panel: Clean up the layout of the panels
...
Make sure the bottom panel lays out properly when we actually have a plugin that
lives there
2016-12-26 19:32:38 -08:00
JosephMcc
f9a658f823
taglist plugin: don't look for taglist in non-existing legacy dirs
2016-12-26 19:04:39 -08:00
JosephMcc
64be9e8ecd
enable dh_girepository helper to fill ${gir:Depends} properly
...
Adapted from:
08f71335b2
2016-12-26 18:57:15 -08:00
JosephMcc
f314622cf0
Remove old plugin system and docs for it
...
Adapted from:
3860e7b99f (diff-c949f93d03f44a4217d7a138f9e2e54a)
2016-12-26 18:49:12 -08:00
JosephMcc
89758101cc
plugins: Make them actually recognized and loaded by Xed
...
Adapted from:
e1fbe56adf
2016-12-26 16:12:05 -08:00
JosephMcc
9b3313efa7
trailsave-plugin: Port to libpeas
...
Adapted from:
ce25be2320
2016-12-26 13:58:16 -08:00
JosephMcc
b7ecc43dfc
time-plugin: Port to libpeas
...
Adapted from:
564ca51a25
2016-12-26 13:54:48 -08:00
JosephMcc
804259fe1f
taglist-plugin: Port to libpeas
...
Adapted from:
2aafaabdaa
2016-12-26 13:50:48 -08:00
JosephMcc
e389368a91
spell-plugin: Port to libpeas
...
Adapted from:
67a0f36183
2016-12-26 13:44:07 -08:00
JosephMcc
7e6b54b760
sort-plugin: Port to libpeas
...
Adapted from:
55dfd7836e
2016-12-26 13:39:52 -08:00
JosephMcc
decfeff888
modelines-plugin: Port to libpeas
...
Adapted from:
b43579beda
2016-12-26 13:29:33 -08:00
JosephMcc
4cad8ffa7f
filebrowser-plugin: Port to libpeas
...
Adapted from:
3e00f9094c
2016-12-26 13:25:50 -08:00
JosephMcc
fdc2da63a9
docinfo-plugin: Port to libpeas
...
Adapted from:
9ca3dda491
2016-12-26 13:13:01 -08:00
JosephMcc
7220312ac6
changecase-plugin: Port to libpeas
...
Adapted from:
c475e25a50
2016-12-26 13:08:36 -08:00
JosephMcc
b52cc3f037
Port plugin system to libpeas
...
Adapted from:
52fd78ddfc
2016-12-26 12:53:23 -08:00
JosephMcc
29f0acc0d6
Drop some leftover 2.xx comments from gnome/pluma
2016-12-26 11:53:22 -08:00
JosephMcc
ae4b648a79
xed-window: Remove an unused function
2016-12-26 11:49:28 -08:00
JosephMcc
8cb1a6dad8
Remove a couple of invalid annotations
2016-12-26 11:44:21 -08:00