Sergei Golovin
Sergei Golovin
https://savannah.gnu.org/bugs/?61727 That one issue in December was due to deallocation of NSPopUpButtonCell causing to call -[synchronizeTitleAndSelectedItem] followed with updating of the _menuItem, its _menu and all dependants (validators) where the...
Steps to reproduce: 1. Create a TableView with one column (by default Gorm creates one with 2 columns). 2. Select the column to highlight it. 3. Try to unselect. It...
Steps to reproduce: 1. Select a column of a TableView 2. Change its attribute 'Editable' (by default it is checked, i unchecked it) 3. The menu item 'Save' is inactive...
Useful if the ImageWindow is closed or covered by other windows. In the former case the only way to get it in front is to switch to 'full screen' and...
It would be nice if windows' states were preserved.
GNUSTEP_BUILD_DIR is set to . by default [(common.make:176)](https://github.com/gnustep/tools-make/blob/master/common.make#L176). But if I point GNUSTEP_BUILD_DIR to a directory on tmpfs (e.g. /run/user/1000/build/gnustep on Linux/Ubuntu) I get the following error when trying to...