[gnome-text-editor] Created tag 41.alpha1
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-text-editor] Created tag 41.alpha1
- Date: Mon, 19 Jul 2021 22:27:33 +0000 (UTC)
The unsigned tag '41.alpha1' was created.
Tagger: Christian Hergert <chergert redhat com>
Date: 1626733634 -0700
build: release 41.alpha1
Changes since the last tag '3.39.92':
Allan Day (2):
dialogs: Minor string changes
Save changes string change
Christian Hergert (171):
NEWS: spell check
build: remove styles bundled with GtkSourceView
Revert "tab: mockups had bold titles"
build: add xdg-run/gvfsd access
document: pause buffer monitor during busy operations
document: remove old kludge
document: fix tag for async function
document: log errors when deleting drafts
document: clear autosave after saving draft
build: give access to home
build: add build identifier to about dialog
about: update contributors
map: add hidden feature for overview map
settings: add hidden toggle to show background grid
post release bump
preferences: add grid pattern preference
window: fix action enabled for class actions
window: add close-page-or-window action
menus: add New Tab and Close Tab menu items
window: make tooltip match menu entry
window: add save/discard variants with confirmation
infobar: use destructive actions for save/discard
Merge branch 'master' into 'master'
window: put cancel before destructive actions
window: remove tooltip until GTK bug is fixed
session: fix typos
session: add auto-save-delay property
session: reduce auto-save-delay to 3 seconds
settings: add auto-save-delay setting
menus: expose "Find" (ctrl+f) instead of Replace
search: use consistent shortcut casing
css: tweak padding to avoid border aliasing
window: tooltip is fixed in GTK now
page: dont change editable status while busy
about: only show symbolic version unless development build
Release Text Editor 40.0
window: add F10 accelerator for primary menu
doap: add gnome-text-editor.doap
document: track etag from document when saving
document: load etag with document
Merge branch 'fix-preferences' into 'master'
update README.md
flatpak: add sassc for libadwaita
preferences: add toggle for overview map
Merge branch 'fix-menmonics' into 'master'
build: remove use of deprecated API
Merge branch 'wip/jimmac/nightly-icon-tweak' into 'master'
Merge branch 'avoid-you' into 'master'
page: tweak margins
build: disable error
document: tweak line spacing
overview: add border to overview map
page: tweak margin of lines renderer
searchbar: add more space for close button
searchbar: bit more on the right
page: add margin to overview map
build: update desktop database last
build: be more specific about build requirements
css: tweak border between document and map
window: use AdwStatusPage
window: remove debug code
icons: add icon for document-modified
window: check for page range before calling getter
window: move from GtkNotebook to AdwTabView
tab: remove old EditorTab code
session: allow opening documents with specific encoding
document: refactor loading/saving to support encoding/line endings
session: track encoding when storing session information
spellcheck: add plumbing for spellcheckers
menu: add joined menu helper
spellcheck: stub out menus for spell checking
document: add spell checker object to document
textregion: import text region for use in spell adapters
spellcheck: plumb buffer information to spell adapter
spellcheck: give cursor position to adapter
spellcheck: scaffolding to start updating ranges
spellcheck: udpate after setting buffer
spellcheck: create tag for misspelled words
spellchecker: connect plumbing to check words
spellcheck: disable spellcheck for now
spellcheck: avoid no-spell-check contexts from GtkSourceView
spellcheck: handle beginning of document correctly
README: add link to try it out
README: fix link
spellcheck: extract iteration into cursor helper
spellcheck: improve spell cursor movements
spellcheck: ignore words containing the insertion cursor
spellcheck: reduce delay before we check
build: update libadwaita link
sidebarrow: tweak layout of rows
window: fix actions to reorder pages
css: remove dead code
css: tweak close button size and visibility for touch
page: work around GtkTextView ctrl+page_up/down
shortcuts: update shortcuts for tab changes
shortcuts: remove legacy visible properties
sourceview: move gutter tweaks to sourceview subclass
sourceview: move spelling menu work into source view subclass
settings: add support for highlighting the current line
searchbar: be more flexible with replacing text
document: guess content-type after typing first line
searchbar: hide after performing search movement
page: remove top-margin hacks
searchbar: make scroll movements live
page: use scroll_mark_onscreen()
css: tweak shadow color for search entry
css: make search close button larger
page: improve positioning of search box
css: soften shadow
searchbar: handle up/down keys while focused on search entry
languagedialog: allow hiding with escape
themeselector: use focus-on-click instead of can-focus
spellcheck: add EditorSpellLanguageInfo
spellcheck: load languages menu
enchant: fix typo from char/uint switch
spellcheck: fix markup for name
wrap: break graphemes if we cannot break on words
page: fix legacy notebook usage
page: add focus helper
focus: avoid overriding grab_focus
css: tweak shadow on search bar
spellcheck: use spelling action prefix
spellcheck: skip past .utf8 entries
spellcheck: add language property to adapter
document: add document actions to source view
spellcheck: add enabled property
spellcheck: fix menu prefix for actions
spellcheck: allow disabling spellcheck globally
spellcheck: short-circuit on numbers
spellcheck: add helper to add words to session
spellcheck: add passthrough API to check and list corrections
spellcheck: add API to update the spellcheck menu section
spellcheck: update menu when showing context menu
spellcheck: fix warning
spellcheck: make spell check more interactive
spellcheck: dont check while document is busy
Merge branch 'fchooser-several-files' into 'master'
sourceview: put GSV menu in its own section
sourceview: ensure spelling section too
spellcheck: add plumbing to add word to dictionary
soureview: add action to add word to dictionary
spellcheck: remove unused function
searchbar: tweak spacing for close button
page: set smart-backspace property
spellcheck: use sub-iterators to seek further
Merge branch 'wip/chergert/spelling-cursor' into 'master'
tests: add additional spell cursor test
build: bump version to 41.alpha0
bufferscheduler: add buffer scheduler helper
spellcheck: use source to coallesce work
bufferscheduler: remove buffer from callback
document: do not reapply tag on changes
spellcheck: improve spell check tracking
spellcheck: separate before/after operations on adapter
spellcheck: invalidate on cursor moves
session: make sure we have a file before dup'ing
spellcheck: allow ignoring a word for the session
spellcheck: set the update_source field
spellcheck: make invalidate all helper public
spellcheck: invalidate after adding/ignoring words
spellcheck: remove tag when invalidating
spellcheck: allow changing word beneath cursor
spellcheck: simplify menu
spellcheck: plumb support for extra word characters
spellcheck: give access to word movements with spellcheck
spellcheck: actually return extra word chars
spellcheck: use cursor iters to move words based on language
spellcheck: add check for extra word chars
spellcheck: short-circuit known spaces
infobar: fix title/underline
build: release 41.alpha1
Jakub Steiner (1):
icon: nightly tweaks
Matthias Clasen (1):
Fix a crash when opening preferences
vanadiae (2):
Add missing mnemonics
window-actions: Allow opening multiple files at once
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]