On Sun, 03 Apr 2011 06:15:54 -0700, Matthew wrote:
On 04/03/11 06:01, Enrico Tröger wrote:
I'd use your patch or update the copy directly, whatever will be easier for me, soon. Thanks so far.
Probably just as easy for you to manually update it since you know more of this. I just wanted to try myself, because there is a new feature I wanted to look at.
I updated the Scintilla copy to 2.25. Basically it works but there are still issues: - I think based on the release notes of Scintilla, SCN_UPDATEUI is called more often than before, e.g. also for scrolling events. So, we maybe need to filter those events out we don't need to prevent performance impacts
- on GTK 2.22 and newer, Scintilla now uses Cairo for drawing which results in smaller and differently rendered fonts. Need to investigate this further
If you notice any other issues, report them here.
Matthew, I didn't apply your patches resp. backport them from Scintilla HG yet, mainly because I didn't manage it in time, let's do this within the next days.
Regards, Enrico
Le 03/04/2011 23:34, Enrico Tröger a écrit :
On Sun, 03 Apr 2011 06:15:54 -0700, Matthew wrote: [...]
- on GTK 2.22 and newer, Scintilla now uses Cairo for drawing which
results in smaller and differently rendered fonts. Need to investigate this further
I investigated this and sent a patch to upstream: https://sourceforge.net/tracker/?func=detail&aid=3272662&group_id=24...
Ah and actually the font was bigger for me :D Nothing really strange about it if I understood the problem completely since it's related to screen resolution.
If you notice any other issues, report them here.
Not yet, let's test further :)
Cheers, Colomban
On Mon, 04 Apr 2011 00:30:32 +0200 Colomban Wendling lists.ban@herbesfolles.org wrote:
Le 03/04/2011 23:34, Enrico Tröger a écrit :
On Sun, 03 Apr 2011 06:15:54 -0700, Matthew wrote: [...]
- on GTK 2.22 and newer, Scintilla now uses Cairo for drawing which
results in smaller and differently rendered fonts. Need to investigate this further
I investigated this and sent a patch to upstream: https://sourceforge.net/tracker/?func=detail&aid=3272662&group_id=24...
Ah and actually the font was bigger for me :D Nothing really strange about it if I understood the problem completely since it's related to screen resolution.
Maybe that's the reason I didn't recognize any changes ;)
Cheers, Frank
On 04/03/11 14:34, Enrico Tröger wrote:
- on GTK 2.22 and newer, Scintilla now uses Cairo for drawing which
results in smaller and differently rendered fonts. Need to investigate this further
Font look good to me, and they match up with the FontSelectionDialog preview in size, where they didn't seem to before.
Hopefully the issue with bold fonts causing alignment issues is gone now, I still need to test a bit more.
Cheers, Matthew Brush
Am 04.04.2011 00:35, schrieb Frank Lanitz:
On Mon, 04 Apr 2011 00:30:32 +0200 Colomban Wendlinglists.ban@herbesfolles.org wrote:
Le 03/04/2011 23:34, Enrico Tröger a écrit :
On Sun, 03 Apr 2011 06:15:54 -0700, Matthew wrote: [...]
- on GTK 2.22 and newer, Scintilla now uses Cairo for drawing which
results in smaller and differently rendered fonts. Need to investigate this further
I investigated this and sent a patch to upstream: https://sourceforge.net/tracker/?func=detail&aid=3272662&group_id=24...
Ah and actually the font was bigger for me :D Nothing really strange about it if I understood the problem completely since it's related to screen resolution.
Maybe that's the reason I didn't recognize any changes ;)
Fonts didn't change for me as well.
Hopefully the issue with bold fonts causing alignment issues is gone now, I still need to test a bit more.
Unfortunately that issue is still there.
Other than that, no issue for me. If anything I'd say scrolling is very slightly more smooth, but that may just be pure imagination.
Best regards.