JosephMcc
8cece49ab6
Merge pull request #68 from JosephMcc/1.4-dev-1
...
1.4 dev
2017-02-10 02:33:38 -08:00
JosephMcc
c620e48c96
xed-view: Add some margin to the top and left of the text view
2017-02-10 00:18:17 -08:00
JosephMcc
ad31cd9e36
Debian: Bring back the xed-doc package
2017-02-09 14:15:21 -08:00
JosephMcc
3a83594498
Add a preference to allow using the dark variant of a theme if available
2017-02-09 13:58:08 -08:00
JosephMcc
69f71de2de
xed-window: Fix getting the wrong window size when cloning a window
...
This was mostly caused by a missing set of parens resulting in the wrong logic
being used. Go ahead a clean things up just a bit while I'm here.
2017-02-09 10:30:52 -08:00
JosephMcc
399fc81a41
xed-app: Fix a typo
2017-02-09 04:04:03 -08:00
JosephMcc
17837139ac
xed-app: Shutdown metadata-manager after GTK+
2017-02-09 03:47:08 -08:00
JosephMcc
3567a8e4c9
xed-app: Handle also application::open
2017-02-09 03:34:02 -08:00
JosephMcc
3b9d03837b
Don't use global vars for command line parsing
2017-02-09 03:30:01 -08:00
JosephMcc
42f78a6980
Set textdomain as soon as possible
2017-02-09 03:04:04 -08:00
JosephMcc
e3e316ea8a
Start using GResource
...
This converts our existing ui files for the main programs to resources and adds
a template for xed-view-frame
2017-02-09 02:37:10 -08:00
JosephMcc
3cfd0f3d5f
Remove the dialog utility library
2017-02-06 17:56:51 -08:00
JosephMcc
bf69e64718
Don't use deprecated gtk_widget_set margin_left/right
2017-02-05 03:54:09 -08:00
JosephMcc
ab8bf81cc3
xed-progress-info-bar: Properly expand the progress bar
2017-02-05 03:20:35 -08:00
JosephMcc
3496c88947
info-bar: Don't use icons in buttons
2017-02-05 02:20:27 -08:00
JosephMcc
30e996eaea
info-bars: Don't use deprecated GtkStock
2017-02-05 02:10:26 -08:00
JosephMcc
9a4f7e55fe
info-bars: Don't use deprecated gtk_misc
2017-02-05 02:04:14 -08:00
JosephMcc
42bb35d41f
message-area: Rename message area to info bar
...
Lets call it what it is
2017-02-05 01:41:46 -08:00
JosephMcc
2aa009cb76
Port xed to dbus and GtkApplication
...
This further improves on the port to GtkSource API's and cleans up a ton of
legacy code in xed based on upstream changes in Gedit.
2017-02-04 22:17:58 -08:00
JosephMcc
f05ddd7b63
Port to GtkSource* API
...
There are still bugs but this gets it started
2017-01-30 14:52:12 -08:00
JosephMcc
6888501019
xed-document: Do some cleanup
...
This is a bit more work in preparation for porting to more of the GtkSource*
API's
2017-01-29 12:59:13 -08:00
JosephMcc
32200f4b7e
Plugins: Remove the changecase plugin
...
Change case is provided by part of the GtkSourceView context menu. If we want
this available in the main application menu we can bring it back as built in
functionality. There is no real reason to keep a plugin around just for that
2017-01-29 04:19:04 -08:00
JosephMcc
5071bfe065
Add _xed_document_needs_saving
...
Based on acbf4d4f0c
2017-01-29 03:36:27 -08:00
JosephMcc
511fc3dfec
Port to the GtkSourceView search functionality
...
This also gives us support for regex search
2017-01-28 19:12:36 -08:00
JosephMcc
0a9588ef63
Clean up our GSettings use a bit more
2017-01-21 18:44:15 -08:00
JosephMcc
f546598d83
Remove xed_utils_location_has_file_scheme
2017-01-21 14:44:55 -08:00
JosephMcc
ed03c490d1
xed-document: Rework externally modified/deleted check
...
7c5e872ad6
2017-01-21 14:08:11 -08:00
JosephMcc
6b8c07d90e
Kill xed-language-manager and use gtksourcelanguagemanager directly
2017-01-21 13:51:08 -08:00
JosephMcc
4a6f1d02b8
xed-document: Fix a couple of possible memory leaks
2017-01-21 01:36:15 -08:00
JosephMcc
4f277063f0
Remove the xed style scheme manager instance
...
f5d46ef3cc
2017-01-21 01:31:05 -08:00
JosephMcc
1d6f119b04
Pull some upstream changes from Gedit in prep for using more of the
...
GtkSource* backend
2017-01-20 12:24:07 -08:00
JosephMcc
176dac188b
xed-document-output-stream: Factor out validate_and_insert method
2017-01-19 03:45:06 -08:00
JosephMcc
e3e9566570
Merge smart converter in the document output stream
...
Based on 85279adad6 (diff-c243a4d5a7789c35057282ee780df3d5)
2017-01-19 03:29:38 -08:00
JosephMcc
2fb3813793
xed-document-output-stream: Clean up code style
2017-01-19 01:48:54 -08:00
JosephMcc
28ef771d15
xed-document-output-stream: Clean up code style
2017-01-19 01:38:13 -08:00
JosephMcc
dfa7714cc5
tests: Fix to use GFile instead of uris
2017-01-19 00:35:42 -08:00
JosephMcc
ca08220560
xed-preferences-dialog: Fix a setting having the wrong sensitiviy
...
The font chooser sensitivity was backwards
2017-01-19 00:13:56 -08:00
JosephMcc
5d62c0c452
Redesign the goto line popup dialog
2017-01-19 00:00:59 -08:00
JosephMcc
7a06a119b5
Clean up the docs a bit
2017-01-16 16:43:46 -08:00
JosephMcc
490303557a
Revamp our handling of settings
...
The current handling of settings is a very roundabout leftover from the days of
gconf. Simplify and handle the setting more directly. At the same time move
handling of saving the window state to gsettings instead of saving it to a
config file.
2017-01-16 15:41:07 -08:00
JosephMcc
f21c6e9361
Port to the use of GFile instead of URIs and merge gio document loader and saver
...
into document loader and saver
2017-01-14 11:48:19 -08:00
JosephMcc
6a997b1b79
xed-searchbar.c/h: Clean up styling a bit
2017-01-13 03:49:38 -08:00
JosephMcc
5267b52c70
xed-searchbar: Add a couple missing casts and remove an unused variable
2017-01-13 03:33:53 -08:00
JosephMcc
d38b1cd953
xed-statusbar: Fix a missing cast
2017-01-13 03:24:27 -08:00
JosephMcc
c5d8a4378a
xed-statusbar.c/h: Clean up code styling
2017-01-13 03:21:50 -08:00
JosephMcc
9dc61e0df5
xed-file-dialog.c/h: Clean up code styling
2017-01-13 03:10:01 -08:00
JosephMcc
66800ca9a3
xed-tab-label.c/h: Clean up code styling
2017-01-13 02:53:46 -08:00
JosephMcc
422dc034f4
Clean up uses of deprecated GtkMisc
2017-01-13 02:44:53 -08:00
JosephMcc
c65c6f2a3e
spell-plugin: Clean up a few things
...
Clean up a couple files, remove deprecated widgets from the UI files and clean
up the styling of a couple dialogs a bit
2017-01-12 23:59:23 -08:00
JosephMcc
c03a0a3e7d
time-plugin: Clean up a bit from libpeas port
2017-01-11 23:47:49 -08:00