2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-07-22 00:26:08 by Thomas Klausner | Files touched by this commit (1256) |
Log message:
*: recursive bump for gdk-pixbuf2-2.38.1
|
2019-07-21 00:46:59 by Thomas Klausner | Files touched by this commit (595) |
Log message:
*: recursive bump for nettle 3.5.1
|
2019-04-18 11:59:35 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
gtk3: updated to 3.24.8
Overview of Changes in GTK+ 3.24.8
* Color editor: don't warn if editing is cancelled
* Always redraw on allocate - not doing so is
not safe when any widget can have a background
* Use GLSL 3.30 for shaders
* Quartz: add a preliminary GdkGLContext implementation
* Win32: Fix a bug that prevented storing printer driver prefs
* Wayland: properly place window menus
* GtkApplication: support session state changes in
sandboxes, using the inhibit portal
* Fix a problem with autostart notification
* Places: Show loop devices as reported by gvfs
* Translation updates:
Brazilian Portuguese
Catalan
Czech
German
Hungarian
Indonesian
Italian
Polish
Romanian
Spanish
Swedish
Turkish
Overview of Changes in GTK+ 3.24.7
* Undeprecate gtk_window_present
Overview of Changes in GTK+ 3.24.6
* Link against fribidi
* Broadway: Ensure focus on click
* Fix some compiler warnings
* Improve menu positioning with move-to-rect
* Improve activation of the onscreen keyboard
* Use C locale when generating code
* Treeview: Make sure separator nodes have height > 0
* theme
- Fix some inconsistences for radii
* quartz:
- Full-screen only normal windows
- Restore key-window switching when changing windows
- Change monitor geometry calculation
- search: Limit the cop of Spotlight search
* Translation updates:
Basque
Dutch
Finnish
Icelandic
Kazakh
Korean
Romanian
Serbian
Slovenian
|
2019-02-14 11:42:50 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
gtk3: updated to 3.24.5
Overview of Changes in GTK+ 3.24.5
* Adwaita: Refresh the theme
* HighContrast: Refresh the theme
* Wayland: Implement gdk_window_present
* GtkSwitch: Use icons instead of glyphs
* Translation updates:
Hungarian
|
2019-01-29 17:57:39 by Leonardo Taccari | Files touched by this commit (2) | |
Log message:
gtk3: Update to 3.24.4
Changes:
Overview of Changes in GTK+ 3.24.4
==================================
* Support gtk_file_chooser_set_filter in GtkFileChooserNative
* Bugs fixed:
- wayland: Fix long combobox positioning
- about dialog: Activate all links in the same way
- switch: Add fallbacks for symbols
- spinbutton: Fix background color
* Translation updates:
- Africaans
|
2019-01-16 09:13:39 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
gtk3: updated to 3.24.3
Overview of Changes in GTK+ 3.24.3
* Bugs fixed:
wayland: Respect length limits in text protocol
wayland: Support key themes
wayland: Fix hi-dpi cursor scaling
quartz: Make point-to-pixel conversions work on all versions
quartz: Re-add support for hidpi scaling
quartz: Fix search engine integration
win32: Fix ime change hangling
placessidebar: Insert drops in the right place
x11: Fix problems gdk_x11_get_parent_relative
x11: Fix Wacom tool types
icons: Recolor polygons as well in symbolic icons
switch: Use Unicode symbols for I/O instead of translations
* Translation updates:
Japanese
|
2019-01-04 21:54:03 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
gtk3: Backport patch for upstream issue #1280
At least with wm/awesome this was particularly problematic and
easily lead to crash of gtk3 applications.
PKGREVISION++
Patch and analysis from Zach McGrew, thank you Zach!
|
2019-01-01 20:57:58 by Leonardo Taccari | Files touched by this commit (6) | |
Log message:
gtk3: Update to 3.24.2
pkgsrc changes:
- Remove patch-gdk_quartz_gdkmonitor-quartz.c,
patch-gdk_quartz_gdkmonitor-quartz.h,
patch-gdk_quartz_gdkscreen-quartz.c, applied upstream.
Changes:
Overview of Changes in GTK+ 3.24.2
==================================
* new api: gdk_x11_display_get_parent_relative pattern
* wayland: Use the settings portal when sandboxed
* Bugs fixed:
- widget-factory: Move app menu contents to primary menu
- Make dashed border-style work correctly
- gtkstack: fix null pointer dereference
- GDK W32: Support switching input modules at runtime
- Tooltip: Fix the used cursor size if 0 in Settings
- quartz: Fix crash when realizing GtkOffscreenWindow
- win32 dnd: Fix setting icon on drag-begin
- Fix race in GtkPlug window creation
- widget-factory: Add Keyboard Shortcuts menu item
- quartz: do not cache the screen in the gdkmonitor
- Trash in side bar sometimes contains a home icon
- wayland: Avoid crashes inside wl_proxy_marshal
- gtkimcontextime.c: Fix Korean input
- entry: Handle no-window events in gtk_entry_event
- Tooltip: Fix the used cursor size if 0 in Setting
- Notebook: Ensure menu_label updates with tab_label
- Adwaita: Improve headerbar theming
- win32: Make scroll behavior similar to Linux
- fix symbolic icon rendering with new librsvg
- emoji selector: force Emoji presentation
- a11y: fix a crash under wayland
* Translation updates:
- Africaans
- Basque
- Brazilian Portuguese
- Chinese (Taiwan)
- Esperanto
- Lithuanian
- Slovak
- Slovenian
- Spanish
- Turkish
|
2018-11-20 09:13:56 by Maya Rashish | Files touched by this commit (5) |
Log message:
gtk3: backport upstream commit to fix crashes on macOS
From Jonathan Schleifer in PR pkg/53729
|