Vincent Magnin

Results 26 issues of Vincent Magnin

**Describe the bug** When gtk-fortran is built with ifort, gtkbuilder, gtkbuilder2 and gtkf-sketcher don't work and just print that error: `Could not open gtkbuilder.glade` **Your system:** - OS version: Ubuntu...

ifort|ifx
Crash

**Describe the bug** When launching hl_plplot17e.f90 and hl_plplot17e_gto.f90: ``` Program received signal SIGSEGV: Segmentation fault - invalid memory reference. ``` **Your system:** - OS version: Fedora Rawhide (34) - Compiler...

GTK 4
Crash
Examples

**Describe the bug** In hl_choosers.f90 ("Save As" button) and hl_plplot8e.f90, when you type a character in the location entry, the search entry is activated. So you can not type the...

Bug fixed
GTK 4

``` [ 87%] Building Fortran object sketcher/CMakeFiles/gtkf-sketcher.dir/gtkf-sketcher.f90.o /home/osboxes/gtk-fortran/sketcher/gtkf-sketcher.f90:151:43: 151 | use gtk, only: gtk_builder_add_from_file, gtk_builder_connect_signals, gtk_buil& | 1 Error: Symbol ‘gtk_builder_connect_signals’ referenced at (1) not found in module ‘gtk’ /home/osboxes/gtk-fortran/sketcher/gtkf-sketcher.f90:153:75:...

GTK 4

**Describe the bug** Under MSYS2, in examples/hl_sliders.exe and hl_sliders2.exe the bar of the slider is invisible (in hl_sliders2.exe it is visible until you move the slider). **Your system:** - OS...

Bug
Windows
GTK 4

**Describe the bug** In examples/bazaar under MSYS2: - the progress bar is not visible (related to button2) - the About window is sometimes frozen (impossible to close or to go...

Bug
Windows
GTK 4

**Describe the bug** Under MSYS2, in examples/hl_assistant.exe and hl_pbar.exe, the progress bar is not visible **Your system:** - OS version: MSYS2 / Windows 10 2009 - Compiler version: gfortran 10.3.0...

Bug
Windows
GTK 4

**Describe the bug** When gtk-fortran is built with ifort, the list_demo example shows garbage characters in its "Name" column. And in the terminal some warnings about UTF-8 appear: ```bash (list_demo:16562):...

Bug
ifort

**Describe the bug** The examples hl_list1.exe, hl_list_n.exe, hl_list_renderers.exe, hl_tree.exe and list_demo.exe are immediately crashing: ```` $ ./hl_list_renderers.exe Program received signal SIGSEGV: Segmentation fault - invalid memory reference. Backtrace for this...

Windows
Crash
Examples

**Describe the bug** In hl_list_n.f90, hl_list_renderers.f90, hl_tree.f90, a warning appears when double-clicking in a field for editing: ``` (hl_list_n:3911): Gtk-CRITICAL **: 09:40:24.451: gtk_css_node_insert_after: assertion 'previous_sibling == NULL || previous_sibling->parent ==...

Warning
GTK 4
Examples