optimisme

Results 29 comments of optimisme

Yes, this is fixed only for gnome 3.18

I installed GNUStep on Ubuntu 22.04 using this repo https://github.com/plaurent/gnustep-build For me it is the easiest way to install and updated version of GNUStep Looking at the install script: https://github.com/plaurent/gnustep-build/blob/master/ubuntu-22.04-clang-14.0-runtime-2.1/GNUstep-buildon-ubuntu2204.sh...

I attach two images from the next test source. Top image is rendered by GNUStep: - First poligon is not clipping the gradient - The star looks right - The...

This is the project with the example [test-bug-gradients.zip](https://github.com/gnustep/libs-gui/files/13800738/test-bug-gradients.zip)

Clicking on buttons makes the text move 'down-right', theme must be able to prevent that behaviour and just show a fixed text when clicking. ![Screen Recording 2023-12-25 at 07 09...

if I modify the drawMenuRect to add padding, it does not fit inside the available space ```objectivec - (void) drawMenuRect: (NSRect)rect inView: (NSView *)view isHorizontal: (BOOL)horizontal itemCells: (NSArray *)itemCells {...

I tried to add some distance between the limits of the menu popover and the list of items. The size of the menu popover is decided before the drawing (drawMenuRect),...

At least different values for horizontal and vertical panning. But why not use NSEdgeInsets?

Maybe I have to open another bug, trying things, ..., I see the horizontal bar even if I set self.hasHorizontalScroller = NO; It does not crash on macOS, I really...

Ok, after more testing this is the situation: - autohidesScrollers = YES; produces the random segmentation fault when rescaling the window continuously/insistently - autohidesScrollers = YES; and hasHorizontalScroller = NO;...