gtk4.git
2020-01-16 Matthias ClasenRemove an unused define
2020-01-16 Matthias ClasenRemove no longer used code
2020-01-16 Matthias Clasencss: Don't got to the selector tree for change
2020-01-16 Matthias Clasencssprovider: Keep selectors around
2020-01-16 Benjamin OtteMerge branch 'matthiasc/css-change-tracking' into ...
2020-01-16 Matthias Clasencss: Avoid computing change too often
2020-01-16 Matthias ClasenRevisit gtk_css_style_get_static_style one more time
2020-01-16 Matthias ClasenChange the signature of gtk_css_style_get_static_style
2020-01-16 Matthias ClasenQuiet a compiler warning
2020-01-16 Matthias ClasenMerge branch 'static-style-getter' into 'master'
2020-01-16 Matthias Clasencss: Add gtk_css_style_get_static_style
2020-01-16 Matthias ClasenMerge branch 'matthiasc/css-split-states' into 'master'
2020-01-16 Matthias Clasencss: Track selected state separately
2020-01-16 Matthias Clasencss: Track backdrop state separately
2020-01-16 Matthias Clasencss: Track disabled state separately
2020-01-16 Matthias Clasencss: Track hover state changes separately
2020-01-16 Matthias ClasenMerge branch 'wip/carlosg/x11-dnd' into 'master'
2020-01-16 Carlos Garnachogdkdrag/x11: Issue XdndLeave on cancellation
2020-01-16 Carlos Garnachogdkdrag/x11: Drop timestamp argument from gdk_drag_do_l...
2020-01-16 Carlos Garnachogdk/x11: Ensure to hide DnD surface after failed operation
2020-01-16 Carlos Garnachogdk/x11: Ensure to sync type list after sending XdndEnter
2020-01-16 Carlos Garnachogdk/x11: Serialize gtype content formats before sending...
2020-01-15 Matthias ClasenSpeed up gtk_widget_pick
2020-01-15 Matthias ClasenFix the filetransfer portal initialization
2020-01-14 Matthias ClasenTry harder to make ci not timeout
2020-01-14 Matthias Clasencss: Drop unsused bitmasks
2020-01-14 Matthias Clasencss: Remove an unused function
2020-01-14 Matthias Clasentestsuite: Improve --generate support
2020-01-14 Matthias Clasenquiet a compiler warning in release builds
2020-01-14 Alex SamorukovUse bundle id instead of package name for the macOS...
2020-01-14 Matthias Clasenfontchooser: Fix up the previous commit
2020-01-14 Matthias Clasenfontchooser: Fix objects-finalize test
2020-01-14 Matthias ClasenFix encoding symbolic pixbufs
2020-01-14 SuciptoUpdate Indonesian translation
2020-01-14 Matthias Clasentestsuite: Skip GtkDragIcon
2020-01-14 Daniel MustielesUpdated Spanish translation
2020-01-14 Kukuh SyafaatUpdate Indonesian translation
2020-01-14 Matthias ClasenMerge branch 'adwaita-cross-fade-fix-gtk4' into 'master'
2020-01-14 Matthias ClasenMerge branch 'wip/chergert/fix-dragicon-installation...
2020-01-14 Matthias ClasenHandle lack of file transfer portal
2020-01-14 Matthias Clasengtk-demo: Use a default action in the infobars demo
2020-01-14 Matthias ClasenAdwaita: Add hover for clickable infobars
2020-01-14 Matthias Claseninfobar: Activate default action on clicks
2020-01-14 Matthias ClasenMerge branch 'wip/chergert/textview-propagate-undo...
2020-01-14 Christian Hergerttextview: propagate GtkTextBuffer can-undo/redo action...
2020-01-13 Matthias ClasenMerge branch 'wip/chergert/textview-undo-menu-item...
2020-01-13 Christian Hergerttextview: add undo/redo menu actions
2020-01-13 nana-4Adwaita: Fix syntax error in cross-fade()
2020-01-13 Christian Hergertbuild: fix gtkdragicon header installation
2020-01-13 Daniel MustielesUpdated Spanish translation
2020-01-13 Daniel MustielesUpdated Spanish translation
2020-01-13 Timm BäderMerge branch 'wip/jimmac/updated-checkmark' into 'master'
2020-01-13 Jakub SteinerAdwaita: update checkbox & radio
2020-01-13 Matthias ClasenMerge branch 'closure-annotations' into 'master'
2020-01-13 Robert AncellAdd missing (closure) GIR annotations
2020-01-13 Robert AncellFix incorrect use of GIR closure annotations.
2020-01-13 Matthias ClasenMerge branch 'textbuffer-missing-api-docs' into 'master'
2020-01-13 Matthias ClasenMerge branch 'menutoolbutton-missing-api-docs' into...
2020-01-13 Matthias ClasenMerge branch 'docstring-typos' into 'master'
2020-01-13 Matthias ClasenMerge branch 'missing-transfer-notation' into 'master'
2020-01-12 Robert AncellFix docstring errors with drag and drop code
2020-01-12 Robert Ancelltextbuffer: Add missing public API documentation.
2020-01-12 Robert Ancellmenutoolbutton: Add missing public API documentation.
2020-01-12 Robert AncellAdd missing transfer notation for function return types.
2020-01-12 Matthias ClasenAdwaita: Fix needs-attention
2020-01-11 Piotr DrągUpdate POTFILES.in
2020-01-11 Matthias ClasenMerge branch 'dnd-gestures-2' into 'master'
2020-01-11 Matthias Clasendragdest: More documentation
2020-01-11 Matthias ClasenUpdate all callers
2020-01-11 Matthias ClasenReshuffle droptarget api a little bit
2020-01-11 Matthias ClasenMerge branch 'wip/chergert/gtk4-gtk-main-sync' into...
2020-01-10 Christian Hergertgtkmain: be deterministic in source removal
2020-01-10 Christian Hergertgtkmain: short-circuit gtk_main_sync() where no display
2020-01-10 Matthias ClasenMerge branch 'css-font-values' into 'master'
2020-01-10 Matthias Clasencss: Simplify font features
2020-01-10 Alex Samorukovgdk_quartz_keymap_translate_keyboard_state fills consum...
2020-01-10 Matthias Clasencss: Simplify compute for font variations
2020-01-10 Matthias Clasencss: Simplify compute for font features
2020-01-10 Matthias ClasenMerge branch 'kill-builtin-image' into 'master'
2020-01-10 Matthias ClasenRemove builtin icons altogether
2020-01-10 Matthias Clasencss: Stop supporting builtin images
2020-01-10 Dušan KazikUpdate Slovak translation
2020-01-09 Matthias Clasentestdnd: Fix up for current api
2020-01-09 Matthias Clasendocs: Expand the dnd migration hints
2020-01-09 Matthias Clasendragicon: Add docs
2020-01-09 Matthias Clasendocs: Fix a typo
2020-01-09 Matthias ClasenProperly export GtkDragIcon
2020-01-08 Matthias ClasenUpdate all users
2020-01-08 Matthias Clasendragdest: Rename ::drag-motion to ::accept
2020-01-08 Matthias Clasendragdest: Allow denying drops asynchronously
2020-01-08 Matthias Clasenremove debug spew
2020-01-08 Matthias Clasendragdest: Add a ::drag-enter signal
2020-01-08 Matthias Clasentestdnd2: Fix the text case
2020-01-08 Matthias Clasencontent provider impl: Take mime types into account
2020-01-08 Matthias Clasendragdest: Steps towards allowing nested drop sites
2020-01-08 Matthias ClasenAdd another dnd testcase
2020-01-08 Matthias ClasenUpdate all callers
2020-01-08 Matthias ClasenAdd GdkDrop back to signal signatures
2020-01-08 Matthias ClasenDrop gtk_drag_(un)highlight
2020-01-08 Matthias Clasenfilechooser: Remove code for sidebar pre-arming
next