| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix visual column position in overlay label
* Defer gtk/gsv initialization to GtkApplication startup so that
GApplication may determine proper app-id for process without
relying on systemd/dbus conventions
* Fix name in properties panel after save-as
* Translation updates
* Break out of recursive Policy-Kit authorization requests from
user-cancellation.
* Do not re-display position label as side-effect of auto-save
* Translation updates
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix accessibility properties on search entry
* Translation updates
* Defaults for markdown no longer imply 80 char right margin and
it is instead inherted from gsetting defaults.
* Fallback indentation selection is in preferences now.
* Translation updates
* Slight UI tweaks to the open button to allow for better shrinking
of the window to narrow sizes
* Search bar cancellation bug fixes
* Fix right-margin-position in preferences not working on some
distributions
* Translation updates
* More refinement on design updates
* Search bar moved to bottom of text area
* Track changes in xdg-portal
* Translation updates
* The view menu has been removed in favor of a new properties panel
based on feedback from users over the past couple of years.
* The indention selection menu has also been removed for the same
reason.
* More options in preferences have been exposed.
* The 'grid' option has been removed from preferences as it has had
a number of issues. Though if you've enabled it, it will continue
to be visible to allow turning it off.
* Opening files with encoding errors will present the option to select
an encoding from the infobar.
* Text Editor now uses the new "text" GtkFileDialog APIs from GTK.
This should allow using portals and thus, Nautilus as a file chooser.
* Document statistics can be updated as you type in the new panel.
* The language selection dialog shows recent languages above other
languages to make common changes quicker.
* The position label is now displayed above the editor view when the
cursor moves for reasons other than typing such as jumping by arrow
movement or mouse/touch press to move the cursor.
* Fix alignment/sizing of zoom buttons.
* A new fullscreen mode similar to Ptyxis/Epiphany.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Unescaping URIs for tooltips to improve legibility
* Fix initial-trailing-newline when settings auto-discovery is disabled
* Fix save-as when using admin:// URIs
* Pin document encoding when loading a file
* Override extend_selection for multi-mouse-press to avoid some slow
corner cases in minified JSON files
* Markup fixes in properties dialog
* Updated translations
* Fix document to default to implicit trailing newlines
* Improve text wrapping for banners on small form factors
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- use libspelling instead of enchant2
* Fix focus ring around checkmark in save-changes dialog
* Translation updates
* Text Editor now uses libspelling for spellchecking
* Various CSS fixes for transitioning to AdwDialog
* implicit-trailing-newline is now turned on by default
* Various recoloring tweaks to better match platform styling.
* Improvements to use of AdwDialog.
* Print operations improvements.
* Spellcheck improvements including support for use with F10/Menu.
* Prefer wide layout for save-changes-dialog.
* Various UI elements have been ported to new libadwaita features so
this is a good chance to discover bugs early.
* A number of papercuts in accordance with the GNOME HIG.
* Text Editor will try harder to break out of potential CPU cyclic
issues from GTK forward validation of text buffers. This should
help reduce CPU usage if/when large files are closed.
* Various spellcheck improvements.
* Ensure encoding is propagated when using Save As.
* More detailed error messages in the error banner.
* Many translation updates.
Thanks to everyone who contributed!
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
===========
- Fix a trivial build error when -Werror=implicit-function-declaration is
- specified.
- Fix an issue with cancellation of closing a page
- Try harder to ensure a buffer disposes associated resources when
the page is closed.
- Translation updates
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
=========
*Remove DBusActicatable=true from the .desktop file to fix an issue
*where you could spawn Text Editor via D-Bus and not have the session
restored at startup.
*AppData fixes
*Translation updates
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
• Various performance workarounds have been added to the overview
map to improve rendering performance and quality with fractional
scaling.
• Translation updates
Changes since 46.beta
• Disable editing while document is loading
• Discard still-loading documents when saving session
• Fix some tab integration issues with libadwaita
Changes since 46.alpha
• Use AdwAboutDialog
• Fix keyboard access to light/dark/follow theme selectors
• Use GtkFontDialog instead of deprecated GtkFontChooserDialog
• Check for files on disk before restoring drafts to avoid displaying
deleted files.
• Performance improvements to the minimap on GTKs new renderer
• Avoid draft auto-save file the document is still loading
• The language selection dialog is now modal
• A new-window action was added to .desktop file for GNOME Shell
• Improve support for closing a page while it is still loading
• Updated translations
Changes since 45.0
• Make various UI elements conform better to GNOME HIG
• Fix etag usage when comparing changes from GFileMonitor
• Cancel document loading when tab or window closes. This fixes an issue
where you could have 100% CPU doing Pango line breaking on extremely large
files even after closing a window or tab.
• Improve margin for RTL languages
• Updated appdata/metainfo
• Fix memory leak in usage of GtkNativeDialog
• Work around some broken user configurations for XDG special directories
• Translation updates
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
| |
It is set to meson by default
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
libpcre is needed. glib-2.0 now uses libpcre2 instead of libpcre which
was indirectly satisfying this
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
==========
• Fix a crash at shutdown after saving state. This didn't cause any data
loss, but could be annoying.
• Spellcheck underline fixes for various languages
• Various robustness fixes for GTK 4
• Fixes for inconsistent line-endings
• Translation updates
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
==========
• Improved preference dialog styling for libadwaita
• Build system fixes
• Fix icons for zoom controls
• Fix titles in save-changes dialog
• Translation updates
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|