David Keller

Results 47 issues of David Keller

Trying to implement the vfunc [`measure`](https://docs.gtk.org/gtk4/vfunc.Widget.measure.html) results in a compile-time error: ``` Showing last frame. Use --error-trace for full trace. There was a problem expanding macro '_register_do_measure' Code in macro...

bug
vfunc

Closes #48 This seems to fix the issue. Newly generated code: ```crystal # Prototype of the function called to create new child models when # gtk_tree_list_row_set_expanded() is called. # #...

Taking a look at the [definition of `Gtk::TreeListModelCreateModelFunc`](https://libadwaita.geopjr.dev/docs/Gtk/TreeListModelCreateModelFunc.html): > This function can return %NULL to indicate that @item is guaranteed to be a leaf node and will never have children...

blocked

Example definition of `Gtk::Widget._register_unsafe_do_measure` ```crystal private macro _register_unsafe_do_measure private def self._vfunc_unsafe_measure(%this : Pointer(Void), lib_orientation : UInt32, lib_for_size : Int32, lib_minimum : Int32, lib_natural : Int32, lib_minimum_baseline : Int32, lib_natural_baseline :...

bug

**Is your feature request related to a problem? Please describe.** For some time, I used wexond as my default browser, but there were a few problems regarding UX, because of...

enhancement

**Is your feature request related to a problem? Please describe.** More and more applications are becoming Progressive Web Apps, which most browsers can install. I use some of those apps...

enhancement
chromium

**Is your feature request related to a problem? Please describe.** Most browsers prevent websites from autoplaying media and sound automatically, by default. When I, for example, open multiple youtube-videos in...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** Right now, any downloaded .crx file is installed automatically. It would be good to first show the user what extension...

enhancement

**Is your feature request related to a problem? Please describe.** When opening a folder in most major browsers, an index of the folder is shown. However, wexond does not do...

enhancement
chromium

**Bug description** When right-clicking a link and opening it in a new tab in the developer tools, nothing happens. **To Reproduce** - Go to a website having links/images/etc - Open...

bug
blocked/electron