gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue May 26 18:13:01 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/12680ebb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a873cae9 (commit)
	from  https://github.com/Gnucash/gnucash/commit/fde6be6e (commit)



commit 12680ebb58ee978613d2e25af860079d8b03f54d
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue May 26 12:27:10 2020 -0700

    gnucash-item-edit.c: Small whitespace fixup.

commit a873cae90e418e317122a202873302093140a314
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue May 26 12:19:51 2020 -0700

    Place the cursor after the preedit.
    
    Connect to the GtkEntry's preedit-changed signal and stash the preedit
    length.
    
    Uses the PangoLayout's text instead of the GtkEntry's because the former
    includes the current preedit string and the latter does not. Add the
    preedit length to the cursor position so that the cursor is drawn to the
    right (left in RTL languages) of the preedit.



Summary of changes:
 .../register/register-gnome/gnucash-item-edit.c    | 60 +++++++++++++++-------
 .../register/register-gnome/gnucash-item-edit.h    |  1 +
 2 files changed, 43 insertions(+), 18 deletions(-)



More information about the gnucash-patches mailing list