[00:09:28] I saw! [00:09:29] Congrats. [00:09:45] I meanwhile have Factor partially working in HiDPI mode on Windows. [00:09:56] I believe I am the only consumer of this feature right now, but I'm proud. :) [00:10:05] (I'll be prouder if it's 100% working, but I'm making progress.) [02:18:27] * bmp is now way deep into the Uniscribe documentation, which seems to be a major source of his remaining issues. [02:18:41] I may give up on this. I'm not sure. [03:34:06] bmp: stuck somewhere? [03:52:19] Not stuck. Just feeling like the rabbit hole doesn't stop for awhile. [03:52:39] First I got the manifest loading. Then I added calls and am getting notified when Factor's DPI changes. I figure that was it. [03:53:01] But there's both something wrong bounds setting in OpenGL, and Uniscribe is still rendering at the old DPI. [03:55:49] And so I need to learn enough of at least how Factor uses those systems to keep going. [03:56:11] Totally solvable. Just frustrating. I'd figured setting gl-scale-factor was basically it. [04:33:07] * michaelro [michaelro!~michaelro@c-50-167-137-17.hsd1.ga.comcast.net] has joined the channel. [04:55:15] * dondy1 [dondy1!~dondy@x5ce3e6e8.dyn.telefonica.de] has joined the channel. [04:58:33] * dondy [dondy!~dondy@x4db4c8aa.dyn.telefonica.de] has quit (Ping timeout: 272 seconds). [05:11:12] * michaelro [michaelro!~michaelro@c-50-167-137-17.hsd1.ga.comcast.net] has quit (Ping timeout: 245 seconds). [07:02:33] * koisoke [koisoke!xef4@epilogue.org] has joined the channel. [10:05:50] * aries_liuxueyang [aries_liuxueyang!~quassel@27.186.12.91] has joined the channel. [10:24:55] * jtimon [jtimon!~quassel@197.red-88-0-200.dynamicip.rima-tde.net] has joined the channel. [11:50:19] * jtimon [jtimon!~quassel@197.red-88-0-200.dynamicip.rima-tde.net] has quit (Remote host closed the connection). [13:11:36] bmp: git factor seems OK on windows HiDPI what are you fixing? [14:32:41] It displays fine, but it's not hi resolution. Fonts and so on are pixelated. [14:33:10] That's because it's running in DPI-unaware mode. [14:36:21] bmp: theres also a function you need to call before run lopo [14:36:35] *loop [14:37:38] In Factor, or in Win32, you're talking? Latter has nothing you need to call, just a manifest setting, and I know why the Tex [14:37:58] *why the text is still blurry, which will require altering the Uniscribe calls [14:38:02] bmp: win32: https://msdn.microsoft.com/en-us/library/windows/desktop/ms633543(v=vs.85).aspx [14:38:24] bmp: d'oh, same as manifest nvm [14:38:28] You don't need to call that if the manifest is set. [14:38:52] I've got Factor running in per-monitor DPI aware mode. [14:39:04] It's altering Factor's UI to handle it I haven't finished. [14:39:28] The Win32 side of things is "done," after a fashion. :) [14:40:34] good luck ;) [14:40:38] I'll get there. I'm snowed in today, main thing to do is to render Uniscribe at double the resolution (see retina?) and tweak window bounds setting. [14:41:37] so you have ExtTextOut or whatever and that doesn't get the right dpi? [14:45:58] Yeah, Factor is asking for the wrong text output size, and then it of course looks pixelated because it's getting thrown into a double size OoenGL texted [14:46:08] OPENGL [14:46:10] OpenGL texture. [14:46:24] I'm gonna eat breakfast before I keep talking and littering the room with typos. [14:57:15] * dondy1 is now known as dondy [16:13:35] * jtimon [jtimon!~quassel@245.30.134.37.dynamic.jazztel.es] has joined the channel. [16:39:57] * aries_liuxueyang [aries_liuxueyang!~quassel@27.186.12.91] has quit (Ping timeout: 245 seconds).