Skip to content

Releases: lah7/gtk3-classic

3.24.43-2

27 Jul 21:08
3b57bf6
Compare
Choose a tag to compare
  • Use XDG standard icon names instead of non-standard gtk- prefixes for improved theme support in dialogs and file chooser (#113) by @rocka
    • This may fix icons that appeared as 🚫 (unless you already had an icon theme like gnome-icon-theme installed)

3.24.43

11 Jul 18:28
873ba6b
Compare
Choose a tag to compare

New GTK3 upstream release: 3.24.43. See what's new

3.24.42

17 May 22:30
83313fe
Compare
Choose a tag to compare

New GTK3 upstream release: 3.24.42. See what's new

3.24.41

25 Jan 18:37
c0af088
Compare
Choose a tag to compare

New GTK3 upstream release: 3.24.41. See what's new.

3.24.40

18 Jan 22:28
e998502
Compare
Choose a tag to compare

New GTK3 upstream release: 3.24.40. See what's new.

3.24.39

20 Dec 13:44
7d7cfa3
Compare
Choose a tag to compare

New GTK3 upstream release: 3.24.39. See what's new.

3.24.38-3

16 Aug 21:00
ad4dccf
Compare
Choose a tag to compare
  • Add patch to fix the primary selection being cleared after text is deselected (#103) by @haarp

    This refers to an X.org feature that lets you middle click to paste the last highlighted text at the mouse pointer's position. This is separate from your main clipboard (CTRL+C, CTRL+V) and ensures GTK is consistent with other toolkits.

3.24.38-2

16 Aug 21:00
e7c8838
Compare
Choose a tag to compare

Arch users only: The package no longer includes demo files to avoid a package conflict with gtk3-demos.

3.24.38

25 May 17:55
81d64cc
Compare
Choose a tag to compare

New GTK3 upstream release: 3.24.38. See what's new.

Plus:

  • Add patch to configure eject button in file chooser places sidebar (#95) by @simplejack-src

3.24.37-2

07 Mar 20:53
7f47e15
Compare
Choose a tag to compare
  • Add patch to allow configuration of gtk-dialogs-use-header (via settings.ini) under Wayland (#93) - Thanks @simplejack-src!