JosephMcc
46c8d8adc8
ui: Convert the remaining actions to use symbolic icons
...
With the toolbar icons converted to symbolic icons we now have a mix of symbolic
and non-symbolic icons in the menu since they share the same GtkAction's.
Convert the remaining actions along with a couple that are placed in the menu
by plugins to use symbolic style icons.
2016-10-05 12:20:30 -07:00
JosephMcc
94dae95b95
toolbar: Revamp the main toolbar style
...
Get rid of the text and switch all icons to slightly smaller symoblic icons.
This will allow it to behave much better with dark gtk themes. Replace the
recent documents button with a button for file open. Changing the style of
the buttons on the main toolbar also effects the fullscreen toolbar so
update this as well to use a matching layout.
2016-10-04 11:32:30 -07:00
Clement Lefebvre
bafaeaca98
Default Settings: Changed line width to 120 chars and enabled "insert-spaces".
...
This follows the Developer Guidelines.
2016-09-25 11:39:23 +01:00
Clement Lefebvre
26d0ac85a0
Reformated code to conform to Mint coding style
...
As discussed within the team.
2016-09-21 13:44:19 +01:00
Clement Lefebvre
f4236351ae
Give Xed a Sublime-like searchbar
...
The search dialog is replaced with a searchbar similar to the one used in Sublime.
The following features are implicit and therefore removed:
- "incremental search"
- "remove highlights"
- "parse \n characters"
Code style is applied to impacted files (should have been done in a separate commit but it was being discussed during WIP and the new committed code followed neither the new style nor the old).
2016-09-20 16:32:54 +01:00
Clement Lefebvre
c8f0c14add
Toolbar: Don't emphasize toolbar items (save, open, undo)
2016-08-19 10:44:43 +02:00
Clement Lefebvre
c8ef96a94d
When running as root, add an infobar to warn about Elevated Privileges
2016-08-18 20:09:35 +01:00
Clement Lefebvre
6cb2e56365
Revert "Fixed some UI elements not localized"
...
This reverts commit 2dbb1bea6b
.
2016-08-18 14:42:01 +02:00
Clement Lefebvre
459311abd8
Revert "Makepot"
...
This reverts commit f38949ed09
.
2016-08-18 14:41:58 +02:00
Clement Lefebvre
f38949ed09
Makepot
2016-08-18 14:11:04 +02:00
Clement Lefebvre
2dbb1bea6b
Fixed some UI elements not localized
2016-08-17 17:28:36 +02:00
Clement Lefebvre
817f782040
Add "notepad" to the list of menu item keywords
2016-08-17 13:04:51 +02:00
Clement Lefebvre
3b10e7f2d0
Fixed NEWS files
2016-08-17 13:03:34 +02:00
Clement Lefebvre
f9d4e0cb1d
Merge pull request #26 from JosephMcc/configure-fix1
...
configure: Don't require passing --with-gtk=3.0 to build
2016-07-22 10:37:52 +02:00
JosephMcc
ff223deb29
configure: Don't require passing --with-gtk=3.0 to build
...
Xed is a gtk3 application. We don't need to default to trying to build with gtk2
Fixes https://github.com/linuxmint/xed/issues/23
2016-07-20 00:50:32 -07:00
Clement Lefebvre
41fb3ba791
1.0.6
2016-06-25 11:39:23 +01:00
Clement Lefebvre
c903282a8a
Added new translations to po/LINGUAS
2016-06-25 11:38:10 +01:00
Clement Lefebvre
40f7fd1476
Updated translations
2016-06-25 11:27:50 +01:00
Clement Lefebvre
4d2c51a965
Merge pull request #20 from mtwebster/dnd
...
xed-notebook.c: check vertical mouse position when determining
2016-06-23 01:17:47 +01:00
Michael Webster
78080f80bb
xed-notebook.c: check vertical mouse position when determining
...
whether a tab is being manipulated. We were just checking
horizontal position, which meant that depending on where you start
a drag-and-drop, it might think you're trying to drag a tab instead,
causing undesirable behavior.
2016-06-22 18:08:19 -04:00
Clement Lefebvre
24a6a23e61
1.0.5
2016-05-24 14:31:01 +01:00
Clement Lefebvre
c97c261830
Updated translations
2016-05-24 14:30:19 +01:00
Clement Lefebvre
d4f163abb2
1.0.4
2016-04-27 14:31:45 +01:00
Clement Lefebvre
22c46dd685
Updated translations
2016-04-27 14:30:24 +01:00
Clement Lefebvre
6f4eefe1e4
Use Ctrl+Y for Redo
2016-03-04 16:52:26 +00:00
Clement Lefebvre
5716a01447
Merge pull request #13 from JosephMcc/notebook-shadow
...
notebooks: Remove the extra frame from the main and documents panel s…
2016-03-03 15:21:30 +00:00
Clement Lefebvre
74a6aeea64
Merge pull request #12 from itzexor/close-confirmation-document-list
...
xed-close-confirmation-dialog: fix scrolledwindow minimum height
2016-03-03 15:21:03 +00:00
JosephMcc
7d7249aefb
notebooks: Remove the extra frame from the main and documents panel scrolled windows
2016-02-23 03:46:25 -08:00
itzexor
60504dac90
xed-close-confirmation-dialog: fix scrolledwindow minimum height
2016-02-20 16:05:49 -08:00
Clement Lefebvre
057e2aa4ea
Merge pull request #11 from JosephMcc/gtk-cleanup1
...
gtk: We're targeting gtk3.10 so clean up all the gtk version checks a…
2016-02-15 09:58:06 +00:00
JosephMcc
b084e7b4c6
gtk: We're targeting gtk3.10 so clean up all the gtk version checks and go with that
2016-02-14 14:47:56 -08:00
Clement Lefebvre
d1cc738f54
GTK 3.10 compatibility
2016-02-10 15:30:31 +00:00
Clement Lefebvre
95da1f57da
Merge branch 'XRevan86-master'
2016-02-10 15:24:38 +00:00
Sorokin Alexei
fc63ede018
Warnings fixes
2016-02-10 16:19:23 +03:00
Sorokin Alexei
ee18f17330
Remove MATE leftovers
2016-02-10 16:19:07 +03:00
itzexor
48c5c0ad5e
Fix build with gnome-common
2016-02-10 16:18:48 +03:00
monsta
61ad45a01a
fix a few build warnings
2016-02-10 16:15:50 +03:00
Clement Lefebvre
48062a8267
1.0.3
2016-02-10 10:18:53 +00:00
Clement Lefebvre
5feed8d0ed
Fixed wrong dconf paths
2016-02-10 10:00:39 +00:00
Clement Lefebvre
abdd1fe52a
packaging: switch to gnome-common
2016-02-09 09:00:10 +00:00
Clement Lefebvre
cb9eec1481
1.0.2
2016-02-06 16:45:11 +00:00
Clement Lefebvre
16eacdc3f4
Renamed Xedit -> Xed (avoid name clash with x11-apps's xedit)
2016-02-04 09:20:42 +00:00
Clement Lefebvre
c8dd785ea8
Switch autogen.sh from mate-common to gnome-common
2016-02-04 09:14:48 +00:00
Clement Lefebvre
e4a7133e2d
Merge pull request #4 from ali1234/patch-1
...
Fix incorrect git URL in HACKING
2016-02-04 09:08:20 +00:00
Alistair Buxton
dc6b924331
Fix incorrect git URL in HACKING
2016-02-03 20:14:11 +00:00
Clement Lefebvre
5cdbafaa2c
Merge pull request #1 from JosephMcc/update-1
...
Clean up GTK support
2016-01-27 14:14:29 +00:00
JosephMcc
b16db94d48
xedit-status-combo-box: Clean up and fix deprecations
2016-01-27 05:07:09 -08:00
Clement Lefebvre
b807fef3c8
1.0.1
2016-01-27 11:18:03 +00:00
Clement Lefebvre
1643bd89ef
Cleaned up Help
2016-01-27 11:08:11 +00:00
JosephMcc
f6c4752434
xedit-statusbar: Clean up and fix some deprecation warnings
2016-01-26 12:32:39 -08:00