Menu

#63 tiny improvements: page scrolling; window title; paper size

open
nobody
None
5
2018-04-27
2011-01-02
Timo Kluck
No

* When adding a new page, scroll halfway between the new page and the previous page. This makes it easier to continue what you were writing.
* use localized values for default paper sizes (only affects new installs without previous configuration file in place)
* Use "filename.xoj - Xournal" in titlebar instead of "Xournal - filename.xoj". I usually have several instances running at once and rather have the 'Xournal' bit cropped on my taskbar than the filename bit.
* don't use fixed size buffers for the page number " of %d" part - we can't be sure that char[10] is sufficient in every localization. Use g_strdup_printf instead.

Discussion

  • Timo Kluck

    Timo Kluck - 2011-01-02

    four tiny improvements

     
  • Denis Auroux

    Denis Auroux - 2011-01-03

    Thanks! Seems useful.
    Denis

     
  • Elliot Chen

    Elliot Chen - 2018-04-27

    Hi! I know this is an old patch, but is there an update for 0.4.8?

     
    • Denis Auroux

      Denis Auroux - 2018-04-28

      Afraid there isn't an updated version of the patch. Most of this should
      still be able to apply to the current version, though -- it should
      mostly be a matter of adjusting the line numbers in the patch.

      Denis

       

Log in to post a comment.