[gtk] (283 commits) Non-fast-forward update to branch building-docs



The branch 'building-docs' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  56b38ef... docs: Add a section on supported build types
  84bb5c8... docs: We run meson, not configure
  6e98e15... docs: Fix the XML indentation
  ebb3435... docs: Rename SGML files

Commits added to the branch:

  a2fdb55... Adwaita: Fix broken osd popover style (*)
  b9d8eb5... Adwaita: Don't inherit font style to popover (*)
  3eec90c... node editor: Avoid inheriting textview styles (*)
  0e55f7a... wayland/surface: Fix crash when unexporting (*)
  7d26d39... Updated Czech translation (*)
  abc595b... Updated Danish translation of gtk (*)
  cbd9e56... Updated Danish translation of gtk-properties (*)
  94d9088... Print a warning if GTK_DEBUG is set but gtk isn't built wit (*)
  1c73edd... gtklistbox: Factor the new header out into a separate varia (*)
  b70f389... gtklistbox: Only unparent header rows if they haven’t bee (*)
  44ec142... Adwaita: new levelbar style (*)
  872d204... Merge branch 'list-box-headers' into 'master' (*)
  8373cc6... textview: revert renaming of buffer_to_surface_coords() (*)
  fea2a82... textview: use GtkTextViewChild for border and overlay child (*)
  d71995a... Merge branch 'wip/chergert/textview-widgets' into 'master' (*)
  a91d0ac... wayland: Allow binding to wl_compositor v4 (*)
  0b2006b... vulkan/image: Set HOST and TRANSFER bits for before barrier (*)
  a2b4932... vulkan/renderpass: Use GENERAL for initial layout (*)
  a795d66... vulkan/context: Implement VK_KHR_incremental_present (*)
  cb3b6ff... Merge branch 'gbsneto/vulkan-fixes' into 'master' (*)
  b311545... Update POTFILES.in (*)
  98f0d85... Builder: Fix a couple of typos in documentation (*)
  d614f4c... Updated Danish translation of gtk (*)
  56d16aa... selectionmodel: Remove doubled semicolon (*)
  6769db1... icontheme: Don't try to scale pixbufs to 0px (*)
  578dc9e... eventcontrollerkey: Add getters for the properties (*)
  a3cfb42... eventcontrollerkey: Change behavior of contains-focus (*)
  023bb2c... Adwaita: use borders_color for separators  - fixes #2175 (*)
  6db1819... Adwaita: osd button fixes  - remove text/icon shadow from o (*)
  83eeeb6... Adwaita: circular button fix  - remove old border drawing c (*)
  f354a77... gdk: Fix wl_output accounting on tablet devices (*)
  76ea157... rendernode: remove unused macros (*)
  47ef5af... gl: remove stray + (*)
  3b95945... textview: cache paragraph render nodes (*)
  adff8c2... Merge branch 'wip/chergert/cache-text-render-node' into 'ma (*)
  5f8dc54... Merge branch 'wip/chergert/quick-fixes' into 'master' (*)
  075c773... gdk: Avoid poking possibly freed memory (*)
  919d823... Merge branch 'wip/carlosg/tablet-invalid-reads-master' into (*)
  013538d... placesviewrow: popup-menu returns a boolean (*)
  d8b0a78... label: Change cursor even if unrealized (*)
  3f3c843... label: Don't update cursor after unsetting select_info (*)
  2f6d6f2... label: Remove gtk_label_realize (*)
  703fda3... label: Remove set_selectable_hint (*)
  dbabdf8... radiobutton: Fix a warning in a code sample (*)
  eb834b8... adwaita: Use border-spacing to style checkbuttons (*)
  876e256... Adwaita: make links in infobars legible (*)
  2dfb8de... Adwaita: Add color defines from 3.24 (*)
  1c091a0... Tiny refactoring (*)
  a6f1455... Adwaita: Blue check/radiobuttons (*)
  a743412... modelbutton: Create accel label on demand (*)
  722f8e8... modelbutton: Remove end_box (*)
  b8f37da... modelbutton: Replace map() with root() (*)
  d3fc47e... modelbutton: Use a box layout (*)
  5803366... button: Remove unused signal enum members (*)
  b5b81de... modelbutton: Rework (*)
  355d3f0... widget: Plug layout manager leak (*)
  bcd8941... widget-factory: Skip xml files in background selection dial (*)
  11ee72f... dialog: Fix action button rearrangement (*)
  a3cef6c... label: Use TRUE/FALSE instead of 1/0 (*)
  e20f547... demo: Fix modelbutton demo (*)
  3944d64... demo: Don't manually add labels to menubuttons (*)
  d8c9403... widget: Create finalize assertions in destroy() (*)
  49887d4... filechooserbutton: Only destroy existing native dialogs (*)
  c720355... testmodelbutton: Remove toggles for removed properties (*)
  8928323... popover2.ui: Stop trying to set GtkModelButton:label (*)
  bd9687a... popovermenu: Switch back to "main" AFTER unmapping (*)
  fb1145d... popovermenu: Only close if there's a new focus widget (*)
  172f68e... popovermenu: Switch to main submenu before mapping (*)
  7cdb8d8... gtk-demo: Fix up sidebar demo style (*)
  553c458... Adwaita: Remove superfluous border from stacksidebar (*)
  3d3525a... stacksidebar: Inherit from GtkWidget (*)
  542b95e... widget-factory: Remove double border around textview (*)
  371c325... statusbar: Use a bin layout (*)
  2a40ff1... Adwaita: add statusbar padding back (*)
  e325f65... spinbutton: Fix adjustment value thinko (*)
  e5de031... inspector: Don't add padding to spinbuttons (*)
  e838ea3... gl renderer: Fix scaled fallback node drawing (*)
  c23afb2... widget: Compare adjusted sizes in size_allocate (*)
  329f7c1... gl renderer: Remove rounded rect intersection code (*)
  e4a00f8... textview: fix off-by-one in y_range invalidation (*)
  d9f6f26... Merge branch 'wip/chergert/textview-fix-selection' into 'ma (*)
  c9ca60c... gl: short-circuit on NULL program (*)
  c7a5d99... textview: use gtk_snapshot_new_with_parent() (*)
  e32c992... gl: avoid copying GskGLCachedGlyph in lookup (*)
  75b5c2a... Merge branch 'wip/chergert/const-glyph-cache' into 'master' (*)
  b29feb1... gl: use memcmp to compare glyph cache keys (*)
  528297f... gl: avoid copying RenderOp to GArray (*)
  5b04201... Merge branch 'wip/chergert/avoid-renderop-copy' into 'maste (*)
  a181136... Updated Spanish translation (*)
  a29826b... gl renderer: Only add outset shadow center piece if dx/dy ! (*)
  9b1e0dd... gl renderer: Cosmetics (*)
  0b999c7... gl renderer: Fix glsl rounded rect shrinking (*)
  2977e91... gl renderer: Grow unblurred outset shadow outline on the gp (*)
  f4f060c... snapshot: Don't move shadows too much (*)
  f7c64b4... gl renderer: Don't copy colors into render ops (*)
  9019953... gl renderer: Don't copy outset shadow node outline (*)
  136400e... gl renderer: Remove unused modelview matrix (*)
  e296c6a... gsk: Store color bit info in text nodes (*)
  8937cd9... gl: Shrink CachedGlyph structs slightly (*)
  849b950... gl: glyph cache tweaks (*)
  30433d7... Cosmetics (*)
  cf44ba7... gl: Avoid stray use of doubles (*)
  1caa95b... gl renderer: Avoid copying a rect (*)
  6a4c778... gl renderer: Shorten function (*)
  4f5a9be... gl renderer: Get blur node child only once (*)
  60e2242... Add an icon scrolling demo (*)
  9b61bfb... gl: Speed up icon caching (*)
  8839e10... gl: Do less work to maintain caches (*)
  646c5f3... gl: Handle row stride for glyph cache upload (*)
  1c17316... gl: Handle row stride for icon cache upload (*)
  019e3c0... Make the scrolling demo more versatile (*)
  0a876f1... gl: Don't use memcmp for comparing cache keys (*)
  61db797... gl: Simplify glyph cache lookup (*)
  bcdc3b7... iconcache: Fix icon padding (*)
  977ac2b... gl: Do less work on glyph caching (*)
  123cbd4... gl: Make icon cache work like glyph cache (*)
  d3ad178... Merge branch 'glyphcache-fiddling' into 'master' (*)
  f9e100c... menu: Remove menu_queue_resize (*)
  93122ac... menu: Remove unused members (*)
  d570121... menu: Align function parameters (*)
  4c4bca0... menuitem: Remove unused members (*)
  7344723... colorscale: Remove some duplicated code (*)
  989307e... stackswitcher: Inherit from GtkWidget (*)
  b8f62d1... Update stackswitcher CSS (*)
  60d63bb... gl: Improve debug spew for caches (*)
  88649b6... gl: Interleave cache aging (*)
  e9ba7ed... gl: Increate the cache check frequency (*)
  e46a7ca... shadow cache: Remove outdated comments (*)
  7bff3ab... glyph cache: Fix handling of big glyphs (*)
  acb7f43... notebook: Avoid a crash (*)
  5ea21f7... gl renderer: Fix an out of bounds read (*)
  bb56b4e... cssimagebuiltin: Don't create cairo nodes for empty icons (*)
  6d20fe0... expander: Rename CSS nodes (*)
  9f5ee77... singleselection: Fix model property (*)
  1b68e76... gtk: Add GtkNoSelection (*)
  01be7f0... widget: Make gtk_widget_activate_action() return TRUE/FALSE (*)
  19304c1... bindings: Add gtk_binding_entry_add_action() (*)
  a1a70a1... bindings: Add gtk_binding_entry_add_callback() (*)
  427deb4... widget: Make gtk_widget_grab_focus() return a boolean (*)
  14c34a7... widget: Make grab_focus() fail on insensitive widgets (*)
  9c1b1eb... widget: Insist that widgets are rooted to be focusable (*)
  4eb0779... widget: Don't grab focus when can-focus == false (*)
  7fc74ea... Merge branch 'otte/for-master' into 'master' (*)
  a00d12c... prototype OpBuffer helper for building op buffer (*)
  571068a... Drop OP_CHANGE_VAO (*)
  58d57e1... gl: Drop buffer_size (*)
  97f3371... gl: avoid calculating vertex_data until necessary (*)
  b53fa48... Fix load_vertex_data (*)
  49748c9... Some more vertex data reshuffling (*)
  c5af463... Cache glyph textures in render nodes (*)
  e34d1b8... gl: Slightly rework the icon cache api (*)
  dd5ee87... gl: Speed up icon cache lookups (*)
  7197743... pixbuf utils: Preserve format information (*)
  be13a23... icon theme: Avoid mime sniffing (*)
  0895f02... icon theme: Avoid a string copy (*)
  173bb2e... gsk: Fix uninitialized memory (*)
  d777300... Fix a crash with glyph caching (*)
  d36d7d9... Merge branch 'fix-popover-styles' into 'master' (*)
  7f2ab0d... bindings: Refactor (*)
  d0e14f7... bindings: Make gtk_bindings_add_callback() allow for varian (*)
  c2a32af... Initialize cursor alpha to 1.0 (*)
  9b87cac... render: Fix goto (*)
  bab7f56... entry: Return boolean from gtk_entry_grab_focus_without_sel (*)
  342d88a... Merge branch 'otte/for-master' into 'master' (*)
  0b1845b... Update Croatian translation (*)
  77e9788... Update Croatian translation (*)
  6c92b82... Merge branch 'wip/chergert/opbuffer' into 'master' (*)
  468295a... Update Croatian translation (*)
  8a603ff... Revert "icon theme: Avoid a string copy" (*)
  5ab5ff7... Cosmetics (*)
  222b6c2... glyph cache: Go back to memcmp (*)
  aeabe3c... gl: Add debug spew to texture atlas (*)
  fdbb925... gl: Remove an unimplemented profiler counter (*)
  239c178... Update POTFILES.in (*)
  233d096... icon theme: Avoid a string copy (*)
  dbbb7ee... testicontheme: Remove useless function (*)
  2ea95a7... Drop gtk_icon_theme_list_contexts (*)
  6373ced... Drop gtk_icon_theme_get_example_icon_name (*)
  dd69bca... icon theme: Start to untangle GtkIconInfo (*)
  c3de5e3... Avoid a use of icon_file (*)
  3c219bf... Add another symbolic pixbuf helper (*)
  e190b45... Drop another use of icon_file (*)
  20e70a7... Drop another use of icon_file (*)
  15dffb4... icon theme: Drop icon_file from GtkIconInfo (*)
  416b2cd... Move symbolic pixbuf recoloring code (*)
  1dd55ed... Drop gtk_icon_info_new_for_pixbuf (*)
  ba7649b... inspector: Fix node recording (*)
  7a73f43... Merge branch 'wip/matthiasc/icon-theme' into 'master' (*)
  d3431f5... Revert "inspector: Fix node recording" (*)
  17a1119... text: Remove an unnecessary queue_draw() call (*)
  23be10c... searchentry: Make the text entry expand (*)
  bb2c684... shortcutlabel: Inherit from GtkWidget (*)
  9ba08a0... shortcutlabel: Inherit from GtkWidget (*)
  4826255... filechooserwidget: Rename a callback (*)
  aaae141... filechooserwidget: Focus the searchbar when searching (*)
  426d5ca... filechooserwidget: Add .menu to right-click popover (*)
  350495c... Adwaita: Remove padding from popover.menu (*)
  ca71340... Adwaita: Fix menubutton in headerbar margins (*)
  acf927f... text: Don't destroy pango layout in size_allocate (*)
  a62efb8... text: Remove gtk_text_get_text_allocation (*)
  8fc4d22... text: Inline function into only caller (*)
  31ae934... text: Fix context menu position (*)
  640db05... text: Remove some unused members (*)
  15af873... placesview: Use proper setters for properties (*)
  aaaa3e1... placessidebar: Remove some unused members (*)
  1882034... text: Fix _set_attributes docs (*)
  dfcc40e... text: Propagate pango attributes to placeholder (*)
  11a38dd... entry: Remove unused function (*)
  2cd4b25... placesview: open address popover upwards (*)
  008e807... filechooserwidget: Inline function into only caller (*)
  6b07ce2... filechooserwidget: Remove unused function parameter (*)
  4413757... inspector: Fix expander arrow node names (*)
  1038bc7... Revert "Cache glyph textures in render nodes" (*)
  dd316c8... gl: Add some comments (*)
  472d8ee... gl: Avoid pointless iteration (*)
  5b508ea... Revert "gl: Speed up icon cache lookups" (*)
  ffaf26f... Merge branch 'readonly-all-the-things' into 'master' (*)
  0284d40... window: Unrealize renderer before children (*)
  1f0310d... gtk-demo: Add a scrolling image demo (*)
  e79d585... gdkselectionoutputstream-x11: Fix a memory leak (*)
  abd4754... messagedialog: Remove useless GTK_TYPE_BUILDABLE interface (*)
  553a9c2... togglebutton: Don't emit clicked during set_active() (*)
  4cca27a... builder: Allow parsing G_TYPE_BYTES from strings (*)
  4d9cc48... wayland: Rely on server key repeat info (*)
  cb81a06... wayland: Drop the keyboard settings object (*)
  9dd8652... Merge branch 'wl-key-repeat' into 'master' (*)
  0373863... inspector: Remove fallback from logs (*)
  d4c97ea... gl: Use the fallback debug flag (*)
  745a701... inspector: Add a switch for fallback rendering (*)
  a31a802... Merge branch 'fallback-rendering' into 'master' (*)
  c48fe6d... ci: Update the image to Fedora 31 (*)
  41beae1... vulkan: Add missing enum value (*)
  4b41dd4... Merge branch 'otte/for-master' into 'master' (*)
  48cc262... Check for diff's availability (*)
  a5c0068... ci: Add diffutils to the CI image (*)
  2d30972... ci: Add internal links to the HTML report (*)
  6cacff9... Merge branch 'ci-update' into 'master' (*)
  19a4e76... Update the print dialog for headerbar changes (*)
  eca7fa0... Merge branch 'fix-print-dialog' into 'master' (*)
  41c52e9... Bump the pango dependency (*)
  eaa6301... Port the font chooser to just use harfbuzz (*)
  4a2f313... gtk-demo: Use harfbuzz for font features (*)
  fa8ce17... build: We no longer need freetype (*)
  8ccf2a7... gsk: Stop using deprecated pango api (*)
  de29c3e... label: Handle insert_hyphens pango attribute (*)
  828b582... label: Handle new pango attributes (*)
  2889844... Merge branch 'bump-pango' into 'master' (*)
  22bb1bd... reftests: Drop libtool hack (*)
  34d0021... reftests: Print out a helpful error (*)
  5f627a2... Merge branch 'reftest-fixes' into 'master' (*)
  6d16f7a... textview: use g_slice_new0 for proper initial state (*)
  44093f4... stack: return the stack page when adding a child, to ease s (*)
  3086715... Merge branch 'gtkstack-addnamed-return' into 'master' (*)
  5d07877... Merge branch 'wip/sadiq/fix-leak' into 'master' (*)
  427b5d1... Adwaita: radios & checkboxes styling updates (*)
  6e5da14... cell text: Handle new pango enum values (*)
  53c9eb5... Move the ifdef to the right spot (*)
  3bf9277... Revert "Adwaita: radios & checkboxes styling updates" (*)
  b5ed2d3... tests: Add label-sizing.ui to the XFAIL list (*)
  b271db4... ci: Allow msys2 jobs to fail (*)
  fbea677... Updated Spanish translation (*)
  5e34121... texthistory: add GtkTextHistory helper (*)
  15b3c0f... textview: add undo/redo support to GtkTextView (*)
  7587996... editable: add enable-undo property (*)
  7e77afe... entrybuffer: remove text in ::deleted-text default handler (*)
  fb4fbfb... text: add undo support to GtkText (*)
  6d193d7... gtk-demo: wrap text operations in irreversible actions (*)
  e93408e... gtk-demo: add an undo demo for GtkEntry (*)
  67c0f88... gtk-demo: add a demo for TextView undo/redo (*)
  dba9298... gtk-demo: set irreversable actions for textview demos (*)
  bfc1e77... migration: add GtkEntryBuffer::deleted-text to migration gu (*)
  e8d890a... gtk-demo: Drop the entry buffer demo (*)
  accbfc0... Merge branch 'wip/chergert/textundo' into 'master' (*)
  07f2024... scrolledwindow: Use dispose(), not destroy() (*)
  ab407ba... Merge branch 'kill-entry-buffer-demo' into 'master' (*)
  22d5b9b... Adwaita: Emoji picker adjustments (*)
  290e250... Merge branch 'adwaita-emoji-picker-adjustments-gtk4' into ' (*)
  e26c361... Updated Spanish translation (*)
  07d17c5... Update Polish translation (*)
  209e8b5... docs: Add a section on supported build types
  6f0ff3a... docs: We run meson, not configure
  b8c4009... docs: Fix the XML indentation
  ace2208... docs: Rename SGML files

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]