[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bugs in gui/back
From: |
Fred Kiefer |
Subject: |
Re: Bugs in gui/back |
Date: |
Fri, 27 Apr 2018 17:03:42 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 |
Am 24.04.2018 um 18:28 schrieb Andreas Höschler:
>> All of these values look correct, I really don’t understand why it is
>> going wrong here. I see two ways to proceed from here. Either you
>> could move on to a more current GNUstep version just to see whether
>> the error is resolved there. Or I could write a tiny test application,
>> check it locally with current GNustep and send you the test code to
>> confirm the behaviour on your side.
>>
>> I hope to find the time for the later, but am promising nothing for
>> this week.
>
> I assume I would find the more recent version on
>
> https://github.com/gnustep
>
> I will try the most recent gui and back ...
>
> I am also looking forward to your little test app!
Here comes my tiny test application. It is about the minimal code that
is needed to test this behaviour. A minimal GNUmakefile for this would
look something like this:
================================
include $(GNUSTEP_MAKEFILES)/common.make
NEEDS_GUI = yes
# The application to be compiled
TEST_APP_NAME = resize
resize_OBJC_FILES = resize.m
include $(GNUSTEP_MAKEFILES)/test-application.make
================================
For me this give the expected values when trying to resize the window.
But on the other hand, the GNUstep fallback window border sizes are
tailored to my KWin window manager. I promise to have a look at the
window manager specific code that Josh has put into PikoPixel to provide
a better user experience on more environments.
Fred
resize.m
Description: Text Data
- Re: Bugs in gui/back, (continued)
- Re: Bugs in gui/back, Riccardo Mottola, 2018/04/30
- Re: Bugs in gui/back, Andreas Höschler, 2018/04/30
- Re: Bugs in gui/back, Riccardo Mottola, 2018/04/30
- Re: Bugs in gui/back, Andreas Höschler, 2018/04/30
- Re: Bugs in gui/back, Liam Proven, 2018/04/25
- Re: Bugs in gui/back, Liam Proven, 2018/04/25
- Re: Bugs in gui/back, Fred Kiefer, 2018/04/24
- Re: Bugs in gui/back, Andreas Höschler, 2018/04/24
- Re: Bugs in gui/back,
Fred Kiefer <=
- Re: Bugs in gui/back, Andreas Höschler, 2018/04/27
- Message not available
- Message not available
- Message not available
- Message not available
- Re: Bugs in gui/back, Andreas Höschler, 2018/04/30
- Re: Bugs in gui/back, Andreas Höschler, 2018/04/21
Re: Bugs in gui/back, Andreas Höschler, 2018/04/28