gtkDcoding icon indicating copy to clipboard operation
gtkDcoding copied to clipboard

Sample code from gtkDcoding.com, a tutorial blog for new GtkD programmers.

Results 8 gtkDcoding issues
Sort by recently updated
recently updated
newest added

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.3 to 1.14.3. Release notes Sourced from nokogiri's releases. 1.14.3 / 2023-04-11 Security [CRuby] Vendored libxml2 is updated to address CVE-2023-29469, CVE-2023-28484, and one other security-related issue....

dependencies

Bumps [activesupport](https://github.com/rails/rails) from 6.0.4.1 to 6.0.6.1. Release notes Sourced from activesupport's releases. v6.0.6.1 Active Support No changes. Active Model No changes. Active Record Make sanitize_as_sql_comment more strict Though this method...

dependencies

# 0115: GTK GIO Application Flags - Opening Files | gtkDcoding How GTK/GIO flags that allow opening files from the command line. [http://gtkdcoding.com/2021/09/24/0115-gtk-gio-app-open-flag.html](http://gtkdcoding.com/2021/09/24/0115-gtk-gio-app-open-flag.html)

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

# 0000: Introduction to GtkDcoding | gtkDcoding An introduction to GTK 3 and how it can be used to create Graphical User Interfaces (GUI) for applications - a D language...

# 0097: The HeaderBar | gtkDcoding This GTK Tutorial covers the HeaderBar, a substitute for the Titlebar. [https://gtkdcoding.com/2020/01/07/0097-headerbar.html](https://gtkdcoding.com/2020/01/07/0097-headerbar.html)

When I compile the file `mvc_017_06_combobox_liststore.d` with the command ```shell dmd -de -w -g -m64 -L-L/usr/lib// -L-lgtkd-3 -L-ldl ./mvc_017_06_combobox_liststore.d ``` then run it I just get a segfault. GtkD version...

In the following example: window_001_13_alt_window_stats.d This code does not work correctly: if(isMaximized()) { _isMaximized = true; } else { _isMaximized = false; } Because the window status changes outside of...