Description: Althrough LibreOffice is available Windows, the dialog window doesn't use native look as this: https://msdn.microsoft.com/dynimg/IC534161.png Since LibreOffice is using native GTK3 dialog interfaces on Linux, I think it's possible to make the same implementation on Windows. MSDN has documentations related to this: https://msdn.microsoft.com/en-us/library/windows/desktop/ff468823(v=vs.85).aspx Steps to Reproduce: - Actual Results: - Expected Results: - Reproducible: Always User Profile Reset: No Additional Info:
Caolán: I know that "weld" commits concern gtk/gtk3 but do you know if something is planned for Windows part?
I'm not planning to do a native windows equivalent, though it may be possible. Using GTK on windows is another possibility.
Thank you for your feedback Caolán. Let's put this as NEW and as an enhancement.
(In reply to Caolán McNamara from comment #2) > I'm not planning to do a native windows equivalent, though it may be > possible. Using GTK on windows is another possibility. Oh yeah, my imagination is to call Win32 API directly, however using GTK on windows is also good choice.
Volga, the link: https://msdn.microsoft.com/dynimg/IC534161.png is dead. can you attach a dialog of the kind you're expecting, and attach the actual LO dialog, so that the difference is clearer?
Created attachment 200915 [details] Showcase for different dialog design (In reply to Eyal Rozenberg from comment #5) > Volga, the link: > > > https://msdn.microsoft.com/dynimg/IC534161.png > > is dead. can you attach a dialog of the kind you're expecting, and attach > the actual LO dialog, so that the difference is clearer? Unfortunately, I'm failed to found out on the Internet Archive, but I found something show what I'm expecting on MS Learn: https://learn.microsoft.com/en-us/windows/win32/dlgbox/using-dialog-boxes This attachment will show you what the difference between Windows message dialog design and LibreOffice message dialog on Windows. The upper is what shown on MS Learn (if you don't use Windows, this will let you acknowledge first), the lower is my screenshot taken from LibreOffice.