Logo

GabMus's Dev Log

  • Home
  • Posts
  • About
  • Arch guide
  • Tags

 RSS  Codeberg  GitLab  GNOME GitLab Mastodon

Map Mouse Back and Forward Buttons in Your GTK App

󰃭 2020-10-08 |  #button #eventhandler #gtk #gtk3 #mouse #python

The back and forward buttons on your mouse are incredibly useful, at least for me. I use them all the time!

I couldn’t find a proper way to map it on my app until I asked on the GTK Matrix chatroom, there baedert sent me a couple of links to how he did it in his app corebird.

Continue reading 


Create an auto resizing image widget with GTK3 and Python

󰃭 2020-10-03 |  #area #cairo #drawing #gtk #gtk3 #gtkdrawingarea #pixbuf #python

One of the most common things you might wanna do with images, that is making them automatically resize to adapt to the available space they have, is not possible with Gtk.Image.

Continue reading 


Man pages with Markdown and Pandoc

󰃭 2020-08-31 |  #documentation #groff #man #manual #markdown #pandoc

Man pages are awesome. They genuinely are. In any *nix system you can just get documentation on your programs or even some programming things (namely a lot of C stuff, this was very useful in University) offline by just using a tiny simple command.

Continue reading 


Back to Hugo and on static site generators and custom themes

󰃭 2020-08-24 |  #blog #hugo #website

As you can see, this website is kinda different. I remade it, just because why not.

I was previously using Hexo with a nice theme called cactus (properly altered to match my preference), but at some point I got tired of that as well.

Continue reading 


Python unittest + Meson

󰃭 2020-05-11 |  #gtk #meson #ninja #python #test #testing #unit #unittest

Alright, I started writing some unit tests for Feeds and I wanted to integrate them into meson, so that I can just run meson test or ninja test during build and have them run automagically.

Continue reading 


<<< 1 2 [3] 4 5 >>>

2024 © Gabriele Musco - Creative Commons Attribution 4.0 International License.

Ficurinia theme for Hugo by Gabriele Musco. Licensed under GNU AGPLv3.