Commits on Source (3)
-
gambas authored
When using SHELL, call 'setpgrp()' after the possible 'setsid()' call. Otherwise the shell i/o are not visible to the Gambas process. [INTERPRETER] * BUG: When using SHELL, call 'setpgrp()' after the possible 'setsid()' call. Otherwise the shell i/o are not visible to the Gambas process.
-
gambas authored
[GB.GTK] * BUG: Fix automatic default focus control for newly opened windows. * BUG: Fix next control focus routine. [GB.GTK3] * BUG: Fix automatic default focus control for newly opened windows. * BUG: Fix next control focus routine.
-
gambas authored
[GB.FORM] * BUG: ButtonBox: Remove workaround for TAB key.
Showing
- comp/src/gb.form/.src/Button/MenuButton.class 5 additions, 5 deletionscomp/src/gb.form/.src/Button/MenuButton.class
- comp/src/gb.form/.src/Test/FTestMaskBox.class 1 addition, 1 deletioncomp/src/gb.form/.src/Test/FTestMaskBox.class
- gb.gtk/src/gcontrol.cpp 10 additions, 12 deletionsgb.gtk/src/gcontrol.cpp
- gb.gtk/src/gmainwindow.cpp 2 additions, 0 deletionsgb.gtk/src/gmainwindow.cpp
- gb.gtk/src/gsignals.cpp 3 additions, 2 deletionsgb.gtk/src/gsignals.cpp
- gb.gtk/src/watcher.cpp 25 additions, 15 deletionsgb.gtk/src/watcher.cpp
- main/gbx/gbx_c_process.c 9 additions, 16 deletionsmain/gbx/gbx_c_process.c