Commit Graph

376 Commits

Author SHA1 Message Date
JosephMcc f1c1e6c689 xed-encodings-dialog: Clean up some deprecations 2016-12-25 12:42:36 -08:00
JosephMcc c801604a2c xed-encodings-dialog: Clean up code styling 2016-12-25 12:42:36 -08:00
JosephMcc 41162911b2 close-confirmation-dialog: Clean up some deprecations
We're stuck with a couple uses of gtk_misc_* for now until we can move to a
newer minimum version of gtk3.
2016-12-25 12:42:36 -08:00
JosephMcc 2ab142b094 close-confirmation-dialog: Clean up code styling 2016-12-25 12:42:36 -08:00
Clement Lefebvre 708d79dbf8 Search: Don't jump to the next result when toggling search options 2016-12-16 21:35:41 +00:00
Clement Lefebvre e3bddd9e80 1.2.2 2016-12-12 12:44:11 +00:00
Clement Lefebvre 73705d6734 l10n: Update translations 2016-12-12 12:42:56 +00:00
Clement Lefebvre 3b5c578e00 l10n: Add missing pot file
It was removed by accident in previous commits.
2016-12-05 11:34:59 +00:00
Clement Lefebvre d890aaf565 Search: Perform a search when case-sensitive or entire-word buttons are clicked 2016-12-05 11:25:59 +00:00
Clement Lefebvre 615ae47272 Search: Fix search jumping to next result while typing 2016-12-05 11:17:24 +00:00
Clement Lefebvre 4028e617fb Merge pull request #57 from JosephMcc/searchbar-close
searchbar: Make some improvements
2016-12-02 19:43:12 +00:00
JosephMcc 0f1de23d7f searchbar: Make sure we clear highlighting when the last character is removed
We need to call do_find() even if we just backspaced the last character out of
the search entry. This ensures all highlighting gets removed from the document.
2016-11-28 15:07:57 -08:00
JosephMcc aa31c09fc7 searchbar: Add a close button
Currently there is no clear way to close the searchbar. Add a simple small close
button to make this easier.
2016-11-28 14:23:27 -08:00
Clement Lefebvre 2133a2f5b5 1.2.1 2016-11-10 00:36:34 +00:00
Clement Lefebvre b541c2f8b6 l10n: Update translations 2016-11-10 00:34:47 +00:00
Clement Lefebvre bc250a48fd l10n: Improve some of the new msgids 2016-11-02 18:14:20 +00:00
Clement Lefebvre 111fc4946b 1.2.0 2016-11-02 15:56:01 +00:00
Clement Lefebvre 4d48da0e6a Update pot file 2016-11-02 15:50:29 +00:00
Clement Lefebvre a6fd36b004 Merge pull request #44 from JosephMcc/documents-panel
Documents panel
2016-10-07 11:22:40 +01:00
Clement Lefebvre 4e1a63347a Merge pull request #43 from JosephMcc/notebook-button
xed-close-button: Convert to using a symbolic icon
2016-10-07 11:22:32 +01:00
Clement Lefebvre cfd631779e Merge pull request #42 from JosephMcc/fullscreen-tabs
ui: Don't hide the main notebook tabs in fullscreen
2016-10-07 11:22:22 +01:00
Clement Lefebvre 9bf99cc84f Merge pull request #41 from JosephMcc/toolbar-revamp1
toolbar: Revamp the main toolbar style
2016-10-07 11:22:16 +01:00
JosephMcc cadb9c72c6 filebrowser-plugin: Convert most icons to symbolic icons 2016-10-06 13:24:36 -07:00
JosephMcc a187bb016d filbrowser-plugin: Convert indentation to spaces and remove extra whitespace 2016-10-06 12:17:48 -07:00
JosephMcc 1e9f14ebee xed-close-button: Convert to using a symbolic icon
Also remove some use of deprecated GtkRcStyle
2016-10-06 11:39:05 -07:00
JosephMcc 14c5bc1a99 ui: Don't hide the main notebook tabs in fullscreen
Not sure why this was being done but keep the open tabs visible when swithcing
to fullscreen so you can still access all open tabs
2016-10-06 11:20:12 -07:00
JosephMcc 2ecb36178a prefs: Remove now unused toolbar style prefs
We no longer set a toolbar button style so remove some of the left over code for
handling it.
2016-10-06 10:33:53 -07:00
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