2017-October Archive by Date
01 October 2017
02 October 2017
- [meld] data/ui: Update about dialog copyright dates Kai Willadsen
- [glade/glade-3-20] GladeApp: add GLADE_ENV_ICON_THEME_PATH Juan Pablo Ugarte
- [glade/glade-3-20] configure.ac: fix GLADE_TEST_ENVIRONMENT Juan Pablo Ugarte
- [glade/glade-3-20] Rolling 3.20.1 Juan Pablo Ugarte
- [glade] Created tag GLADE_3_20_1 Juan Pablo Ugarte
- [gtk-mac-bundler] Add license, enable optimization. John Ralls
- [gtk-mac-bundler] Revert f2c7635. If there's no script everything else is already signed. John Ralls
- [gtk-mac-bundler] Remove the DYLD_LIBRARY_PATH from the example launcher scripts. John Ralls
- [gtk+] Create tests for GskTextNode Matthias Clasen
- [gtk+] Create tests for gsk box shadows Matthias Clasen
- [gtk+] (55 commits) Non-fast-forward update to branch wip/otte/shader Benjamin Otte
- [gtk+/wip/otte/shader: 1/55] gskslcompiler: Add support for adding defines Benjamin Otte
- [gtk+/wip/otte/shader: 2/55] gskslpreprocessor: Implement #define and #undef Benjamin Otte
- [gtk+/wip/otte/shader: 3/55] gsksl: Add GskSlVariable Benjamin Otte
- [gtk+/wip/otte/shader: 4/55] gsksl: Split Expression from Node Benjamin Otte
- [gtk+/wip/otte/shader: 5/55] gsksl: Turn functions into functions Benjamin Otte
- [gtk+/wip/otte/shader: 6/55] gskslfunction: Change name printing to name getting Benjamin Otte
- [gtk+/wip/otte/shader: 7/55] gskslprogram: Parse global variables Benjamin Otte
- [gtk+/wip/otte/shader: 8/55] gsksl: Introduce GskSlValue Benjamin Otte
- [gtk+/wip/otte/shader: 9/55] gsksl: Redo declaration "decorator" parsing Benjamin Otte
- [gtk+/wip/otte/shader: 10/55] gsksl: Parse common layout() specifiers Benjamin Otte
- [gtk+/wip/otte/shader: 11/55] gskslexpression: Change is_constant() to get_constant() Benjamin Otte
- [gtk+/wip/otte/shader: 12/55] gskslvariable: Store constness of variables Benjamin Otte
- [gtk+/wip/otte/shader: 13/55] gsksldeclaration: Throw an error if a variable initializer doesn't match Benjamin Otte
- [gtk+/wip/otte/shader: 14/55] gskslvariable: Allow storing an initializer value with a variable Benjamin Otte
- [gtk+/wip/otte/shader: 15/55] gskslprogram: Allow variables to have constant initializers Benjamin Otte
- [gtk+/wip/otte/shader: 16/55] gskslexpression: References to const variables are const Benjamin Otte
- [gtk+/wip/otte/shader: 17/55] gsksltype: Add gsk_sl_type_get_index_stride() Benjamin Otte
- [gtk+/wip/otte/shader: 18/55] gskslexpression: Parse swizzles Benjamin Otte
- [gtk+/wip/otte/shader: 19/55] gskslpreprocessor: Redo error emission Benjamin Otte
- [gtk+/wip/otte/shader: 20/55] gsksl: Add an error enum Benjamin Otte
- [gtk+/wip/otte/shader: 21/55] gskslpreprocessor: Return fatalness of parsing Benjamin Otte
- [gtk+/wip/otte/shader: 22/55] gsksl: Make expression parsing never fail Benjamin Otte
- [gtk+/wip/otte/shader: 23/55] gskslnode: Always return a statement Benjamin Otte
- [gtk+/wip/otte/shader: 24/55] gskslscope: Track function calls Benjamin Otte
- [gtk+/wip/otte/shader: 25/55] gskslexpression: Implment function calls Benjamin Otte
- [gtk+/wip/otte/shader: 26/55] gsksl: Add support for structs Benjamin Otte
- [gtk+/wip/otte/shader: 27/55] gsksl: Add support for parsing members of struct variables Benjamin Otte
- [gtk+/wip/otte/shader: 28/55] gsksltype: Generate better type names Benjamin Otte
- [gtk+/wip/otte/shader: 29/55] gskslfunction: Properly type-check calls to struct constructors Benjamin Otte
- [gtk+/wip/otte/shader: 30/55] gsksl: Introduce gsk_sl_preprocessor_sync() Benjamin Otte
- [gtk+/wip/otte/shader: 31/55] gskslfunction: Parse arguments Benjamin Otte
- [gtk+/wip/otte/shader: 32/55] gskslexpression: Parse (sub)expressions in parenthesis Benjamin Otte
- [gtk+/wip/otte/shader: 33/55] gskslexpression: Change function call error handling Benjamin Otte
- [gtk+/wip/otte/shader: 34/55] gskslexpression: Implement negation Benjamin Otte
- [gtk+/wip/otte/shader: 35/55] gskslfunction: Split regular and builtin constructors Benjamin Otte
- [gtk+/wip/otte/shader: 36/55] gskslfunction: Reorganize gsk_sl_function_matches() Benjamin Otte
- [gtk+/wip/otte/shader: 37/55] gsksl: Add support for overloaded functions Benjamin Otte
- [gtk+/wip/otte/shader: 38/55] gsksl: Add GskSlPrinter Benjamin Otte
- [gtk+/wip/otte/shader: 39/55] gsksl: Rename GskSlNode to GskSlStatement Benjamin Otte
- [gtk+/wip/otte/shader: 40/55] gskslstatement: Print semicolon in the statement print function Benjamin Otte
- [gtk+/wip/otte/shader: 41/55] gskslstatement: Parse compound statements Benjamin Otte
- [gtk+/wip/otte/shader: 42/55] gsksl: Don't return a value from gsk_sl_statement_write_spv() Benjamin Otte
- [gtk+/wip/otte/shader: 43/55] gskslfunction: the body of a function is a single statement Benjamin Otte
- [gtk+/wip/otte/shader: 44/55] gskslstatement: Handle if statements Benjamin Otte
- [gtk+/wip/otte/shader: 45/55] gskslpreprocessor: Implement #ifdef, #else and #endif Benjamin Otte
- [gtk+/wip/otte/shader: 46/55] gsksltype: Turn void into a custom type class Benjamin Otte
- [gtk+/wip/otte/shader: 47/55] gskslstatement: Add gsk_sl_Stement_get_jump() Benjamin Otte
- [gtk+/wip/otte/shader: 48/55] gsksl: Redo qualifier handling Benjamin Otte
- [gtk+/wip/otte/shader: 49/55] gskslqualifier: Handle uniform variables Benjamin Otte
- [gtk+/wip/otte/shader: 50/55] gsksl: Add support for parsing blocks Benjamin Otte
- [gtk+/wip/otte/shader: 51/55] gskslqualifier: Implement layout(push_constant) Benjamin Otte
- [gtk+/wip/otte/shader: 52/55] gsksltokenizer: Parse strings Benjamin Otte
- [gtk+/wip/otte/shader: 53/55] gsk: Add GskCodeSource Benjamin Otte
- [gtk+/wip/otte/shader: 54/55] gskslcompiler: Provide a way to compile files Benjamin Otte
- [gtk+/wip/otte/shader: 55/55] gskslpreprocessor: Implement #include Benjamin Otte
- [gtk+] Start reftests for gsk Matthias Clasen
- [libsecret] Add bg to LINGUAS Alexander Alexandrov Shopov
- [seahorse/gnome-3-20] Updated Bulgarian translation Alexander Alexandrov Shopov
- [gnome-software] Updated Bulgarian translation Alexander Alexandrov Shopov
- [gnome-software] Add bg to LINGUAS Alexander Alexandrov Shopov
- [gnome-software/gnome-3-26] Updated Bulgarian translation Alexander Alexandrov Shopov
- [gnome-software/gnome-3-26] Add bg to LINGUAS Alexander Alexandrov Shopov
- [seahorse] SSH: fix bug that prevented deleting SSH keys Niels De Graef
- [hitori] Release version 3.22.4 Philip Withnall
- [hitori] Created tag 3.22.4 Philip Withnall
- [libxslt] Created tag v1.1.31-rc2 Daniel Veillard
- [hitori/gnome-3-22] (13 commits) ...Merge branch 'master' into gnome-3-22 Philip Withnall
- [hitori/gnome-3-22: 13/13] Merge branch 'master' into gnome-3-22 Philip Withnall
- [recipes/recipes-1.0] Update Spanish translation Translations User D-L
- [gnome-internet-radio-locator] Update German translation Translations User D-L
- [meld] Updated Czech translation Marek Černocký
- [geary] Update German translation Translations User D-L
- [girl] Update German translation Translations User D-L
- [bijiben] Update German translation Translations User D-L
- [gupnp-tools] Update German translation Translations User D-L
- [genius] Update German translation Translations User D-L
- [gedit-plugins] Update German translation Translations User D-L
- [gnome-sdk-images/gnome-3-24] Cleanup sdk docs from platform Alexander Larsson
- [gnome-sdk-images/gnome-3-26] Cleanup sdk docs from platform Alexander Larsson
- [gnome-sdk-images] Cleanup sdk docs from platform Alexander Larsson
- [meld] Update German translation Translations User D-L
- [nemiver] Update German translation Translations User D-L
- [rhythmbox] Update German translation Translations User D-L
- [shotwell] Update German translation Translations User D-L
- [geary/geary-0.11] Update NEWS, debian/changelog for release. Michael Gratton
- [geary] Created tag geary-0.11.4 Michael Gratton
- [gthumb] Update German translation Translations User D-L
- [tepl] Update German translation Translations User D-L
- [gnome-control-center] (14 commits) Non-fast-forward update to branch wip/feborges/new-search-panel Felipe Borges
- [gnome-control-center/wip/feborges/new-search-panel: 9/14] search: Introduce Drag and Drop Felipe Borges
- [gnome-control-center/wip/feborges/new-search-panel: 10/14] search: Move the gear button to the top of the panel Felipe Borges
- [gnome-control-center/wip/feborges/new-search-panel: 11/14] search: Drop move buttons Felipe Borges
- [gnome-control-center/wip/feborges/new-search-panel: 12/14] search: Make the list_box the DnD target Felipe Borges
- [gnome-control-center/wip/feborges/new-search-panel: 13/14] search: Introduce reordering keyboard shortcut Felipe Borges
- [gnome-control-center/wip/feborges/new-search-panel: 14/14] search: Add notification advertising the reordering shortcuts Felipe Borges
- [template-glib] Update German translation Translations User D-L
- [gnome-games] Update German translation Translations User D-L
- [pitivi] Update German translation Translations User D-L
- [gparted] Update German translation Translations User D-L
- [gnome-getting-started-docs] Update German translation Translations User D-L
- [geary] Update THANKS, etc. Michael Gratton
- [gnome-user-docs/gnome-3-26] Update German translation Translations User D-L
- [geary] Add additional copyright for current devs. Michael Gratton
- [geary] Add release notes for 0.12 to appdata, NEWS and debian/changelog Michael Gratton
- [gnome-user-docs] Update German translation Translations User D-L
- [bijiben/gnome-3-26] Update German translation Translations User D-L
- [template-glib/template-glib-3-26] Update German translation Translations User D-L
- [gnome-games/gnome-3-26] Update German translation Translations User D-L
- [geary] Created tag geary-0.12.0 Michael Gratton
- [geary] Created branch geary-0.12 Michael Gratton
- [file-roller] Update Icelandic translation Translations User D-L
- [eog] Update Icelandic translation Translations User D-L
- [retro-gtk/gnome-3-26] Add forgotten 0.12.1 news Adrien Plazas
- [shotwell/shotwell-0.26] Update German translation Translations User D-L
- [shotwell] Update German translation Translations User D-L
- [planet-web] [pgo] Add javierm as PGO member Alberto Ruiz
- [gnome-games] Deleted tag rm Andrea Veri
- [gnome-games] Deleted tag 3.26.1 Andrea Veri
- [shotwell] Update German translation Translations User D-L
- [gnome-boxes] Revert "build: Specify install_dir" Felipe Borges
- [gnome-boxes] build: Process libgd before libgd_vapi Felipe Borges
- [evince/gnome-3-26] Update Icelandic translation Translations User D-L
- [evince] Update Icelandic translation Translations User D-L
- [cheese] Update Icelandic translation Translations User D-L
- [geary/geary-0.12] Update flatpak-builder for stable branch. Michael Gratton
- [gnome-apps-nightly/stable] Update for Geary 0.12. Michael Gratton
- [glib] gunixmounts: Fix mount points generation Ondrej Holy
- [glib/glib-2-54] gunixmounts: Fix mount points generation Ondrej Holy
- [gnome-boxes] unattended: Fix target dev name for floppy nodes Christophe Fergeau
- [gnome-boxes/gnome-3-26] unattended: Fix target dev name for floppy nodes Christophe Fergeau
- [gnome-boxes/gnome-3-24] unattended: Fix target dev name for floppy nodes Christophe Fergeau
- [geary/geary-0.12] Specify a branch for the flatpak builder config. Michael Gratton
- [geary/geary-0.12] Remember to update the CMake version number. Michael Gratton
- [gnome-software/gnome-3-26] packagekit: Fix crash if reporting progress with no current application Iain Lane
- [gnome-software/gnome-3-26] fwupd: Fix critical warning if the update URI isn't set Iain Lane
- [gnome-software/gnome-3-26] external-appstream: Fix leak when getting a temp file name Iain Lane
- [gnome-software/gnome-3-26] Update appdata for 3.26.1 Iain Lane
- [evolution-data-server] Bug 786208 - Already opened message box doesn’t show new emails Milan Crha
- [evolution-data-server/gnome-3-26] Bug 786208 - Already opened message box doesn’t show new emails Milan Crha
- [evolution-data-server/gnome-3-24] Bug 786208 - Already opened message box doesn’t show new emails Milan Crha
- [evolution-ews] Bug 786208 - Already opened message box doesn’t show new emails Milan Crha
- [evolution-ews/gnome-3-26] Bug 786208 - Already opened message box doesn’t show new emails Milan Crha
- [evolution-ews/gnome-3-24] Bug 786208 - Already opened message box doesn’t show new emails Milan Crha
- [gnome-boxes/gnome-3-26] libvirt-machine-props: Allow resize of disk w/ snapshots Felipe Borges
- [gnome-boxes] libvirt-machine-props: Allow resize of disk w/ snapshots Felipe Borges
- [geary] Bump versions ready for 0.13 development. Michael Gratton
- [evolution/gnome-3-24] Bug 785178 - Message preview pane size gets reset every time on HiDPI Milan Crha
- [evolution/gnome-3-24] Bug 788164 - Allow adding notes to messages in a search folder Milan Crha
- [perl-Glib-Object-Introspection] perli11ndoc: properly handle callback fields without return value Torsten Schönfeld
- [perl-Glib-Object-Introspection] interface → SV: correctly marshal class struct args of functions Torsten Schönfeld
- [evolution/gnome-3-24] Bug 788231 - PageDown in Contacts List view mode misbehaves Milan Crha
- [evolution-data-server/gnome-3-26] NEWS update for 3.26.1 Milan Crha
- [evolution-data-server] Created tag EVOLUTION_DATA_SERVER_3_26_1 Milan Crha
- [evolution-data-server/gnome-3-26] Post-release version bump Milan Crha
- [geary] Update German translation Translations User D-L
- [libsoup] Unbalanced G_GNUC_BEGIN_IGNORE_DEPRECATIONS use in soup-session.c Michael Catanzaro
- [gxml] Update German translation Translations User D-L
- [evolution/gnome-3-26] NEWS update for 3.26.1 Milan Crha
- [evolution] Created tag EVOLUTION_3_26_1 Milan Crha
- [evolution/gnome-3-26] Post-release version bump Milan Crha
- [evolution-ews/gnome-3-26] NEWS update for 3.26.1 Milan Crha
- [evolution-ews] Created tag EVOLUTION_EWS_3_26_1 Milan Crha
- [evolution-ews/gnome-3-26] Post-release version bump Milan Crha
- [gobject-introspection] Release 1.54.1 Rico Tzschichholz
- [gobject-introspection] Created tag 1.54.1 Rico Tzschichholz
- [evolution-mapi/gnome-3-26] NEWS update for 3.26.1 Milan Crha
- [evolution-mapi] Created tag EVOLUTION_MAPI_3_26_1 Milan Crha
- [evolution-mapi/gnome-3-26] Post-release version bump Milan Crha
- [dconf-editor] Prepare 3.26.1. Arnaud Bonatti
- [gnome-disk-utility/gnome-3-26] Keep FS mounted while growing partition Kai Lüke
- [evolution-data-server/gnome-3-24] [IMAPx] Wait for IDLE stop up to 10 seconds, then give up Milan Crha
- [dconf-editor] Created tag 3.26.1 Arnaud Bonatti
- [dconf-editor] Created branch gnome-3-26 Arnaud Bonatti
- [evolution-ews/gnome-3-24] Bump dependency requirement on evolution-data-server Milan Crha
- [gtk+] gtkroundedbox: Remove some unneeded conditionals Timm Bäder
- [gtk+] snapshot: Use one large GArray for all states Timm Bäder
- [gtk+] snapshot: Use one GPtrArray for all nodes Timm Bäder
- [gnome-software] Created tag GNOME_SOFTWARE_3_26_1 Richard Hughes
- [gnome-boxes/gnome-3-26] Revert "libvirt-machine-props: Allow resize of disk w/ snapshots" Felipe Borges
- [gnome-boxes/gnome-3-26] Release 3.26.1 Felipe Borges
- [evolution-data-server/gnome-3-24] NEWS update for 3.24.7 Milan Crha
- [gnome-boxes] Created tag v3.26.1 Felipe Borges
- [evolution-data-server] Created tag EVOLUTION_DATA_SERVER_3_24_7 Milan Crha
- [evolution-data-server/gnome-3-24] Post-release version bump Milan Crha
- [gnome-software/gnome-3-26] trivial: Post release version bump Richard Hughes
- [gtk+] snapshot: Fix mixup when creating crossfade nodes Timm Bäder
- [evolution/gnome-3-24] NEWS update for 3.24.6 Milan Crha
- [evolution] Created tag EVOLUTION_3_24_6 Milan Crha
- [evolution/gnome-3-24] Post-release version bump Milan Crha
- [gnome-disk-utility/gnome-3-26] Revert "Keep FS mounted while growing partition" Kai Lüke
- [dconf-editor] Created branch gnome-3-24 Arnaud Bonatti
- [yelp-xsl] Give note icons a min-width Shaun McCance
- [yelp] Fix namespace on internal Mallard cache Shaun McCance
- [dconf-editor] Created tag 3.24.1 Arnaud Bonatti
- [gnome-disk-utility/gnome-3-26] Keep FS mounted while growing partition (string freeze) Kai Lüke
- [evolution-ews/gnome-3-24] NEWS update for 3.24.6 Milan Crha
- [evolution-ews] Created tag EVOLUTION_EWS_3_24_6 Milan Crha
- [evolution-ews/gnome-3-24] Post-release version bump Milan Crha
- [gnome-disk-utility/gnome-3-26] Prepare 3.26.1 Kai Lüke
- [gnome-disk-utility] Created tag 3.26.1 Kai Lüke
- [libglnx] missing: Sync from latest systemd, add memfd_create() Colin Walters
- [tracker-miners] libtracker-extract: Fix insertion of white balance value Debarshi Ray
- [tracker/tracker-1.10] libtracker-extract: Fix insertion of white balance value Debarshi Ray
- [tracker/tracker-1.12] libtracker-extract: Fix insertion of white balance value Debarshi Ray
- [glib] glib-compile-resources: Fix leak of a GHashTable Philip Withnall
- [glib] gtypes: Fix signedness of __builtin_bswap() usage Philip Withnall
- [glib] gtestutils: Explicitly cast args to g_assertion_message_cmpnum() Philip Withnall
- [geary/geary-0.12] Update Polish translation Piotr Drąg
- [geary] Update Polish translation Piotr Drąg
- [glib] Prepare for 2.54.1 Matthias Clasen
- [meld] Update Polish translation Piotr Drąg
- [recipes] Updated Czech translation Marek Černocký
- [glib] Revert "Prepare for 2.54.1" Matthias Clasen
- [gnome-usage] build: Require Gtk+ >= 3.20.10 Gitlab System User
- [hitori/gnome-3-22] build: Add missing --add-comments to XGETTEXT_OPTIONS Piotr Drąg
- [hitori] build: Add missing --add-comments to XGETTEXT_OPTIONS Piotr Drąg
- [dconf-editor/gnome-3-24] Updated Czech translation Marek Černocký
- [gvfs/gnome-3-26] Update NEWS for 1.34.1 release Ondrej Holy
- [gvfs/gnome-3-26] Post release version bump Ondrej Holy
- [gvfs] Created tag 1.34.1 Ondrej Holy
- [geary/geary-0.12] Updated Czech translation Marek Černocký
- [geary] Updated Czech translation Marek Černocký
- [glib/glib-2-54] 2.54.1 Matthias Clasen
- [glib] Created tag 2.54.1 Matthias Clasen
- [gdk-pixbuf] 2.36.11 Matthias Clasen
- [gdk-pixbuf] Created tag 2.36.11 Matthias Clasen
- [giggle] Created branch jjardon/hooks Gitlab System User
- [recipes] Updated Czech translation Marek Černocký
- [libglnx] fdio: Generate tmpname for RENAME_EXCHANGE fallback Colin Walters
- [gnome-calculator] Fix cosh and sinh button id (bgo#788409) Robert Roth
- [gtk+] imcontext: Fix typo on ctrl+shift+u hex sequences handling Carlos Garnacho
- [jhbuild] modulesets/gnome-world: giggle has been moved to gitlag.gnome.org Javier Jardón Cabezas
- [gucharmap] Post release version bump Christian Persch
- [gucharmap] Created tag 10.0.2 Christian Persch
- [goffice] Fix crash in 3D plots when X or Y values are missing. [#788437] Jean Bréfort
- [gtk+/gtk-3-22] 3.22.22 Matthias Clasen
- [gtk+] Created tag 3.22.22 Matthias Clasen
- [evolution-data-server] Bug 781645 - Skip GSettings schema compile when DESTDIR is set Milan Crha
- [vte/vte-0-50] widget: Fix a crash with hyperlinks if the mouse is over the padding Egmont Koblinger
- [vte] widget: Fix a crash with hyperlinks if the mouse is over the padding Egmont Koblinger
- [evolution] Bug 781645 - Skip GSettings schema compile and icon cache update when DESTDIR is set Milan Crha
- [evolution-ews] Bug 781645 - Skip GSettings schema compile when DESTDIR is set Milan Crha
- [evolution-mapi] Bug 781645 - Skip GSettings schema compile when DESTDIR is set Milan Crha
- [evolution-data-server/gnome-3-26] Bug 781645 - Skip GSettings schema compile when DESTDIR is set Milan Crha
- [gnome-tweak-tool/gnome-3-26] 3.26.2 Jeremy Bicha
- [evolution/gnome-3-26] Bug 781645 - Skip GSettings schema compile and icon cache update when DESTDIR is set Milan Crha
- [gnome-tweak-tool] Copy NEWS from 3.26.2 Jeremy Bicha
- [evolution-ews/gnome-3-26] Bug 781645 - Skip GSettings schema compile when DESTDIR is set Milan Crha
- [gnome-tweak-tool] Created tag 3.26.2 Jeremy Bicha
- [evolution-mapi/gnome-3-26] Bug 781645 - Skip GSettings schema compile when DESTDIR is set Milan Crha
- [gjs] Created branch wip/ptomato/coverage Gitlab System User
- [evolution-data-server] Bug 788371 - Correct reuse of _have_headers in FindSMIME.cmake Milan Crha
- [evolution-data-server/gnome-3-26] Bug 788371 - Correct reuse of _have_headers in FindSMIME.cmake Milan Crha
- [eog-plugins] Update Swedish translation Translations User D-L
- [gjs] Deleted branch wip/ptomato/coverage Gitlab System User
- [gnome-tweak-tool/gnome-3-26] 3.26.2.1 Jeremy Bicha
- [gnome-tweak-tool] Created branch drop-old-compat Jeremy Bicha
- [anjuta] Update Swedish translation Translations User D-L
- [gnome-tweak-tool/drop-old-compat] extensions: Drop compatibility code for pre-GNOME 3.6 Jeremy Bicha
- [gnome-tweak-tool] Created branch hot-corner Jeremy Bicha
- [gnome-tweak-tool/hot-corner] keymouse: Add Hot Corner tweak Jeremy Bicha
- [gnome-tweak-tool] Deleted branch hot-corner Jeremy Bicha
- [gnome-tweak-tool] Deleted branch drop-old-compat Jeremy Bicha
- [gnome-tweak-tool] Created tag 3.26.2.1 Jeremy Bicha
- [gnome-user-docs/gnome-3-26] Update Swedish translation Translations User D-L
- [gnome-user-docs] Update Swedish translation Translations User D-L
- [vte/vte-0-50] Post release version bump Christian Persch
- [vte] Created tag 0.50.1 Christian Persch
- [metacity] Update Swedish translation Translations User D-L
- [baobab/gnome-3-26] Release 3.26.1 Stefano Facchini
- [baobab] Created tag 3.26.1 Stefano Facchini
- [gnome-terminal/gnome-3-26] Version 3.26.1 Christian Persch
- [gnome-terminal/gnome-3-26] Post release version bump Christian Persch
- [gnome-terminal] Created tag 3.26.1 Christian Persch
- [file-roller] updated for version 3.26.1 Paolo Bacchilega
- [file-roller] Created tag 3.26.1 Paolo Bacchilega
- [gnome-klotski] Update Swedish translation Translations User D-L
- [gnome-shell] Update Swedish translation Translations User D-L
- [gnome-shell-extensions] Update Swedish translation Translations User D-L
- [epiphany] (37 commits) Non-fast-forward update to branch wip/google-safe-browsing Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 1/37] safe-browsing: Implement database update operation Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 2/37] gsb-storage: Use transactions and reuse statements for speedup Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 3/37] gsb-service: Run database updates in a separate thread Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 4/37] gsb-service: Schedule next update when the current one ends Gabriel Ivașcu
- [empathy/gnome-3-12] Update Swedish translation Translations User D-L
- [epiphany/wip/google-safe-browsing: 5/37] gsb-utils: Add function to canonicalize URL Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 6/37] tests: Add test for ephy_gsb_utils_canonicalize() Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 7/37] gsb-utils: Add function to compute URL hashes Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 8/37] tests: Add test for ephy_gsb_utils_compute_hashes() Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 9/37] gsb-storage: Add function to lookup hash prefixes Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 10/37] gsb-storage: Add function to lookup full hashes Gabriel Ivașcu
- [jhbuild] apps-3.26: use the gnome-3-26 branch of dconf-editor Alberts Muktupāvels
- [epiphany/wip/google-safe-browsing: 11/37] gsb-storage: Add function to insert full hash Gabriel Ivașcu
- [jhbuild] core-3.26: use the gnome-3-26 branch of gvfs Alberts Muktupāvels
- [epiphany/wip/google-safe-browsing: 12/37] gsb-service: Add function to query fullHashes:find endpoint Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 13/37] gsb-utils: Use GBytes for full hashes too Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 14/37] gsb-service: Implement URL verification logic Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 15/37] gsb-service: Delete long expired full hashes at every update Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 16/37] gsb-service: Handle min wait duration in fullHashes:find requests Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 17/37] gsb-service: Handle back-off mode Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 18/37] web-view: Add unsafe browsing error page Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 19/37] web-view: Verify and inform user about URL safety Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 20/37] gsb-service: Limit the use of C labels Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 21/37] gsb-storage: Limit the use of C labels Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 22/37] safe-browsing: Add support for Rice compression scheme Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 23/37] gsb-storage: Store metadata values as integers Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 24/37] gsb-service: Rename some variables Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 25/37] gsb-service: Store/restore next_list_updates_time in dispose/constructed Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 26/37] gsb-service: Make next_full_hashes_time persistent Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 27/37] gsb-service: Make back-off parameters persistent Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 28/37] gsb-storage: Remove unused timestamp column Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 29/37] gsb-utils: Remove unused fields from EphyGSBHashPrefixLookup Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 30/37] prefs-dialog: Add safe browsing checkbutton Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 31/37] gsb-service: Matches array can miss from fullHashes:find response Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 32/37] safe-browsing: Add documentation comments to public functions Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 33/37] gsb-service: Add update-finished signal Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 34/37] tests: Add test for ephy_gsb_service_verify_url() Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 35/37] gsb-service: Store timestamps immediately as they are updated Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 36/37] gsb-storage: Don't hardcode Linux threat lists Gabriel Ivașcu
- [epiphany/wip/google-safe-browsing: 37/37] gsb-service: Check server responses to be a valid JSON object Gabriel Ivașcu
- [glade/glade-3-20] Update Swedish translation Translations User D-L
- [glade] Update Swedish translation Translations User D-L
- [gthumb] updated for version 3.5.3 Paolo Bacchilega
- [metacity] theme-viewer: move combo boxes to sidebar Alberts Muktupāvels
- [gnome-getting-started-docs] 3.26.1 Petr Kovář
- [gnome-getting-started-docs] Created tag 3.26.1 Petr Kovář
- [gthumb] updated POTFILES.skip Paolo Bacchilega
- [gthumb] Created tag 3.5.3 Paolo Bacchilega
- [metacity] theme-viewer: unmark string from translation Piotr Drąg
- [gnome-maps/gnome-3-26] Release 3.26.1 Marcus Lundblad
- [gnome-maps] Created tag v3.26.1 Marcus Lundblad
- [gtk+/gtk-3-22] Frame: Enhance CSS docs Daniel Boles
- [gtk+] Frame: Enhance CSS docs Daniel Boles
- [gtk+/gtk-3-22] Revert "widget-factory: Usefully demo Frame shadow types" Daniel Boles
- [gtk+] Revert "widget-factory: Usefully demo Frame shadow types" Daniel Boles
- [gtk+/gtk-3-22] widget-factory: Demo different Frame border-styles Daniel Boles
- [gtk+] widget-factory: Demo different Frame border-styles Daniel Boles
- [metacity] bump version to 3.26.0, update NEWS Alberts Muktupāvels
- [metacity] Created tag 3.26.0 Alberts Muktupāvels
- [gnome-user-docs/gnome-3-26] 3.26.1 Petr Kovář
- [gnome-user-docs] Created tag 3.26.1 Petr Kovář
- [gnome-desktop/gnome-3-26] 3.26.1 Matthias Clasen
- [gnome-desktop] Created tag 3.26.1 Matthias Clasen
- [gnome-user-docs/gnome-3-26] Update Brazilian Portuguese translation Translations User D-L
- [gnome-user-docs] Update Brazilian Portuguese translation Translations User D-L
- [gnome-getting-started-docs] Update Brazilian Portuguese translation Translations User D-L
- [gnome-maps] application: Add --version command line arguement Marcus Lundblad
- [vte/vte-0-48] Post release version bump Christian Persch
- [vte] Created tag 0.48.4 Christian Persch
- [gnome-apps-nightly] Move ephy json to its own repo and add flatpakref Michael Catanzaro
- [epiphany] Add flatpak-builder json Michael Catanzaro
- [epiphany/gnome-3-26] Add flatpak-builder manifest Michael Catanzaro
- [gnome-apps-nightly/stable] Move epiphany json to its own repo and add flatpakref Michael Catanzaro
- [epiphany] flatpak: stop building avahi Michael Catanzaro
- [epiphany/gnome-3-26] flatpak: Stop building avahi Michael Catanzaro
- [mutter] monitor-config-store: Make monitor spec parsing/writing reusable Jonas Ådahl
- [mutter] monitor-config: Keep track of disabled monitors for stored configs Jonas Ådahl
- [mutter] monitor-unit-tests: Add way for test case setup to specify output serial Jonas Ådahl
- [mutter] monitor-unit-tests: Test configs with explicitly disabled monitors Jonas Ådahl
- [mutter] renderer-native: Unset mode on disabled CRTCs Jonas Ådahl
- [epiphany/gnome-3-26] flatpak: Upgrade to 3.26 Michael Catanzaro
- [gnome-applets] window-picker: fix distcheck Alberts Muktupāvels
- [gnome-applets] bump version to 3.26.0, update NEWS Alberts Muktupāvels
- [gnome-applets] Created tag 3.26.0 Alberts Muktupāvels
- [eog] Prepare release 3.26.1 Felix Riemann
- [eog] Created tag 3.26.1 Felix Riemann
- [eog] Post-release version bump Felix Riemann
- [eog-plugins] Prepare release 3.26.1 Felix Riemann
- [eog-plugins] Post-release version bump Felix Riemann
- [eog-plugins] Created tag 3.26.1 Felix Riemann
- [evolution/gnome-3-26] Update Greek translation Translations User D-L
- [evolution] Update Greek translation Translations User D-L
- [mutter] window: Treat being headless as not monitor sized Jonas Ådahl
- [mutter] window: Don't try to auto-maximize when headless Jonas Ådahl
- [gnome-music/gnome-3-26] Release 3.26.1 Marinus Schraal
- [gnome-music] Created tag 3.26.1 Marinus Schraal
- [gnome-color-manager] Update Swedish translation Translations User D-L
- [dconf-editor/gnome-3-24] Update Swedish translation Translations User D-L
- [gegl] spherize: wrap image aroudn the sphere, rather than projecting it atop it N/A
- [gjs/gnome-3-26] coverage: Don't mark empty var declarations executable Gitlab System User
- [gegl] spherize: a few fixes N/A
- [gjs/gnome-3-26] coverage: Misc refactors Gitlab System User
- [gjs/gnome-3-26] coverage: Fix coverage prefixes Gitlab System User
03 October 2017
04 October 2017
- [gparted] Updated Vietnamese translation Trần Ngọc Quân
- [gtk+] (69 commits) Non-fast-forward update to branch wip/otte/shader Benjamin Otte
- [gtk+/wip/otte/shader: 1/69] gsksl: Implement skeleton SPIRV output Benjamin Otte
- [gtk+/wip/otte/shader: 2/69] gsksltokenizer: Detect preprocessor directives Benjamin Otte
- [gtk+/wip/otte/shader: 3/69] gsksltokenizer: Always return idents Benjamin Otte
- [gtk+/wip/otte/shader: 4/69] gsksl: Split out GskSlProgram Benjamin Otte
- [gtk+/wip/otte/shader: 5/69] gsksl: Introduce GskSlCompiler Benjamin Otte
- [gtk+/wip/otte/shader: 6/69] gskslcompiler: Add support for adding defines Benjamin Otte
- [gtk+/wip/otte/shader: 7/69] gskslpreprocessor: Implement #define and #undef Benjamin Otte
- [gtk+/wip/otte/shader: 8/69] gsksl: Add GskSlVariable Benjamin Otte
- [gtk+/wip/otte/shader: 9/69] gsksl: Split Expression from Node Benjamin Otte
- [gtk+/wip/otte/shader: 10/69] gsksl: Turn functions into functions Benjamin Otte
- [gtk+/wip/otte/shader: 11/69] gskslfunction: Change name printing to name getting Benjamin Otte
- [gtk+/wip/otte/shader: 12/69] gskslprogram: Parse global variables Benjamin Otte
- [gtk+/wip/otte/shader: 13/69] gsksl: Introduce GskSlValue Benjamin Otte
- [gtk+/wip/otte/shader: 14/69] gsksl: Redo declaration "decorator" parsing Benjamin Otte
- [gtk+/wip/otte/shader: 15/69] gsksl: Parse common layout() specifiers Benjamin Otte
- [gtk+/wip/otte/shader: 16/69] gskslexpression: Change is_constant() to get_constant() Benjamin Otte
- [gtk+/wip/otte/shader: 17/69] gskslvariable: Store constness of variables Benjamin Otte
- [gtk+/wip/otte/shader: 18/69] gsksldeclaration: Throw an error if a variable initializer doesn't match Benjamin Otte
- [gtk+/wip/otte/shader: 19/69] gskslvariable: Allow storing an initializer value with a variable Benjamin Otte
- [gtk+/wip/otte/shader: 20/69] gskslprogram: Allow variables to have constant initializers Benjamin Otte
- [gtk+/wip/otte/shader: 21/69] gskslexpression: References to const variables are const Benjamin Otte
- [gtk+/wip/otte/shader: 22/69] gsksltype: Add gsk_sl_type_get_index_stride() Benjamin Otte
- [gtk+/wip/otte/shader: 23/69] gskslexpression: Parse swizzles Benjamin Otte
- [gtk+/wip/otte/shader: 24/69] gskslpreprocessor: Redo error emission Benjamin Otte
- [gtk+/wip/otte/shader: 25/69] gsksl: Add an error enum Benjamin Otte
- [gtk+/wip/otte/shader: 26/69] gskslpreprocessor: Return fatalness of parsing Benjamin Otte
- [gtk+/wip/otte/shader: 27/69] gsksl: Make expression parsing never fail Benjamin Otte
- [gtk+/wip/otte/shader: 28/69] gskslnode: Always return a statement Benjamin Otte
- [gtk+/wip/otte/shader: 29/69] gskslscope: Track function calls Benjamin Otte
- [gtk+/wip/otte/shader: 30/69] gskslexpression: Implment function calls Benjamin Otte
- [gtk+/wip/otte/shader: 31/69] gsksl: Add support for structs Benjamin Otte
- [gtk+/wip/otte/shader: 32/69] gsksl: Add support for parsing members of struct variables Benjamin Otte
- [gtk+/wip/otte/shader: 33/69] gsksltype: Generate better type names Benjamin Otte
- [gtk+/wip/otte/shader: 34/69] gskslfunction: Properly type-check calls to struct constructors Benjamin Otte
- [gtk+/wip/otte/shader: 35/69] gsksl: Introduce gsk_sl_preprocessor_sync() Benjamin Otte
- [gtk+/wip/otte/shader: 36/69] gskslfunction: Parse arguments Benjamin Otte
- [gtk+/wip/otte/shader: 37/69] gskslexpression: Parse (sub)expressions in parenthesis Benjamin Otte
- [gtk+/wip/otte/shader: 38/69] gskslexpression: Change function call error handling Benjamin Otte
- [gtk+/wip/otte/shader: 39/69] gskslexpression: Implement negation Benjamin Otte
- [gtk+/wip/otte/shader: 40/69] gskslfunction: Split regular and builtin constructors Benjamin Otte
- [gtk+/wip/otte/shader: 41/69] gskslfunction: Reorganize gsk_sl_function_matches() Benjamin Otte
- [gtk+/wip/otte/shader: 42/69] gsksl: Add support for overloaded functions Benjamin Otte
- [gtk+/wip/otte/shader: 43/69] gsksl: Add GskSlPrinter Benjamin Otte
- [gtk+/wip/otte/shader: 44/69] gsksl: Rename GskSlNode to GskSlStatement Benjamin Otte
- [gtk+/wip/otte/shader: 45/69] gskslstatement: Print semicolon in the statement print function Benjamin Otte
- [gtk+/wip/otte/shader: 46/69] gskslstatement: Parse compound statements Benjamin Otte
- [gtk+/wip/otte/shader: 47/69] gsksl: Don't return a value from gsk_sl_statement_write_spv() Benjamin Otte
- [gtk+/wip/otte/shader: 48/69] gskslfunction: the body of a function is a single statement Benjamin Otte
- [gtk+/wip/otte/shader: 49/69] gskslstatement: Handle if statements Benjamin Otte
- [gtk+/wip/otte/shader: 50/69] gskslpreprocessor: Implement #ifdef, #else and #endif Benjamin Otte
- [gtk+/wip/otte/shader: 51/69] gsksltype: Turn void into a custom type class Benjamin Otte
- [gtk+/wip/otte/shader: 52/69] gskslstatement: Add gsk_sl_Stement_get_jump() Benjamin Otte
- [gtk+/wip/otte/shader: 53/69] gsksl: Redo qualifier handling Benjamin Otte
- [gtk+/wip/otte/shader: 54/69] gskslqualifier: Handle uniform variables Benjamin Otte
- [gtk+/wip/otte/shader: 55/69] gsksl: Add support for parsing blocks Benjamin Otte
- [gtk+/wip/otte/shader: 56/69] gskslqualifier: Implement layout(push_constant) Benjamin Otte
- [gtk+/wip/otte/shader: 57/69] gsksltokenizer: Parse strings Benjamin Otte
- [gtk+/wip/otte/shader: 58/69] gsk: Add GskCodeSource Benjamin Otte
- [gtk+/wip/otte/shader: 59/69] gskslcompiler: Provide a way to compile files Benjamin Otte
- [gtk+/wip/otte/shader: 60/69] gskslpreprocessor: Implement #include Benjamin Otte
- [gtk+/wip/otte/shader: 61/69] gskslpreprocessor: Support parsing #version Benjamin Otte
- [gtk+/wip/otte/shader: 62/69] xxx: Change the clip shader do not use #f Benjamin Otte
- [gtk+/wip/otte/shader: 63/69] gsksltype: Add concept of components Benjamin Otte
- [gtk+/wip/otte/shader: 64/69] gskslvalue: Add gsk_sl_value_to_string () Benjamin Otte
- [gtk+/wip/otte/shader: 65/69] gsksl: Builtin constructors are no longer functions Benjamin Otte
- [gtk+/wip/otte/shader: 66/69] gskslfunction: Add gsk_sl_function_get_constant() Benjamin Otte
- [gtk+/wip/otte/shader: 67/69] gsksltype: Add gsk_sl_type_value_equal() Benjamin Otte
- [gtk+/wip/otte/shader: 68/69] gsksl: Implement constructor writing to SPIR-V Benjamin Otte
- [gtk+/wip/otte/shader: 69/69] gskslexpression: Split multiplication from other binary operations Benjamin Otte
- [opw-web] Support http://openid.net/signon/1.0 in Yadis discovery Owen Taylor
- [librsvg] Update an out-of-date Sodipodi (!) file to plain SVG to use for testing Federico Mena Quintero
- [librsvg] Add compressed version of the last test file Federico Mena Quintero
- [librsvg] Add new test files to tests/Makefile.am Federico Mena Quintero
- [librsvg] tests/loading.c: New tests for the loading machinery Federico Mena Quintero
- [librsvg] rsvg-base.c: Use constants for the gzip header magic Federico Mena Quintero
- [librsvg] Allow loading one byte at a time with rsvg_handle_write() Federico Mena Quintero
- [librsvg] Run the loading tests first... they are kind of the basic smokee tests Federico Mena Quintero
- [librsvg] Test reading compressed SVGs one and two bytes at a time Federico Mena Quintero
- [librsvg] Rename the loading tests to have a "/loading/" prefix Federico Mena Quintero
- [librsvg] Rename data_input_stream to compressed_input_stream for clarity Federico Mena Quintero
- [librsvg] Create the compressed_input_stream in a separate function Federico Mena Quintero
- [librsvg] Use a different reading state when reading compressed data Federico Mena Quintero
- [librsvg] Comment about having to slurp the whole compressed file if using write()/close() Federico Mena Quintero
- [librsvg] Use xmlCtxtUseOptions() instead of setting ctxt->options directly (!) Federico Mena Quintero
- [librsvg] Set replaceEntities where we set the rest of the XML parser's options Federico Mena Quintero
- [librsvg] Remove unnecessary argument Federico Mena Quintero
- [librsvg] Centralize a function to create an libxml2 parser Federico Mena Quintero
- [librsvg] Un-inline a function (we'll change the callers), and tighten assertions Federico Mena Quintero
- [librsvg] bgo#787895 - Use xmlCreateIOParserCtxt() for I/O callbacks instead of a push parser Federico Mena Quintero
- [librsvg] Rename create_xml_push_parser() Federico Mena Quintero
- [librsvg] Factor out create_xml_stream_parser() Federico Mena Quintero
- [gtk+/gtk-3-22] (5 commits) ...window: Add individual CSS classes based on edge constraints Georges Basile Stavracas Neto
- [gtk+] Deleted branch wip/gbsneto/edge-constraints Georges Basile Stavracas Neto
- [librsvg/librsvg-2.40] Update an out-of-date Sodipodi (!) file to plain SVG to use for testing Federico Mena Quintero
- [librsvg/librsvg-2.40] Add compressed version of the last test file Federico Mena Quintero
- [librsvg/librsvg-2.40] Add new test files to tests/Makefile.am Federico Mena Quintero
- [librsvg/librsvg-2.40] tests/loading.c: New tests for the loading machinery Federico Mena Quintero
- [librsvg/librsvg-2.40] rsvg-base.c: Use constants for the gzip header magic Federico Mena Quintero
- [librsvg/librsvg-2.40] Allow loading one byte at a time with rsvg_handle_write() Federico Mena Quintero
- [librsvg/librsvg-2.40] Run the loading tests first... they are kind of the basic smokee tests Federico Mena Quintero
- [librsvg/librsvg-2.40] Test reading compressed SVGs one and two bytes at a time Federico Mena Quintero
- [librsvg/librsvg-2.40] Rename the loading tests to have a "/loading/" prefix Federico Mena Quintero
- [librsvg/librsvg-2.40] Rename data_input_stream to compressed_input_stream for clarity Federico Mena Quintero
- [librsvg/librsvg-2.40] Create the compressed_input_stream in a separate function Federico Mena Quintero
- [librsvg/librsvg-2.40] Use a different reading state when reading compressed data Federico Mena Quintero
- [librsvg/librsvg-2.40] Comment about having to slurp the whole compressed file if using write()/close() Federico Mena Quintero
- [librsvg/librsvg-2.40] Use xmlCtxtUseOptions() instead of setting ctxt->options directly (!) Federico Mena Quintero
- [librsvg/librsvg-2.40] Set replaceEntities where we set the rest of the XML parser's options Federico Mena Quintero
- [librsvg/librsvg-2.40] Remove unnecessary argument Federico Mena Quintero
- [librsvg/librsvg-2.40] Centralize a function to create an libxml2 parser Federico Mena Quintero
- [librsvg/librsvg-2.40] Un-inline a function (we'll change the callers), and tighten assertions Federico Mena Quintero
- [librsvg/librsvg-2.40] bgo#787895 - Use xmlCreateIOParserCtxt() for I/O callbacks instead of a push parser Federico Mena Quintero
- [librsvg/librsvg-2.40] Rename create_xml_push_parser() Federico Mena Quintero
- [librsvg/librsvg-2.40] Factor out create_xml_stream_parser() Federico Mena Quintero
- [librsvg/librsvg-2.40] Add missing test Federico Mena Quintero
- [gtk+] inspector: Add gsk and vulkan information Matthias Clasen
- [gtk+] build: Bump minimum GLib version to 2.53.7 Matthias Clasen
- [postr] Update Polish translation Piotr Drąg
- [gtk+/gtk-3-22] HighContrast: don't select .titlebar when is an headerbar Matthias Clasen
- [gtk+/gtk-3-22] HighContrast: set min-height for headerbars Matthias Clasen
- [jsonrpc-glib/jsonrpc-glib-3-26] build: remove specifying libdir specifically Christian Hergert
- [template-glib] build: remove specifying libdir specifically Christian Hergert
- [jsonrpc-glib] build: remove specifying libdir specifically Christian Hergert
- [template-glib/template-glib-3-26] build: remove specifying libdir specifically Christian Hergert
- [gtk+/gtk-3-22] 3.22.23 Matthias Clasen
- [gtk+] Created tag 3.22.23 Matthias Clasen
- [recipes] Update Polish translation Piotr Drąg
- [retro-gtk] Deleted branch c-port Adrien Plazas
- [retro-gtk] (42 commits) Created branch c-port Adrien Plazas
- [retro-gtk/c-port: 1/42] build: Add log domain Adrien Plazas
- [retro-gtk/c-port: 2/42] video-converter: Remove doc declaration on a comment Adrien Plazas
- [retro-gtk/c-port: 3/42] build: Add C and Vala sources to introspection sources Adrien Plazas
- [retro-gtk/c-port: 4/42] build: Separate public and private headers Adrien Plazas
- [retro-gtk/c-port: 5/42] Manually define retro-gtk.h Adrien Plazas
- [retro-gtk/c-port: 6/42] Add inclusion guards Adrien Plazas
- [retro-gtk/c-port: 7/42] Rename retro-core.h to retro-core-private.h Adrien Plazas
- [retro-gtk/c-port: 8/42] build: Build the VAPI from GIR Adrien Plazas
- [retro-gtk/c-port: 9/42] Port DeviceType to C Adrien Plazas
- [retro-gtk/c-port: 10/42] Port JoypadId to C Adrien Plazas
- [retro-gtk/c-port: 11/42] Port AnalogIndex to C Adrien Plazas
- [retro-gtk/c-port: 12/42] Port AnalogId to C Adrien Plazas
- [retro-gtk/c-port: 13/42] Port MouseId to C Adrien Plazas
- [retro-gtk/c-port: 14/42] Port LightgunId to C Adrien Plazas
- [retro-gtk/c-port: 15/42] Port PointerId to C Adrien Plazas
- [retro-gtk/c-port: 16/42] Port InputDescriptor to C Adrien Plazas
- [retro-gtk/c-port: 17/42] Port InputDevice to C Adrien Plazas
- [retro-gtk/c-port: 18/42] Port VideoFilter to C Adrien Plazas
- [retro-gtk/c-port: 19/42] Port PixelFormat to C Adrien Plazas
- [retro-gtk/c-port: 20/42] Port CoreView to C Adrien Plazas
- [retro-gtk/c-port: 21/42] Port CairoDisplay to C Adrien Plazas
- [retro-gtk/c-port: 22/42] Port PaPlayer to C Adrien Plazas
- [retro-gtk/c-port: 23/42] Port MemoryType to C Adrien Plazas
- [retro-gtk/c-port: 24/42] Port g_log() to C Adrien Plazas
- [retro-gtk/c-port: 25/42] Port ModuleQuery to C Adrien Plazas
- [retro-gtk/c-port: 26/42] Port ModuleIterator to C Adrien Plazas
- [retro-gtk/c-port: 27/42] Port CoreDescriptor to C Adrien Plazas
- [retro-gtk/c-port: 28/42] Port MainLoop to C Adrien Plazas
- [retro-gtk/c-port: 29/42] Merge InputDeviceManager into Core Adrien Plazas
- [retro-gtk/c-port: 30/42] Merge Rumble into Core and InputDevice Adrien Plazas
- [retro-gtk/c-port: 31/42] Drop unused ControllerInfo and ControllerDescription Adrien Plazas
- [retro-gtk/c-port: 32/42] Port CoreError to C Adrien Plazas
- [retro-gtk/c-port: 33/42] Merge CbError into CoreError Adrien Plazas
- [retro-gtk/c-port: 34/42] core: Rename init() to boot() Adrien Plazas
- [retro-gtk/c-port: 35/42] Port Core to C Adrien Plazas
- [retro-gtk/c-port: 36/42] build: Drop Vala-generated C headers Adrien Plazas
- [retro-gtk/c-port: 37/42] build: Move C files out of subdirs in retro-gtk Adrien Plazas
- [retro-gtk/c-port: 38/42] Drop unused API_VERSION and ENV_PLUGIN_PATH Adrien Plazas
- [retro-gtk/c-port: 39/42] build: Drop Vala Adrien Plazas
- [retro-gtk/c-port: 40/42] Documentation fixes Adrien Plazas
- [retro-gtk/c-port: 41/42] flatpak: Inline retro-demo-samples-test in manifest Adrien Plazas
- [retro-gtk/c-port: 42/42] Fixes Adrien Plazas
- [pitivi] widgets: Fix methods that block/unblock signals of NumericWidget Alexandru Băluț
- [pitivi] Custom UI for the 3 point color balance effect Alexandru Băluț
- [gjs] Deleted branch wip/ptomato/develop Gitlab System User
- [gnome-nettool] Updated Czech translation Marek Černocký
- [pitivi] Updated Czech translation Marek Černocký
- [gparted] Update Spanish translation Translations User D-L
- [evolution-data-server] Initialize libxml2 global memory in the main() Milan Crha
- [evolution] Initialize libxml2 global memory in the main() Milan Crha
- [evolution-data-server/gnome-3-26] Initialize libxml2 global memory in the main() Milan Crha
- [evolution/gnome-3-26] Initialize libxml2 global memory in the main() Milan Crha
- [evolution] Bug 788479 - Translated reply prefixes not detected Milan Crha
- [gnome-apps-nightly/stable] Remove apps that have moved to flathub. Alexander Larsson
- [gnome-continuous] Use 2.0 branch for libical Emmanuele Bassi
- [gnome-continuous] Revert "Tag Mutter" Emmanuele Bassi
- [jhbuild] Update my modules. Arnaud Bonatti
- [evolution-data-server] Use icaltime_is_utc() instead of icaltimetype::is_utc Milan Crha
- [tracker-miners] Deleted branch wip/rishi/exiv2 Debarshi Ray
- [evolution-data-server/gnome-3-26] Use icaltime_is_utc() instead of icaltimetype::is_utc Milan Crha
- [tracker-miners] Created branch wip/rishi/exiv2 Debarshi Ray
- [tracker-miners/wip/rishi/exiv2] tracker-extract: Add GExiv2 based extractor for RAW files Debarshi Ray
- [evolution] Use icaltime_is_utc() instead of icaltimetype::is_utc Milan Crha
- [evolution/gnome-3-26] Use icaltime_is_utc() instead of icaltimetype::is_utc Milan Crha
- [evolution-ews] Use icaltime_is_utc() instead of icaltimetype::is_utc Milan Crha
- [evolution-ews/gnome-3-26] Use icaltime_is_utc() instead of icaltimetype::is_utc Milan Crha
- [evolution-mapi] Use icaltime_is_utc() instead of icaltimetype::is_utc Milan Crha
- [evolution-mapi/gnome-3-26] Use icaltime_is_utc() instead of icaltimetype::is_utc Milan Crha
- [rhythmbox] Update Spanish translation Translations User D-L
- [gtk+/gtk-3-22] ComboBox|TreeMenu: Clarify :row|column-span-column Daniel Boles
- [gtk+/gtk-3-22] ComboBox|TreeMenu: Slightly clarify wrap-width doc Daniel Boles
- [gtk+/gtk-3-22] testcombo: Test grid :row- and :column-span-column Daniel Boles
- [gtk+] ComboBox|TreeMenu: Clarify :row|column-span-column Daniel Boles
- [gtk+] ComboBox|TreeMenu: Slightly clarify wrap-width doc Daniel Boles
- [gtk+] testcombo: Test grid :row- and :column-span-column Daniel Boles
- [gparted] Update Spanish translation Translations User D-L
- [gnome-user-docs/gnome-3-26] Update Spanish translation Translations User D-L
- [gnome-user-docs] Update Spanish translation Translations User D-L
- [rhythmbox] Update Italian translation Translations User D-L
- [libsoup/wip/meson] APACHE_HTTPD is supposed to hold path to httpd and not its version Tomas Popela
- [gtk+/gtk-3-22] TreeMenu: Remove accidentally duplicated doc lines Daniel Boles
- [gtk+] TreeMenu: Remove accidentally duplicated doc lines Daniel Boles
- [shotwell] Fix missing icon of start-up dialog Jens Georg
- [shotwell] Speed up event creation Jens Georg
- [gimp] app: in xcf-load, avoid writing buffer data for empty tiles N/A
- [recipes] Updated Czech translation Marek Černocký
- [gtk+/gtk-3-22] ComboBox: Don’t try to remove grab on NULL device Daniel Boles
- [totem] data: Add audio/x-opus+ogg as a mime-type Bastien Nocera
- [epiphany] gsb-service: Set a name for the periodical update source Gabriel Ivașcu
- [epiphany] sync-service: Set a name for the periodical sync source Gabriel Ivașcu
- [gtk+/gtk-3-22] wayland: Fix a typo Matthias Clasen
- [gtk+/gtk-3-22] Fix several issues with resizing Matthias Clasen
- [gimp] (13 commits) Non-fast-forward update to branch wip/xcf-delta-compression N/A
- [gimp/wip/xcf-delta-compression: 10/13] ^^^ wip/xcf-delta-compression ^^^ N/A
- [gimp/wip/xcf-delta-compression: 11/13] app: add delta-encoded zlib compression mode for XCF tiles N/A
- [gimp/wip/xcf-delta-compression: 12/13] devel-docs: document the new compression mode in xcf.txt N/A
- [gimp/wip/xcf-delta-compression: 13/13] app: add GIMP_TESTING_NO_DELTA_COMPRESSION environment flag N/A
- [gnome-calendar/gnome-3-26] Update Indonesian translation Translations User D-L
- [gnome-calendar] Update Indonesian translation Translations User D-L
- [gnome-software/gnome-3-26] Update Indonesian translation Translations User D-L
- [gnome-todo/gnome-3-26] Update Indonesian translation Translations User D-L
- [gnome-todo] Update Indonesian translation Translations User D-L
- [dconf-editor/gnome-3-26] Update Indonesian translation Translations User D-L
- [dconf-editor] Update Indonesian translation Translations User D-L
- [anjuta] Update Indonesian translation Translations User D-L
- [dconf-editor/gnome-3-24] Update Indonesian translation Translations User D-L
- [gnome-taquin/gnome-3-22] Update Indonesian translation Translations User D-L
- [iagno/gnome-3-22] Update Indonesian translation Translations User D-L
- [rhythmbox] Update Indonesian translation Translations User D-L
- [libsoup/wip/meson] Move APACHE_HTTPD to configuration data Tomas Popela
- [libsoup/wip/meson] Compile the unit tests Tomas Popela
- [shotwell] Update Indonesian translation Translations User D-L
- [tepl] Update Indonesian translation Translations User D-L
- [gnome-applets] Update Indonesian translation Translations User D-L
- [gnome-flashback] Update Indonesian translation Translations User D-L
- [gnome-nettool] Update Brazilian Portuguese translation Translations User D-L
- [gtk+/gtk-3-22] 3.22.24 Matthias Clasen
- [gtk+] Created tag 3.22.24 Matthias Clasen
- [librsvg/librsvg-2.40] Update NEWS Federico Mena Quintero
- [librsvg/librsvg-2.40] Ignore a test file that doesn't work in this branch... Federico Mena Quintero
- [librsvg/librsvg-2.40] rsvg-test: Ignore SVG fixtures that start with "ignore-" Federico Mena Quintero
- [librsvg/librsvg-2.40] rsvg-test: allow skipping directories that start with "ignore" as well as files Federico Mena Quintero
- [librsvg/librsvg-2.40] Backport: Add a testing mode so reftests can use predictable text rendering Federico Mena Quintero
- [librsvg/librsvg-2.40] rsvg-test.c: Fix a couple of leaked strings Federico Mena Quintero
- [librsvg/librsvg-2.40] test-utils.c: Fix a string leak Federico Mena Quintero
- [librsvg/librsvg-2.40] Use a separate function to set PangoContext font options for testing Federico Mena Quintero
- [librsvg/librsvg-2.40] Use a hard-coded font file to render test images, for predictable font rendering Federico Mena Quintero
- [librsvg/librsvg-2.40] Ignore the "resources" directories in rsvg-test.c Federico Mena Quintero
- [librsvg/librsvg-2.40] test-utils.c: Fix a leak Federico Mena Quintero
- [librsvg/librsvg-2.40] Normalize test files Federico Mena Quintero
- [gtksourceview/gnome-3-24] build: Fix Visual Studio 2017 introspection builds Chun-wei Fan
- [gtksourceview] build: Fix Visual Studio 2017 introspection builds Chun-wei Fan
- [libsoup/wip/meson] Implement the GNOME support Tomas Popela
- [libsoup/wip/meson] Remove trailing dot Tomas Popela
- [gnome-nettool] Update Finnish translation Translations User D-L
- [mutter] monitor-config-migration: Discard if configured mode is missing Jonas Ådahl
- [mutter] monitor-tests: Fix error message grammar mistake Jonas Ådahl
- [mutter] monitor-tests: Test config migration with refresh rate wiggle room Jonas Ådahl
- [epiphany/gnome-3-26] sync-debug: Fix unused variable warnings Michael Catanzaro
- [babl] update NEWS Øyvind Kolås
- [babl] babl: do not use model.data for storing original model backpointer Øyvind Kolås
- [gnome-taquin] help: Do not include unused help images bloating the tarball size Andre Klapper
- [gnome-taquin/gnome-3-26] help: Do not include unused help images bloating the tarball size Andre Klapper
- [epiphany] flatpak: Hide download directory option from preferences dialog Michael Catanzaro
- [epiphany] flatpak: Ignore download directory gsetting Michael Catanzaro
- [epiphany] flatpak: Allow access to gnome-keyring Michael Catanzaro
- [gtk+/gtk-3-22] Adwaita: Fix typo .backgrounf => .background Daniel Boles
- [gnome-shell] calendar: Rebuild the calendar when the time zone changes Florian Müllner
- [babl] babl: rearrange BablModel struct Øyvind Kolås
- [evolution] Bug 788478 - Pasting as citation appends text to the end of message Milan Crha
- [evolution/gnome-3-26] Bug 788478 - Pasting as citation appends text to the end of message Milan Crha
- [mutter] Bump version to 3.26.1 Florian Müllner
- [mutter] Created tag 3.26.1 Florian Müllner
- [librsvg/librsvg-2.40] Backport: Enable dimensions tests Federico Mena Quintero
- [librsvg/librsvg-2.40] tests/dimensions.c: Assert that we got the sub-object; print the dimensions Federico Mena Quintero
- [librsvg/librsvg-2.40] Disable the "/dimensions/sub/rect with transform" test for now Federico Mena Quintero
- [librsvg/librsvg-2.40] bgo#603550 - Compute the luminance correctly when generating a mask Federico Mena Quintero
- [librsvg/librsvg-2.40] Backport: bgo#777834: Don't try to render text whose PangoLayout has zero extents Federico Mena Quintero
- [librsvg/librsvg-2.40] Backport: build: Check for PangoFT2/FontConfig availability Federico Mena Quintero
- [librsvg/librsvg-2.40] Backport: cross-compiling bits for gdk-pixbuf-loader Federico Mena Quintero
- [librsvg/librsvg-2.40] Backport: rsvg_cairo_render_new(): Initialize ->bbox to the identity affine Federico Mena Quintero
- [librsvg/librsvg-2.40] Enable test again Federico Mena Quintero
- [librsvg/librsvg-2.40] Update NEWS Federico Mena Quintero
- [retro-gtk] Created branch wip/aplazas/master Adrien Plazas
- [epiphany] Add support for new WebKitGTK+ 2.18 remote inspector Michael Catanzaro
- [gnome-games/gnome-3-26] flatpak: Update to 3.26.1.1 Adrien Plazas
- [epiphany/gnome-3-26] Add support for new WebKitGTK+ 2.18 remote inspector Michael Catanzaro
- [librsvg/librsvg-2.40] Distribute test resources as well Federico Mena Quintero
- [librsvg/librsvg-2.40] Backport: tests/render-crash: New test for things that crash the rendering code Federico Mena Quintero
- [librsvg/librsvg-2.40] bgo#777155 - Ignore patterns that have close-to-zero dimensions Federico Mena Quintero
- [librsvg/librsvg-2.40] Backport: bgo#634324 - Gaussian blur with negative-scaling transformation matrix is not rendered Federico Mena Quintero
- [librsvg/librsvg-2.40] Update NEWS Federico Mena Quintero
- [gtk+] Created branch wip/feborges/listboxdnd Felipe Borges
- [gtk+/wip/feborges/listboxdnd] listbox: Introduce Drag and Drop Felipe Borges
- [epiphany] Remove Chromium license Michael Catanzaro
- [gnome-shell-extensions] data: Update style Florian Müllner
- [gnome-shell-extensions] Bump version to 3.26.1 Florian Müllner
- [gnome-shell-extensions] Created tag 3.26.1 Florian Müllner
- [gnome-characters] characterList: Fix creation of search keywords Daiki Ueno
- [gnome-characters] window: Reset the search state before searching Daiki Ueno
- [librsvg/librsvg-2.40] build: Fix Visual Studio 2017 introspection builds Chun-wei Fan
- [gnome-shell] ui: Improve handling being headless Jonas Ådahl
- [epiphany/gnome-3-26] flatpak: Hide download directory option from preferences dialog Michael Catanzaro
- [epiphany/gnome-3-26] flatpak: Ignore download directory gsetting Michael Catanzaro
- [epiphany/gnome-3-26] flatpak: Allow access to gnome-keyring Michael Catanzaro
- [librsvg] Created tag 2.40.19 Federico Mena Quintero
- [gnome-characters] Release 3.26.1 Daiki Ueno
- [gnome-characters] Created tag v3.26.1 Daiki Ueno
- [tracker] Release 2.0.1 Carlos Garnacho
- [tracker] Created tag 2.0.1 Carlos Garnacho
- [gjs] (7 commits) ...Merge branch 'september-maintenance' into 'master' Gitlab System User
- [gjs: 1/7] jsapi-util-args: Update out-of-date comments Gitlab System User
- [gjs: 2/7] error: Use JSProtoKey to get Error constructor Gitlab System User
- [gnome-shell] weather: Mark conditions as significant Florian Müllner
- [gnome-shell] workspace: Fix tab navigation order Florian Müllner
- [gnome-shell] workspace: Focus clone when highlighting Florian Müllner
- [gjs: 4/7] object: Merge weak_pointer_list and dissociate_list Gitlab System User
- [gjs: 3/7] object: Remove hash-x32 implementation Gitlab System User
- [gjs: 5/7] object: Remove vfunc list Gitlab System User
- [gnome-shell] dialog: Fix setting buttons as initial key focus Florian Müllner
- [gjs: 6/7] jsapi-util: Remove jsapi-private Gitlab System User
- [gnome-shell] popupMenu: Close menus on session mode changes Florian Müllner
- [gjs: 7/7] Merge branch 'september-maintenance' into 'master' Gitlab System User
- [gnome-shell] build: Run unit tests on `meson test` Florian Müllner
- [gnome-shell] tests: Fix JS warning Florian Müllner
- [gnome-shell] Bump version to 3.26.1 Florian Müllner
- [gnome-shell] Created tag 3.26.1 Florian Müllner
- [gnome-software] (37 commits) Non-fast-forward update to branch wip/ubuntu-3-26 Iain Lane
- [gnome-software/wip/ubuntu-3-26: 26/37] Construct the "Software Sources" menu item dynamically Iain Lane
- [gnome-software/wip/ubuntu-3-26: 27/37] Hide licence, updated and category fields if they aren't set Iain Lane
- [gnome-software/wip/ubuntu-3-26: 28/37] Download changelog information on demand - this stops the UI blocking on startup Iain Lane
- [gnome-software/wip/ubuntu-3-26: 29/37] Sort snaps before other apps Iain Lane
- [tracker-miners] tracker-miner-fs: Remove remainings from running multiple TrackerMiners Carlos Garnacho
- [gnome-software/wip/ubuntu-3-26: 30/37] Hide Kudo details since we don't have good data Iain Lane
- [tracker-miners] Release 2.0.1 Carlos Garnacho
- [gnome-software/wip/ubuntu-3-26: 31/37] packagekit: Disable updates Iain Lane
- [tracker-miners] Created tag 2.0.1 Carlos Garnacho
- [gnome-software/wip/ubuntu-3-26: 32/37] snap: Only feature snaps Iain Lane
- [gnome-software/wip/ubuntu-3-26: 33/37] Don't randomize editors picks. Iain Lane
- [gnome-software/wip/ubuntu-3-26: 34/37] Display a warning for non-sandboxed snaps. Iain Lane
- [gnome-software/wip/ubuntu-3-26: 35/37] snap: Install classic snaps Iain Lane
- [gnome-software/wip/ubuntu-3-26: 36/37] snap: Correct the app origin Iain Lane
- [gnome-software/wip/ubuntu-3-26: 37/37] details: Show an in-app notification when passed an invalid file or URL Iain Lane
- [polari] appdata: Add release notes for 3.26.1 Gitlab System User
- [polari] Bump version to 3.26.1 Gitlab System User
- [polari] Created tag 3.26.1 Gitlab System User
- [glib-openssl] Non-fast-forward update to branch wip/onlytlsv12 Paolo Borelli
- [glib-openssl/wip/onlytlsv12] Only TLSv1.2 or higher Paolo Borelli
- [evolution] Label shortcuts prevent typing numbers Milan Crha
- [evolution/gnome-3-26] Label shortcuts prevent typing numbers Milan Crha
- [tracker-miners] extract/msoffice-xml: Treat zero-length strings as unset properties Sam Thursfield
- [gnome-nettool] Update German translation Translations User D-L
- [gtk+/gtk-3-22] theme: Fix Adwaita headerbars Georges Basile Stavracas Neto
- [gparted] Update German translation Translations User D-L
- [mutter] Created branch gnome-3-26 Florian Müllner
- [gnome-shell] Created branch gnome-3-26 Florian Müllner
- [gnome-shell-extensions] Created branch gnome-3-26 Florian Müllner
- [gimp] libgimpwidgets: use struct, not parameters, to pass eevl options N/A
- [gimp] libgimpwidgets: add ratio expressions to eevl N/A
- [gimp] libgimpwidgets: enable ratio expressions for size entries with two fields N/A
- [gimp] app: use a single size entry for the pos/size props of GimpRectangleOptions N/A
- [gnome-nettool] Update Swedish translation Translations User D-L
- [libsoup] SoupCache: fix setting default value for cache dir Cosimo Cecchi
- [gtk+/gtk-3-22] display-x11: Unset tiled state if _GTK_EDGE_CONSTRAINTS is supported Georges Basile Stavracas Neto
- [gnome-font-viewer] thumbnailer: handle font/ttf and font/otf mime types Cosimo Cecchi
- [gnome-font-viewer] desktop: handle font/ttf and font/otf mime types Cosimo Cecchi
- [gnome-font-viewer/gnome-3-26] thumbnailer: handle font/ttf and font/otf mime types Cosimo Cecchi
- [gnome-font-viewer/gnome-3-26] desktop: handle font/ttf and font/otf mime types Cosimo Cecchi
- [gnome-calendar/gnome-3-26] flatpak: Use the modern buildsystem property Georges Basile Stavracas Neto
- [gnome-calendar/gnome-3-26] flatpak: Allow talking to logind Georges Basile Stavracas Neto
- [gnome-calendar/gnome-3-26] flatpak: Use spaces everywhere, not tabs Georges Basile Stavracas Neto
- [gnome-calendar/gnome-3-26] Fix the appdata screenshot size Georges Basile Stavracas Neto
- [gnome-calendar] flatpak: Use the modern buildsystem property Georges Basile Stavracas Neto
- [gnome-calendar] flatpak: Allow talking to logind Georges Basile Stavracas Neto
- [gnome-calendar] flatpak: Use spaces everywhere, not tabs Georges Basile Stavracas Neto
- [gnome-calendar] Fix the appdata screenshot size Georges Basile Stavracas Neto
- [tracker-miners] Deleted branch wip/rishi/exiv2 Debarshi Ray
- [tracker-miners] Created branch wip/rishi/exiv2 Debarshi Ray
- [tracker-miners/wip/rishi/exiv2] tracker-extract: Add GExiv2 based extractor for RAW files Debarshi Ray
- [gst-debugger] Created branch mkolny/fix-memleaks Marcin Kolny
- [gst-debugger/mkolny/fix-memleaks] debugserver: fix memory leaks Marcin Kolny
- [gst-debugger] (2 commits) ...Merge pull request #5 from loganek/mkolny/fix-memleaks Marcin Kolny
- [gst-debugger: 2/2] Merge pull request #5 from loganek/mkolny/fix-memleaks Marcin Kolny
- [gnome-nettool] Update Galician translation Translations User D-L
- [retro-gtk] (3 commits) Non-fast-forward update to branch wip/aplazas/master Adrien Plazas
- [retro-gtk/wip/aplazas/master: 1/3] build: Separate public and private headers Adrien Plazas
- [retro-gtk/wip/aplazas/master: 2/3] Manually define retro-gtk.h Adrien Plazas
- [retro-gtk/wip/aplazas/master: 3/3] Add inclusion guards Adrien Plazas
- [vte/vte-0-46] emulation: Swallow OSC 8 Egmont Koblinger
- [vte/vte-0-46] widget: Add more xkb layout switching codes to the list of modifiers Egmont Koblinger
- [vte/vte-0-46] emulation: Swallow iterm2 OSC 133 Egmont Koblinger
- [vte/vte-0-46] emulation: Add support for REP (repeat preceding graphic character) Egmont Koblinger
- [vte/vte-0-46] widget: Fix initial size in presence of non-default padding Egmont Koblinger
- [vte/vte-0-46] Post release version bump Egmont Koblinger
- [vte] Created tag 0.46.3 Egmont Koblinger
- [gucharmap] all: Upgrade some links to https Christian Persch
- [gnome-flashback] monitor-config-migration: discard if configured mode is missing Alberts Muktupāvels
- [gnome-flashback] input-sources: fix a FIXME about ibus properties Alberts Muktupāvels
- [gnome-flashback] input-settings: chain up constructed vfunc Alberts Muktupāvels
- [gimp] Bug 788442 - Gimp crashes not using GEGL Operation tool. Jehan Pagès
- [gtk+] -wayland: Safeguard against NULL gtk_surface1 Georges Basile Stavracas Neto
- [gimp] app: use GWeakRef instead of g_object_add_weak_pointer(). Jehan Pagès
- [gnome-builder/gnome-builder-3-26] Update Brazilian Portuguese translation Translations User D-L
- [gnome-builder] Update Brazilian Portuguese translation Translations User D-L
- [gtk+/gtk-3-22] ComboBox: rm pointless ScrolledWindow.set_policy() Daniel Boles
- [gtk+/gtk-3-22] ComboBox: list: Fix expanding/collapsing tree rows Daniel Boles
- [gtk+/gtk-3-22] Revert "Revert "combobox: remove superfluous GTK+ grabs"" Daniel Boles
- [gtk+/gtk-3-22] ComboBox: list: Make the popup_window modal Daniel Boles
- [gtk+/gtk-3-22] ComboBox: Don’t pile up ::grab-broken handlers Daniel Boles
- [gtk+/gtk-3-22] Enter submenus when activating their parent item Daniel Boles
- [gtk+/gtk-3-22] updateiconcache: Avoid confusing loop construct Daniel Boles
- [gtk+] Enter submenus when activating their parent item Daniel Boles
- [gtk+] updateiconcache: Avoid confusing loop construct Daniel Boles
- [gnome-builder] omni-bar: improve translator comment Georges Basile Stavracas Neto
- [gimp] app: also make options_box into a GWeakRef. Jehan Pagès
- [gimp] build: run flatpak-builder with --ccache option for faster builds. Jehan Pagès
- [releng] 3.26.1 Matthias Clasen
- [gnome-calendar] Use the correct name for the appdata file Georges Basile Stavracas Neto
- [gnome-calendar/gnome-3-26] Use the correct name for the appdata file Georges Basile Stavracas Neto
05 October 2017
06 October 2017
- [gtk+/gtk-3-22] ComboBox: Don’t let modes disconnect each other Daniel Boles
- [gtk+/gtk-2-24] ComboBox: Clarify :row|column-span/wrap-width docs Daniel Boles
- [gtk+/gtk-2-24] Add a big combobox test case Daniel Boles
- [gtk+/gtk-2-24] testcombo: Fix generation of coloured pixbufs Daniel Boles
- [gtk+/gtk-2-24] testcombo: Test grid :row- and :column-span-column Daniel Boles
- [gtk+/gtk-2-24] ComboBox: Don’t pile up ::grab-broken handlers Daniel Boles
- [gtk+/gtk-2-24] Enter submenus when activating their parent item Daniel Boles
- [gtk+/gtk-2-24] ComboBox: Don’t let modes disconnect each other Daniel Boles
- [gtk+/gtk-3-22] HC: Flat titlebuttons became non-flat in backdrop Daniel Boles
- [gtk+] HC: Flat titlebuttons became non-flat in backdrop Daniel Boles
- [gtk+/gtk-3-22] HC: Add border/hilight when hovering flat buttons Daniel Boles
- [gtk+] HC: Add border/hilight when hovering flat buttons Daniel Boles
- [niepce] rust: remove fwk/base/fractions.hpp implemented in Rust Hubert Figuière
- [niepce] engine+rust: only use the generated bindings for label Hubert Figuière
- [niepce] engine+rust: use the generated ffi for Library. Hubert Figuière
- [niepce] engine+rust: remove unneeded include for label.hpp Hubert Figuière
- [niepce] engine+rust: remove commands.hpp Hubert Figuière
- [niepce] engine+rust: remove librarytypes.hpp Hubert Figuière
- [niepce] engine+rust: FileBundle is no longer called from C++. Hubert Figuière
- [niepce] rust: Fix a warning Hubert Figuière
- [gucharmap] Updated Czech translation Marek Černocký
- [pybliographer] Updated Czech translation Marek Černocký
- [tepl] Updated Czech translation Marek Černocký
- [accerciser/gnome-3-22] Add Nepali translation Translations User D-L
- [lightsoff/gnome-3-26] Update Nepali translation Translations User D-L
- [lightsoff] Update Nepali translation Translations User D-L
- [vala] webkit2gtk-4.0: Actually update to 2.18 Rico Tzschichholz
- [vala/0.38] webkit2gtk-4.0: Actually update to 2.18 Rico Tzschichholz
- [evolution-data-server] Crash under e-data-cal-view.c:pending_flush_timeout_cb() Milan Crha
- [gvfs/gnome-3-26] Update Nepali translation Translations User D-L
- [gvfs] Update Nepali translation Translations User D-L
- [evolution-data-server/gnome-3-26] Crash under e-data-cal-view.c:pending_flush_timeout_cb() Milan Crha
- [gsettings-desktop-schemas/gnome-3-24] Update Nepali translation Translations User D-L
- [gsettings-desktop-schemas] Update Nepali translation Translations User D-L
- [gnome-logs/gnome-3-26] Update Nepali translation Translations User D-L
- [gnome-logs] Update Nepali translation Translations User D-L
- [vala/0.36] gdk-3.0: Update to 3.22.24 Rico Tzschichholz
- [vala/0.36] webkit2gtk-4.0: Update to 2.18 Rico Tzschichholz
- [vala/0.36] libgvc: Add missing PrintfFormat annotations Rico Tzschichholz
- [vala/0.36] gio-2.0: Cherry-pick some fixes from 0.38 Rico Tzschichholz
- [vala/0.36] gstreamer-1.0: Cherry-pick some fixes from 0.38 Rico Tzschichholz
- [libxml2] Release of libxml2-2.9.6 * configure.ac doc/xml.html doc/news.html: updated for release Daniel Veillard
- [libxml2] Created tag v2.9.6 Daniel Veillard
- [libxslt] Reconfigure.aclease of libxslt-1.1.31 * configure.ac doc/news.html doc/xslt.html: updated for the re Daniel Veillard
- [libxslt] Created tag v1.1.31 Daniel Veillard
- [vala/0.34] gdk-3.0: Update to 3.22.24 Rico Tzschichholz
- [vala/0.34] libgvc: Add missing PrintfFormat annotations Rico Tzschichholz
- [vala/0.34] gio-2.0: Cherry-pick some fixes from 0.38 Rico Tzschichholz
- [vala/0.34] gstreamer-1.0: Cherry-pick some fixes from 0.38 Rico Tzschichholz
- [vala/0.36] gio-2.0: "address" parameter of Socket.receive_message() is optional Rico Tzschichholz
- [vala/0.38] gio-2.0: "address" parameter of Socket.receive_message() is optional Rico Tzschichholz
- [vala] gio-2.0: "address" parameter of Socket.receive_message() is optional Rico Tzschichholz
- [evolution-data-server] [CamelFolderSearch] The 'header-exists' misuses message info structure Milan Crha
- [evolution-data-server/gnome-3-26] [CamelFolderSearch] The 'header-exists' misuses message info structure Milan Crha
- [grilo-plugins] lua-factory: Fix warning in Apple trailers source Bastien Nocera
- [gnome-nettool] Update Spanish translation Translations User D-L
- [libsoup/wip/meson] Change the shell script for getting the Apache module dirs to be a python script Tomas Popela
- [gnome-mines] Update Nepali translation Translations User D-L
- [evolution-data-server] [Camel] Speed up message filtering on headers Milan Crha
- [evolution-data-server/gnome-3-26] [Camel] Speed up message filtering on headers Milan Crha
- [glib] gclosure: Fix (transfer) annotations on GClosure constructors Philip Withnall
- [glib] glocalfileinfo: Use g_strcmp0() for some comparisons which might be NULL Philip Withnall
- [glib] Bug 679467 — Mention translation in g_warning() documentation Philip Withnall
- [glib] gmessages: Update advice for G_LOG_DOMAIN Philip Withnall
- [evolution] Bug 634905 - Unhelpful text "12:00am" in advanced search date selector window Milan Crha
- [gnome-software] trivial: Initialize subcategory filter button in category page Joaquim Manuel Pereira Rocha
- [glib] docs: Mention gsize, goffset, etc. are in C99 Philip Withnall
- [glib] Type accuracy for result of strlen() in string utilities Philip Withnall
- [gnome-nettool] Update Hungarian translation Translations User D-L
- [glib] gbytes: Fix check in try_steal_and_unref Philip Withnall
- [glib] glib: Correct typos of ‘character’ Philip Withnall
- [gnome-calendar/gnome-3-26] Update Croatian translation Translations User D-L
- [glib] tests: Add some assertions on some otherwise-unused variables Philip Withnall
- [gnome-nettool] Update Croatian translation Translations User D-L
- [gnome-software/gnome-3-26] Update Croatian translation Translations User D-L
- [yelp-xsl/gnome-3-20] Update Croatian translation Translations User D-L
- [vala/0.34] gio-2.0: Cherry-pick some fixes from 0.36 Rico Tzschichholz
- [gtk+] image: Remove mention on gdk-pixbuf-csource Timm Bäder
- [gtk+] box: Drop priv pointer Timm Bäder
- [gtk+] searchbar: Remove superfluous padding Timm Bäder
- [gtk+] widget: Allow 0×0 allocations Timm Bäder
- [gtk+] Widget: make sure windowed widgets have a 1×1 min size Timm Bäder
- [vala/0.34] Add "finish_instance" CCode attribute Rico Tzschichholz
- [vala/0.34] gio-2.0: Fix IOStream.splice_async() Rico Tzschichholz
- [vala/0.34] tests: Add "finish_instance = false" test-case Rico Tzschichholz
- [vala/0.34] codegen: Trigger deprecation warning for NoArrayLength from a better place Rico Tzschichholz
- [vala/0.34] girparser: Use properly typed parameters in unresolved_symbol_hash/equal Rico Tzschichholz
- [gtk+] Some updates Matthias Clasen
- [babl] release 0.1.34, update NEWS Øyvind Kolås
- [babl] post release version bump Øyvind Kolås
- [gtk+] Update Polish translation Piotr Drąg
- [seahorse] Update Polish translation Piotr Drąg
- [gnome-maps] Update appdata screenshots Marcus Lundblad
- [gtk+] build: Remove old Makefile.inc files Benjamin Otte
- [gtk+] gtk-demo: Remove old build file Benjamin Otte
- [gtk+] build: Don't turn off critical warnings Benjamin Otte
- [gegl] ops: move color-warp back out of gplv3 set Øyvind Kolås
- [gegl] common-gpl3+: replace license blurbs with GPL3+ Øyvind Kolås
- [gegl] configure: bump required babl to 0.1.34 Øyvind Kolås
- [gimp] build: workaround for broken cleanup of flatpak. Jehan Pagès
- [gnome-panel] help: Remove figure identical to original Piotr Drąg
- [gnome-apps-nightly] Documents: Properly pass the option to Meson Mathieu Bridon
- [gnome-apps-nightly] Books: Properly pass the option to Meson Mathieu Bridon
- [gnome-continuous] Tag various dependencies of GNOME Shell Emmanuele Bassi
- [gnome-continuous] Full rebuild Emmanuele Bassi
- [gtk+] widget-factory: Don't leak GPropertyAction instances Timm Bäder
- [gtk+] applicationwindw: Don't leak show-help-overlay action Timm Bäder
- [gtk+] filechooserbutton: Don't leak priv->model Timm Bäder
- [gtk+] treeviewcolumn: Don't leak button Timm Bäder
- [gtk+] modelbutton: set_relative_to(NULL) the popover in dispose Timm Bäder
- [gnome-apps-nightly] Books: Fix my fix Mathieu Bridon
- [gnome-apps-nightly] bijiben: Stay with Tracker 1 Mathieu Bridon
- [libglnx] Add glnx_fd_close() and glnx_autofd Colin Walters
- [rhythmbox] Update Croatian translation Translations User D-L
- [gegl] tests: change difference criteria of test-image-compare Øyvind Kolås
- [babl] Created tag BABL_0_1_32 Øyvind Kolås
- [babl] Created tag BABL_0_1_34 Øyvind Kolås
- [gtk+] treeview: Transform motion event coords to "bin window" coords Carlos Garnacho
- [gtk+] treeviewcolumn: Don't swallow motion/crossing events Carlos Garnacho
- [gtk+] gtktreeview: Transform cell area to widget coordinates Carlos Garnacho
- [gtkmm] tools/gen_scripts: Fix erroneous search paths Kjell Ahlstedt
- [gtkmm] Gtk: Regenerate gtk_docs.xml and .defs files Kjell Ahlstedt
- [gtkmm] Gdk: Regenerate gdk_docs.xml and .defs files Kjell Ahlstedt
- [gtkmm] Gdk::Event: GdkEvent and subclasses are opaque structs Kjell Ahlstedt
- [gnome-continuous] Tag Meson to 0.42.1 Emmanuele Bassi
- [gtkmm-documentation] Adapt to latest version of Gdk::Event and its subclasses Kjell Ahlstedt
- [gimp] (225 commits) Non-fast-forward update to branch wip/gradient-edit N/A
- [gimp/wip/gradient-edit: 184/225] ^^^ wip/gradient-edit ^^^ N/A
- [gimp/wip/gradient-edit: 185/225] app: add gimp_tool_line_get_slider() N/A
- [gimp/wip/gradient-edit: 186/225] app: rename slider-value variables in GimpToolLine N/A
- [gimp/wip/gradient-edit: 187/225] app: add persistent handle selection to GimpToolLine N/A
- [gimp/wip/gradient-edit: 188/225] app: add keyboard control to GimpToolLine N/A
- [gimp/wip/gradient-edit: 189/225] app: add dashed canvas handle types N/A
- [gimp/wip/gradient-edit: 190/225] app: allow adding and removing sliders to/from a GimpToolLine N/A
- [gimp/wip/gradient-edit: 191/225] app: add handle-clicked signal to GimpToolLine N/A
- [gimp/wip/gradient-edit: 192/225] app: add misc. parameters to GimpControllerSlider N/A
- [gimp/wip/gradient-edit: 193/225] app: add gimp_data_copy() N/A
- [gimp/wip/gradient-edit: 194/225] app: add compare() virtual function to GimpData N/A
- [gimp/wip/gradient-edit: 195/225] app: add "custom" gradient N/A
- [gimp/wip/gradient-edit: 196/225] app: implement copy() for GimpGradient N/A
- [gimp/wip/gradient-edit: 197/225] app: implement compare() for GimpGradient N/A
- [gimp/wip/gradient-edit: 198/225] app: add gimp_gradient_segment_get_{left, right}_flat_color() N/A
- [gimp/wip/gradient-edit: 199/225] app: add gimp_gradient_split_at() N/A
- [gimp/wip/gradient-edit: 200/225] app: add gimp_gradient_segment_range_get_n_segments() N/A
- [gimp/wip/gradient-edit: 201/225] app: add gimp_gradient_segment_range_merge() N/A
- [gimp/wip/gradient-edit: 202/225] app: treat gradient segments as clopen ranges N/A
- [gimp/wip/gradient-edit: 203/225] app: improve num. stability of gimp_gradient_segment_range_compress() N/A
- [gimp/wip/gradient-edit: 204/225] app: improve curved gradient segment sampling N/A
- [gimp/wip/gradient-edit: 205/225] app: use get_{left, right}_flat_color() in gradient editor N/A
- [gimp/wip/gradient-edit: 206/225] app: add gimp_color_panel_dialog_response(); add "response" signal N/A
- [gimp/wip/gradient-edit: 207/225] app: don't show a PLUS cursor modifier before starting the blend tool N/A
- [gimp/wip/gradient-edit: 208/225] app: add "instant mode" option to the blend tool N/A
- [gimp/wip/gradient-edit: 209/225] app: add "modify active gradient" option to the blend tool N/A
- [gimp/wip/gradient-edit: 210/225] app: add sliders for gradient stops and midpoints in the blend tool N/A
- [gimp/wip/gradient-edit: 211/225] app: modify the gradient in response to blend-tool slider motion N/A
- [gimp/wip/gradient-edit: 212/225] app: add support for adding gradient stops to the blend tool N/A
- [gimp/wip/gradient-edit: 213/225] app: add support for removing gradient stops to the blend tool N/A
- [gimp/wip/gradient-edit: 214/225] app: convert midpoints to stops via double-click in the blend tool N/A
- [gimp/wip/gradient-edit: 215/225] app: add tool gui to the blend tool N/A
- [gimp/wip/gradient-edit: 216/225] app: implement blend tool gui for gradient endpoints N/A
- [gimp/wip/gradient-edit: 217/225] app: implement blend tool gui for gradient stops N/A
- [gimp/wip/gradient-edit: 218/225] app: implement blend tool gui for gradient midpoints N/A
- [gimp/wip/gradient-edit: 219/225] app: implement tool undo for gradient editing in the blend tool N/A
- [gimp/wip/gradient-edit: 220/225] app: fix fg/bg color change handling in the blend tool N/A
- [gimp/wip/gradient-edit: 221/225] app: don't update blend tool filter upon irrelevant line changes N/A
- [gimp/wip/gradient-edit: 222/225] app: cache last-sampled gradient segment in GimpOperationBlend N/A
- [gimp/wip/gradient-edit: 223/225] app: add prepare-to-remove-slider signal to GimpToolLine N/A
- [gimp/wip/gradient-edit: 224/225] app: handle prepare-to-remove-slider signal in the blend tool N/A
- [gimp/wip/gradient-edit: 225/225] app: improve status messages of GimpToolLine N/A
- [gnome-boxes] Deleted branch wip/rishi/rhel Debarshi Ray
- [gnome-boxes] (17 commits) Created branch wip/rishi/rhel Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 1/17] util: Simplify code Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 2/17] wizard-source: Group the sources into local files, and everything else Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 3/17] wizard-source: Separate the groups of sources using headings Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 4/17] wizard-source: Move the file selection button next to the heading Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 5/17] wizard-source: Align each page separately, instead of the whole widget Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 6/17] wizard: Let the WizardSource expand if it wants to Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 7/17] wizard, wizard-source: Don't align & margin WizardSource Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 8/17] downloader, wizard: Support a custom filename for downloaded media Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 9/17] wizard: Allow a custom filename when sanity-checking downloadable URIs Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 10/17] wizard: Wire the custom filename to the URI validator Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 11/17] wizard: Wire the custom filename to the downloader Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 12/17] configure: Require json-glib and webkitgtk+ Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 13/17] build: Require webkitgtk+ and json-glib Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 14/17] configure: Require gtk+ >= 3.22.20 Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 15/17] wizard-source: Add a WebView with progress indication Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 16/17] wizard: Rename a method Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 17/17] wizard, wizard-source: Support gratis RHEL boxes Debarshi Ray
- [glib] gmodule: Use RTLD_DEFAULT if defined __BIONIC__ Sebastian Dröge
- [gtk+] gtk-demo: Keep treeviews expanding Matthias Clasen
- [mutter] Make MetaOutput a GObject Jonas Ådahl
- [mutter] backends: Remave unused meta_monitor_manager_get_resources() API Jonas Ådahl
- [mutter] window-actor: Use monitor API to get frame message refresh rate Jonas Ådahl
- [mutter] monitor-manager/xrandr: Fix crtc variable naming Jonas Ådahl
- [mutter] logical-monitor: Add helper for iterating over active CRTCs Jonas Ådahl
- [mutter] renderer/native: Use helper to iterate over logical monitor CRTCs Jonas Ådahl
- [mutter] monitor-manager/dummy: Define tile count instead of using array length Jonas Ådahl
- [mutter] monitor-manager: Make MetaCrtc a GObject Jonas Ådahl
- [mutter] monitor-manager/kms: Some naming fixes Jonas Ådahl
- [mutter] monitor-manager: Turn MetaCrtcMode into a GObject Jonas Ådahl
- [mutter] monitor-manager-kms: Use G_DECLARE_FINAL_TYPE macro Jonas Ådahl
- [mutter] backends/output: Keep a pointer to the monitor manager Jonas Ådahl
- [mutter] backends/native: Move output code to its own file Jonas Ådahl
- [mutter] backends/crtc: Keep a pointer to the monitor manager Jonas Ådahl
- [mutter] backends/native: Move CRTC code to its own file Jonas Ådahl
- [mutter] backends/x11: Move output code to its own file Jonas Ådahl
- [mutter] backends/x11: Move CRTC code to its own file Jonas Ådahl
- [mutter] backend/native: Propogate error when creating renderer Jonas Ådahl
- [mutter] backends: Split monitor manager creation into create and setup Jonas Ådahl
- [mutter] backends/native: Move KMS fd management to monitor manager Jonas Ådahl
- [mutter] cursor-renderer-native: Cleanup type declaration Jonas Ådahl
- [mutter] cursor-renderer-native: Remove unused functions and declarations Jonas Ådahl
- [mutter] native/cursor-renderer: Cleanup construction Jonas Ådahl
- [mutter] monitor-manager-dummy: Use GObject type declaration macro Jonas Ådahl
- [mutter] monitor-manager: Keep pointer to backend Jonas Ådahl
- [mutter] Remove meta_monitor_manager_get_monitor_for_output() API Jonas Ådahl
- [mutter] backends: Split out CRTC/output management to MetaGpu Jonas Ådahl
- [mutter] native/renderer: More naming cleanups Jonas Ådahl
- [mutter] cursor-renderer-native: Don't leak cursor gbm buffers Jonas Ådahl
- [mutter] gpu-kms: poll() on KMS fd on EAGAIN Jonas Ådahl
- [mutter] cursor-rendere-native: Don't declare HW cursors broken on EACCES Jonas Ådahl
- [mutter] backends/native: Stop supporting stage views being disabled Jonas Ådahl
- [mutter] crtc-kms: Don't set normal transform when no transforms are supported Jonas Ådahl
- [mutter] renderer-native: Turn dumb buffer into a simple type Jonas Ådahl
- [mutter] renderer-native: Add MetaEgl getter from renderer Jonas Ådahl
- [mutter] egl: Expose .._has_extensions_..() function Jonas Ådahl
- [mutter] cogl: Add way to pass user data when setting custom renderer winsys Jonas Ådahl
- [mutter] renderer-native: Always use MetaEgl when interacting with EGL Jonas Ådahl
- [mutter] monitor-manager-kms: Add all GPUs with connectors Jonas Ådahl
- [mutter] egl: Expose eglGetProcAddress Jonas Ådahl
- [mutter] monitor: Add meta_monitor_get_gpu() Jonas Ådahl
- [mutter] egl: Add more API used when rendering Jonas Ådahl
- [mutter] backends: Add OpenGL ES 3 abstraction layer Jonas Ådahl
- [mutter] gpu-kms: Pass GPU on page flip callbacks Jonas Ådahl
- [mutter] renderer-native: Move some error reporting up the call stack Jonas Ådahl
- [mutter] renderer-native: Add hybrid GPU system support Jonas Ådahl
- [mutter] cursor-renderer-native: Support HW cursors on multiple GPUs Jonas Ådahl
- [mutter] renderer/native: Use g_initable_new() to create renderer Jonas Ådahl
- [gtk+] build: Turn on more warning flags Benjamin Otte
- [gtk+] build: Enable -Wswitch-enum and -Wswitch-default Benjamin Otte
- [gimp] (42 commits) Non-fast-forward update to branch wip/gradient-edit N/A
- [gimp/wip/gradient-edit: 1/42] ^^^ wip/gradient-edit ^^^ N/A
- [gimp/wip/gradient-edit: 2/42] app: add gimp_tool_line_get_slider() N/A
- [gimp/wip/gradient-edit: 3/42] app: rename slider-value variables in GimpToolLine N/A
- [gimp/wip/gradient-edit: 4/42] app: add persistent handle selection to GimpToolLine N/A
- [gimp/wip/gradient-edit: 5/42] app: add keyboard control to GimpToolLine N/A
- [gimp/wip/gradient-edit: 6/42] app: add dashed canvas handle types N/A
- [gimp/wip/gradient-edit: 7/42] app: allow adding and removing sliders to/from a GimpToolLine N/A
- [gimp/wip/gradient-edit: 8/42] app: add handle-clicked signal to GimpToolLine N/A
- [gimp/wip/gradient-edit: 9/42] app: add misc. parameters to GimpControllerSlider N/A
- [gimp/wip/gradient-edit: 10/42] app: add gimp_data_copy() N/A
- [gimp/wip/gradient-edit: 11/42] app: add compare() virtual function to GimpData N/A
- [gimp/wip/gradient-edit: 12/42] app: add "custom" gradient N/A
- [gimp/wip/gradient-edit: 13/42] app: implement copy() for GimpGradient N/A
- [gimp/wip/gradient-edit: 14/42] app: implement compare() for GimpGradient N/A
- [gimp/wip/gradient-edit: 15/42] app: add gimp_gradient_segment_get_{left, right}_flat_color() N/A
- [gimp/wip/gradient-edit: 16/42] app: add gimp_gradient_split_at() N/A
- [gimp/wip/gradient-edit: 17/42] app: add gimp_gradient_segment_range_get_n_segments() N/A
- [gimp/wip/gradient-edit: 18/42] app: add gimp_gradient_segment_range_merge() N/A
- [gimp/wip/gradient-edit: 19/42] app: treat gradient segments as clopen ranges N/A
- [gimp/wip/gradient-edit: 20/42] app: improve num. stability of gimp_gradient_segment_range_compress() N/A
- [gimp/wip/gradient-edit: 21/42] app: improve curved gradient segment sampling N/A
- [gimp/wip/gradient-edit: 22/42] app: use get_{left, right}_flat_color() in gradient editor N/A
- [gimp/wip/gradient-edit: 23/42] app: add gimp_color_panel_dialog_response(); add "response" signal N/A
- [gimp/wip/gradient-edit: 24/42] app: don't show a PLUS cursor modifier before starting the blend tool N/A
- [gimp/wip/gradient-edit: 25/42] app: add "instant mode" option to the blend tool N/A
- [gimp/wip/gradient-edit: 26/42] app: add "modify active gradient" option to the blend tool N/A
- [gimp/wip/gradient-edit: 27/42] app: add sliders for gradient stops and midpoints in the blend tool N/A
- [gimp/wip/gradient-edit: 28/42] app: modify the gradient in response to blend-tool slider motion N/A
- [gimp/wip/gradient-edit: 29/42] app: add support for adding gradient stops to the blend tool N/A
- [gimp/wip/gradient-edit: 30/42] app: add support for removing gradient stops to the blend tool N/A
- [gimp/wip/gradient-edit: 31/42] app: convert midpoints to stops via double-click in the blend tool N/A
- [gimp/wip/gradient-edit: 32/42] app: add tool gui to the blend tool N/A
- [gimp/wip/gradient-edit: 33/42] app: implement blend tool gui for gradient endpoints N/A
- [gimp/wip/gradient-edit: 34/42] app: implement blend tool gui for gradient stops N/A
- [gimp/wip/gradient-edit: 35/42] app: implement blend tool gui for gradient midpoints N/A
- [gimp/wip/gradient-edit: 36/42] app: implement tool undo for gradient editing in the blend tool N/A
- [gimp/wip/gradient-edit: 37/42] app: fix fg/bg color change handling in the blend tool N/A
- [gimp/wip/gradient-edit: 38/42] app: don't update blend tool filter upon irrelevant line changes N/A
- [gimp/wip/gradient-edit: 39/42] app: cache last-sampled gradient segment in GimpOperationBlend N/A
- [gimp/wip/gradient-edit: 40/42] app: add prepare-to-remove-slider signal to GimpToolLine N/A
- [gimp/wip/gradient-edit: 41/42] app: handle prepare-to-remove-slider signal in the blend tool N/A
- [gimp/wip/gradient-edit: 42/42] app: improve status messages of GimpToolLine N/A
- [gimp] (42 commits) Non-fast-forward update to branch wip/gradient-edit N/A
- [gimp/wip/gradient-edit: 1/42] ^^^ wip/gradient-edit ^^^ N/A
- [gimp/wip/gradient-edit: 2/42] app: add gimp_tool_line_get_slider() N/A
- [gimp/wip/gradient-edit: 3/42] app: rename slider-value variables in GimpToolLine N/A
- [gimp/wip/gradient-edit: 4/42] app: add persistent handle selection to GimpToolLine N/A
- [gimp/wip/gradient-edit: 5/42] app: add keyboard control to GimpToolLine N/A
- [gimp/wip/gradient-edit: 6/42] app: add dashed canvas handle types N/A
- [gimp/wip/gradient-edit: 7/42] app: allow adding and removing sliders to/from a GimpToolLine N/A
- [gimp/wip/gradient-edit: 8/42] app: add handle-clicked signal to GimpToolLine N/A
- [gimp/wip/gradient-edit: 9/42] app: add misc. parameters to GimpControllerSlider N/A
- [gimp/wip/gradient-edit: 10/42] app: add gimp_data_copy() N/A
- [gimp/wip/gradient-edit: 11/42] app: add compare() virtual function to GimpData N/A
- [gimp/wip/gradient-edit: 12/42] app: add "custom" gradient N/A
- [gimp/wip/gradient-edit: 13/42] app: implement copy() for GimpGradient N/A
- [gimp/wip/gradient-edit: 14/42] app: implement compare() for GimpGradient N/A
- [gimp/wip/gradient-edit: 15/42] app: add gimp_gradient_segment_get_{left, right}_flat_color() N/A
- [gimp/wip/gradient-edit: 16/42] app: add gimp_gradient_split_at() N/A
- [gimp/wip/gradient-edit: 17/42] app: add gimp_gradient_segment_range_get_n_segments() N/A
- [gimp/wip/gradient-edit: 18/42] app: add gimp_gradient_segment_range_merge() N/A
- [gimp/wip/gradient-edit: 19/42] app: treat gradient segments as clopen ranges N/A
- [gimp/wip/gradient-edit: 20/42] app: improve num. stability of gimp_gradient_segment_range_compress() N/A
- [gimp/wip/gradient-edit: 21/42] app: improve curved gradient segment sampling N/A
- [gimp/wip/gradient-edit: 22/42] app: use get_{left, right}_flat_color() in gradient editor N/A
- [gimp/wip/gradient-edit: 23/42] app: add gimp_color_panel_dialog_response(); add "response" signal N/A
- [gimp/wip/gradient-edit: 24/42] app: don't show a PLUS cursor modifier before starting the blend tool N/A
- [gimp/wip/gradient-edit: 25/42] app: add "instant mode" option to the blend tool N/A
- [gimp/wip/gradient-edit: 26/42] app: add "modify active gradient" option to the blend tool N/A
- [gimp/wip/gradient-edit: 27/42] app: add sliders for gradient stops and midpoints in the blend tool N/A
- [gimp/wip/gradient-edit: 28/42] app: modify the gradient in response to blend-tool slider motion N/A
- [gimp/wip/gradient-edit: 29/42] app: add support for adding gradient stops to the blend tool N/A
- [gimp/wip/gradient-edit: 30/42] app: add support for removing gradient stops to the blend tool N/A
- [gimp/wip/gradient-edit: 31/42] app: convert midpoints to stops via double-click in the blend tool N/A
- [gimp/wip/gradient-edit: 32/42] app: add tool gui to the blend tool N/A
- [gimp/wip/gradient-edit: 33/42] app: implement blend tool gui for gradient endpoints N/A
- [gimp/wip/gradient-edit: 34/42] app: implement blend tool gui for gradient stops N/A
- [gimp/wip/gradient-edit: 35/42] app: implement blend tool gui for gradient midpoints N/A
- [gimp/wip/gradient-edit: 36/42] app: implement tool undo for gradient editing in the blend tool N/A
- [gimp/wip/gradient-edit: 37/42] app: fix fg/bg color change handling in the blend tool N/A
- [gimp/wip/gradient-edit: 38/42] app: don't update blend tool filter upon irrelevant line changes N/A
- [gimp/wip/gradient-edit: 39/42] app: cache last-sampled gradient segment in GimpOperationBlend N/A
- [gimp/wip/gradient-edit: 40/42] app: add prepare-to-remove-slider signal to GimpToolLine N/A
- [gimp/wip/gradient-edit: 41/42] app: handle prepare-to-remove-slider signal in the blend tool N/A
- [gimp/wip/gradient-edit: 42/42] app: improve status messages of GimpToolLine N/A
- [gimp/wip/gradient-edit: 1/42] ^^^ wip/gradient-edit ^^^ N/A
- [gimp/wip/gradient-edit: 2/42] app: add gimp_tool_line_get_slider() N/A
- [gimp] (42 commits) Non-fast-forward update to branch wip/gradient-edit N/A
- [gimp/wip/gradient-edit: 5/42] app: add keyboard control to GimpToolLine N/A
- [gimp/wip/gradient-edit: 3/42] app: rename slider-value variables in GimpToolLine N/A
- [gimp/wip/gradient-edit: 4/42] app: add persistent handle selection to GimpToolLine N/A
- [gimp/wip/gradient-edit: 6/42] app: add dashed canvas handle types N/A
- [gimp/wip/gradient-edit: 7/42] app: allow adding and removing sliders to/from a GimpToolLine N/A
- [gimp/wip/gradient-edit: 8/42] app: add handle-clicked signal to GimpToolLine N/A
- [gimp/wip/gradient-edit: 9/42] app: add misc. parameters to GimpControllerSlider N/A
- [gimp/wip/gradient-edit: 10/42] app: add gimp_data_copy() N/A
- [gimp/wip/gradient-edit: 11/42] app: add compare() virtual function to GimpData N/A
- [gimp/wip/gradient-edit: 12/42] app: add "custom" gradient N/A
- [gimp/wip/gradient-edit: 13/42] app: implement copy() for GimpGradient N/A
- [gimp/wip/gradient-edit: 14/42] app: implement compare() for GimpGradient N/A
- [gimp/wip/gradient-edit: 15/42] app: add gimp_gradient_segment_get_{left, right}_flat_color() N/A
- [gimp/wip/gradient-edit: 16/42] app: add gimp_gradient_split_at() N/A
- [gimp/wip/gradient-edit: 17/42] app: add gimp_gradient_segment_range_get_n_segments() N/A
- [gimp/wip/gradient-edit: 18/42] app: add gimp_gradient_segment_range_merge() N/A
- [gimp/wip/gradient-edit: 19/42] app: treat gradient segments as clopen ranges N/A
- [gimp/wip/gradient-edit: 20/42] app: improve num. stability of gimp_gradient_segment_range_compress() N/A
- [gimp/wip/gradient-edit: 21/42] app: improve curved gradient segment sampling N/A
- [gimp/wip/gradient-edit: 22/42] app: use get_{left, right}_flat_color() in gradient editor N/A
- [gimp/wip/gradient-edit: 23/42] app: add gimp_color_panel_dialog_response(); add "response" signal N/A
- [gimp/wip/gradient-edit: 24/42] app: don't show a PLUS cursor modifier before starting the blend tool N/A
- [gimp/wip/gradient-edit: 25/42] app: add "instant mode" option to the blend tool N/A
- [gimp/wip/gradient-edit: 26/42] app: add "modify active gradient" option to the blend tool N/A
- [gimp/wip/gradient-edit: 27/42] app: add sliders for gradient stops and midpoints in the blend tool N/A
- [gimp/wip/gradient-edit: 28/42] app: modify the gradient in response to blend-tool slider motion N/A
- [gimp/wip/gradient-edit: 29/42] app: add support for adding gradient stops to the blend tool N/A
- [gimp/wip/gradient-edit: 30/42] app: add support for removing gradient stops to the blend tool N/A
- [gimp/wip/gradient-edit: 31/42] app: convert midpoints to stops via double-click in the blend tool N/A
- [gimp/wip/gradient-edit: 32/42] app: add tool gui to the blend tool N/A
- [gimp/wip/gradient-edit: 33/42] app: implement blend tool gui for gradient endpoints N/A
- [gimp/wip/gradient-edit: 34/42] app: implement blend tool gui for gradient stops N/A
- [gimp/wip/gradient-edit: 35/42] app: implement blend tool gui for gradient midpoints N/A
- [gimp/wip/gradient-edit: 36/42] app: implement tool undo for gradient editing in the blend tool N/A
- [gimp/wip/gradient-edit: 37/42] app: fix fg/bg color change handling in the blend tool N/A
- [gimp/wip/gradient-edit: 38/42] app: don't update blend tool filter upon irrelevant line changes N/A
- [gimp/wip/gradient-edit: 39/42] app: cache last-sampled gradient segment in GimpOperationBlend N/A
- [gimp/wip/gradient-edit: 40/42] app: add prepare-to-remove-slider signal to GimpToolLine N/A
- [gimp/wip/gradient-edit: 41/42] app: handle prepare-to-remove-slider signal in the blend tool N/A
- [gimp/wip/gradient-edit: 42/42] app: improve status messages of GimpToolLine N/A
- [libglnx] fdio: allow NULL for fstatat_allow_noent stbuf Colin Walters
- [gimp] (42 commits) Non-fast-forward update to branch wip/gradient-edit N/A
- [gimp/wip/gradient-edit: 1/42] ^^^ wip/gradient-edit ^^^ N/A
- [gimp/wip/gradient-edit: 2/42] app: add gimp_tool_line_get_slider() N/A
- [gimp/wip/gradient-edit: 3/42] app: rename slider-value variables in GimpToolLine N/A
- [gimp/wip/gradient-edit: 4/42] app: add persistent handle selection to GimpToolLine N/A
- [gimp/wip/gradient-edit: 5/42] app: add keyboard control to GimpToolLine N/A
- [gimp/wip/gradient-edit: 6/42] app: add dashed canvas handle types N/A
- [gimp/wip/gradient-edit: 7/42] app: allow adding and removing sliders to/from a GimpToolLine N/A
- [gimp/wip/gradient-edit: 8/42] app: add handle-clicked signal to GimpToolLine N/A
- [gimp/wip/gradient-edit: 9/42] app: add misc. parameters to GimpControllerSlider N/A
- [gimp/wip/gradient-edit: 10/42] app: add gimp_data_copy() N/A
- [gimp/wip/gradient-edit: 11/42] app: add compare() virtual function to GimpData N/A
- [gimp/wip/gradient-edit: 12/42] app: add "custom" gradient N/A
- [gimp/wip/gradient-edit: 13/42] app: implement copy() for GimpGradient N/A
- [gimp/wip/gradient-edit: 14/42] app: implement compare() for GimpGradient N/A
- [gimp/wip/gradient-edit: 15/42] app: add gimp_gradient_segment_get_{left, right}_flat_color() N/A
- [gimp/wip/gradient-edit: 16/42] app: add gimp_gradient_split_at() N/A
- [gimp/wip/gradient-edit: 17/42] app: add gimp_gradient_segment_range_get_n_segments() N/A
- [gimp/wip/gradient-edit: 18/42] app: add gimp_gradient_segment_range_merge() N/A
- [gimp/wip/gradient-edit: 19/42] app: treat gradient segments as clopen ranges N/A
- [gimp/wip/gradient-edit: 20/42] app: improve num. stability of gimp_gradient_segment_range_compress() N/A
- [gimp/wip/gradient-edit: 21/42] app: improve curved gradient segment sampling N/A
- [gimp/wip/gradient-edit: 22/42] app: use get_{left, right}_flat_color() in gradient editor N/A
- [gimp/wip/gradient-edit: 23/42] app: add gimp_color_panel_dialog_response(); add "response" signal N/A
- [gimp/wip/gradient-edit: 24/42] app: don't show a PLUS cursor modifier before starting the blend tool N/A
- [gimp/wip/gradient-edit: 25/42] app: add "instant mode" option to the blend tool N/A
- [gimp/wip/gradient-edit: 26/42] app: add "modify active gradient" option to the blend tool N/A
- [gimp/wip/gradient-edit: 27/42] app: add sliders for gradient stops and midpoints in the blend tool N/A
- [gimp/wip/gradient-edit: 28/42] app: modify the gradient in response to blend-tool slider motion N/A
- [gimp/wip/gradient-edit: 29/42] app: add support for adding gradient stops to the blend tool N/A
- [gtk+] vulkan: Add some missing cases to switch Matthias Clasen
- [gimp/wip/gradient-edit: 30/42] app: add support for removing gradient stops to the blend tool N/A
- [gimp/wip/gradient-edit: 31/42] app: convert midpoints to stops via double-click in the blend tool N/A
- [gimp/wip/gradient-edit: 32/42] app: add tool gui to the blend tool N/A
- [gimp/wip/gradient-edit: 33/42] app: implement blend tool gui for gradient endpoints N/A
- [gimp/wip/gradient-edit: 34/42] app: implement blend tool gui for gradient stops N/A
- [gimp/wip/gradient-edit: 35/42] app: implement blend tool gui for gradient midpoints N/A
- [gimp/wip/gradient-edit: 36/42] app: implement tool undo for gradient editing in the blend tool N/A
- [gimp/wip/gradient-edit: 37/42] app: fix fg/bg color change handling in the blend tool N/A
- [gimp/wip/gradient-edit: 38/42] app: don't update blend tool filter upon irrelevant line changes N/A
- [gimp/wip/gradient-edit: 39/42] app: cache last-sampled gradient segment in GimpOperationBlend N/A
- [gimp/wip/gradient-edit: 40/42] app: add prepare-to-remove-slider signal to GimpToolLine N/A
- [gimp/wip/gradient-edit: 41/42] app: handle prepare-to-remove-slider signal in the blend tool N/A
- [gimp/wip/gradient-edit: 42/42] app: improve status messages of GimpToolLine N/A
- [gnome-todo] task-row: one more try at animations Georges Basile Stavracas Neto
- [gtk+] gskrenderer: Make the window property not construct Matthias Clasen
- [gtk+] settings: Don't assert in notify Matthias Clasen
- [gnome-calendar] month-view: rewrite was a template widget Georges Basile Stavracas Neto
- [gnome-calendar] log: accept NULL log domains Georges Basile Stavracas Neto
- [gnome-calendar] window: trivial code refactoring Georges Basile Stavracas Neto
- [gnome-calendar] Update POTFILES.in Piotr Drąg
- [gtk+] gtk-demo: Fix the assistant demo Matthias Clasen
- [gtk+/gtk-3-22] widget-factory: Don't leak GPropertyAction instances Daniel Boles
- [gtk+] FileChooserButton: Avoid unref()ing a null model Daniel Boles
- [gtk+/gtk-3-22] applicationwindw: Don't leak show-help-overlay action Daniel Boles
- [gtk+] iconbrowser: Don’t repeat folder-download-symbolic Daniel Boles
- [gtk+/gtk-3-22] filechooserbutton: Don't leak priv->model Daniel Boles
- [gtk+] Revert "treeviewcolumn: Don't leak button" Daniel Boles
- [gtk+/gtk-3-22] FileChooserButton: Avoid unref()ing a null model Daniel Boles
- [gtk+] TreeViewCol: Don’t try to disconnect null treeview Daniel Boles
- [gtk+/gtk-3-22] modelbutton: set_relative_to(NULL) the popover in dispose Daniel Boles
- [gtk+] TreeViewCol: Fix SEGV on remove/add, + memory leak Daniel Boles
- [gtk+/gtk-3-22] iconbrowser: Don’t repeat folder-download-symbolic Daniel Boles
- [gtk+/gtk-3-22] TreeViewCol: Don’t try to disconnect null treeview Daniel Boles
- [gtk+/gtk-3-22] TreeViewCol: Fix SEGV on remove/add, + memory leak Daniel Boles
07 October 2017
- [pybliographer] Deleted branch gtk3 Germán Poo-Caamaño
- [gnome-calendar] month-view: fix event positioning on RTL locales Georges Basile Stavracas Neto
- [gtk+/gtk-3-22] HC: Avoid inflated titlebar separator in GEdit etc Daniel Boles
- [gtk+] HC: Avoid inflated titlebar separator in GEdit etc Daniel Boles
- [gtk+] gtk-demo: Make the color chooser example non-resizable Matthias Clasen
- [gtk+] gtk-demo: Fix up the drawingarea example Matthias Clasen
- [pybliographer] (42 commits) Created branch wip/gtk3 Germán Poo-Caamaño
- [gnome-commander] Update Brazilian Portuguese translation Translations User D-L
- [pybliographer/wip/gtk3: 1/42] ui: Initial port to gtk+3 Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 2/42] ui: Port main window to gtk+3 Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 3/42] ui: Fix build Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 4/42] document: Port about dialog to gtk+3 Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 5/42] utils: Port GladeWindow class to GtkBuilder Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 6/42] format: Port dialog to gtk+3 Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 7/42] sort: Port dialog to gtk+3 Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 8/42] sort: Move 'set default button' to the action area Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 9/42] openurl: Port dialog to gtk+3 Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 10/42] search: Port dialog to gtk+3 Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 11/42] document: Add ellipsis to menus that open dialogs Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 12/42] editor: Port to gtk+3 Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 13/42] editor: Add padding to automatic fields Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 14/42] preferences: Port Config dialog to gtk+3 Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 15/42] fields: Port dialog to gtk+3 Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 16/42] ui: Remove unused gladep files Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 17/42] editor: Port entry type change in editor to Gtk3 Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 18/42] index: Fix call to popup menu Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 19/42] document: Remove comment Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 20/42] utils: Port set_cursor to Gtk3 Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 21/42] editor: Port create field to gtk+3 Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 22/42] index: Port dran-n-drop and selections to gtk+ 3 Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 23/42] compat: Port get_mime_type to Gio Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 24/42] preferences: Remove unused code Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 25/42] medline: Port to gtk+3 Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 26/42] Makefile: replace .glade with .ui Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 27/42] Updated FSF's address Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 28/42] Revert "Updated FSF's address" Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 29/42] build: Add path to PYTHONPATH Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 30/42] Bump version number Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 31/42] build: Add intltoolize Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 32/42] scripts: Fix shell syntax for condition Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 33/42] ui: don't show hidden characters Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 34/42] build: simplify Makefile rules for pybrc Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 35/42] build: Attempt to fix make distcheck Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 36/42] build: Move modules dependency checking to configure.ac Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 37/42] ui: Don't generate main ui during build time Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 38/42] Enable run pybliographic either from source or installation Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 39/42] Drop intltool Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 40/42] Update rules to .gitignore Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 41/42] Remove deprecated use of set_data Germán Poo-Caamaño
- [pybliographer/wip/gtk3: 42/42] data: Move desktop and appdata to data dir Germán Poo-Caamaño
- [gtk+] gtk-demo: Fix the overlay demo Matthias Clasen
- [pybliographer] Add encoding within the files with utf-8 characters Germán Poo-Caamaño
- [pybliographer] Use Unicode in translatable strings Germán Poo-Caamaño
- [gimp] build: add a stable flatpak manifest. Jehan Pagès
- [gtk+] gtk-demo: Add a new overlay demo Matthias Clasen
- [gtk+] gtk-demo: Deal with big images Matthias Clasen
- [gimp] (373 commits) Non-fast-forward update to branch wip/animation Jehan Pagès
- [gimp/wip/animation: 212/373] plug-ins: new disposal mode "tags" for animation playback, allowing to generate frames from layer ta Jehan Pagès
- [gimp/wip/animation: 213/373] plug-ins: better support of big images: quality checkbox, loading notice, cleaner exit, frames locki Jehan Pagès
- [gimp/wip/animation: 214/373] plug-ins: must faster implementation for tagged disposal mode of animation playback. Jehan Pagès
- [gimp/wip/animation: 215/373] plug-ins: move to a frame in animation playback by clicking on the progress bar. Jehan Pagès
- [gimp/wip/animation: 216/373] plug-ins: add start and end frame concept to animation playback to be able to play only a piece of a Jehan Pagès
- [gimp/wip/animation: 217/373] plug-ins: don't show the animation playback quality checkbox when useless. Jehan Pagès
- [gimp/wip/animation: 218/373] plug-ins: improved UI for frame length support. Jehan Pagès
- [gimp/wip/animation: 219/373] plug-ins: support for layer groups in animation-play. Jehan Pagès
- [gimp/wip/animation: 220/373] plug-ins: display an alpha background when no animation frame to play instead of quitting. Jehan Pagès
- [gimp/wip/animation: 221/373] plug-ins: major cleanup of animation-play. Jehan Pagès
- [gimp/wip/animation: 222/373] plug-ins: reorder all functions in animation-play... Jehan Pagès
- [gimp/wip/animation: 223/373] plug-ins: movie animation-play in its own directory. Jehan Pagès
- [gimp/wip/animation: 224/373] plug-ins: animation-play reorganized into several files. Jehan Pagès
- [gimp/wip/animation: 225/373] plug-ins: warn of low framerate… Jehan Pagès
- [gimp/wip/animation: 226/373] plug-ins: stop animation playback before quitting. Jehan Pagès
- [gimp/wip/animation: 227/373] plug-ins: make sure the drawing area is realized before drawing to it. Jehan Pagès
- [gimp/wip/animation: 228/373] plug-ins: complete code reorganization of animation-play. Jehan Pagès
- [gimp/wip/animation: 229/373] plug-ins: do not use direct letters as shortcuts. Jehan Pagès
- [gimp/wip/animation: 230/373] plug-ins: the legacy animation becomes "animatic" animation. Jehan Pagès
- [gimp/wip/animation: 231/373] plug-ins: reset framerate warning when it comes back to acceptable rate. Jehan Pagès
- [gimp/wip/animation: 232/373] plug-ins: minor code cleanup of animation-play. Jehan Pagès
- [gimp/wip/animation: 233/373] plug-ins: save and load animatic info as XML. Jehan Pagès
- [gimp/wip/animation: 234/373] plug-ins: display selected panel and allow to jump to panel. Jehan Pagès
- [gimp/wip/animation: 235/373] plug-ins: tab key in comment fields to switch to the next comment field. Jehan Pagès
- [gimp/wip/animation: 236/373] plug-ins: implement "combine" (blend mode "normal"/gegl:over) button. Jehan Pagès
- [gimp/wip/animation: 237/373] plug-ins: fix animation panel's thumbnails. Jehan Pagès
- [gimp/wip/animation: 238/373] plug-ins: do not destroy widgets twice. Jehan Pagès
- [gimp/wip/animation: 239/373] plug-ins: cache panels directly as GEGL buffers. Jehan Pagès
- [gimp/wip/animation: 240/373] plug-ins: improve proxy support in animation playback. Jehan Pagès
- [gimp/wip/animation: 241/373] plug-ins: add new animation type "cel animation". Jehan Pagès
- [gimp/wip/animation: 242/373] plug-ins: serialization for cel animations. Jehan Pagès
- [gimp/wip/animation: 243/373] plug-ins: add a view of the image layers for cel animation. Jehan Pagès
- [gimp/wip/animation: 244/373] plug-ins: some basic X-Sheet layout. Jehan Pagès
- [gimp/wip/animation: 245/373] plug-ins: frame selection for cel animation. Jehan Pagès
- [gimp/wip/animation: 246/373] plug-ins: allow updating animation track titles. Jehan Pagès
- [gimp/wip/animation: 247/373] plug-ins: do not reverse track order at each serialization. Jehan Pagès
- [gimp/wip/animation: 248/373] plug-ins: allow updating comments for cel animations. Jehan Pagès
- [gimp/wip/animation: 249/373] plug-ins: select layer for each track/frame couple. Jehan Pagès
- [gimp/wip/animation: 250/373] plug-ins: fix cel selection in animation. Jehan Pagès
- [gimp/wip/animation: 251/373] plug-ins: name animation cels appropriately. Jehan Pagès
- [gimp/wip/animation: 252/373] plug-ins: make so the layer list takes all the vertical space... Jehan Pagès
- [gimp/wip/animation: 253/373] plug-ins: jump to a frame position by clicking on xsheet frame numbers. Jehan Pagès
- [gimp/wip/animation: 254/373] plug-ins: scroll the X-Sheet when jumping to a frame position. Jehan Pagès
- [gimp/wip/animation: 255/373] plug-ins: get rid of animation's start position property. Jehan Pagès
- [gimp/wip/animation: 256/373] plug-ins: split the playback code out of the Animation class. Jehan Pagès
- [gimp/wip/animation: 257/373] plug-ins: better behavior on animation duration change. Jehan Pagès
- [gimp/wip/animation: 258/373] plug-ins: add a spin button to set duration for cel animations. Jehan Pagès
- [gimp/wip/animation: 259/373] plug-ins: fix a few bugs when changing animation types. Jehan Pagès
- [gimp/wip/animation: 260/373] plug-ins: don't rebuild whole xsheet when changing animation duration. Jehan Pagès
- [gimp/wip/animation: 261/373] plug-ins: add and move tracks for cel animations. Jehan Pagès
- [gimp/wip/animation: 262/373] plug-ins: add track deletion button. Jehan Pagès
- [gimp/wip/animation: 263/373] plug-ins: rename s/animationanimatic.[ch]/animation-animatic.[ch]/. Jehan Pagès
- [gimp/wip/animation: 264/373] plug-ins: allow zooming in/out with ctrl-scroll up/down. Jehan Pagès
- [gimp/wip/animation: 265/373] plug-ins: move settings in a tab. Jehan Pagès
- [gimp/wip/animation: 266/373] plug-ins: minor improvements on storyboard GUI. Jehan Pagès
- [gimp/wip/animation: 267/373] plug-ins: click the storyboard panel to jump to the right position. Jehan Pagès
- [gimp/wip/animation: 268/373] plug-ins: scroll to storyboard panel corresponding to playback position. Jehan Pagès
- [gimp/wip/animation: 269/373] plug-ins: in x-sheet and storyboard, do not jump to current panel... Jehan Pagès
- [gimp/wip/animation: 270/373] plug-ins: get a quick frame preview when entering the progress. Jehan Pagès
- [gimp/wip/animation: 271/373] plug-ins: add a visual separator every second in the X-Sheet. Jehan Pagès
- [gimp/wip/animation: 272/373] plug-ins: add time in second in the animation dialog's progress bar. Jehan Pagès
- [gimp/wip/animation: 273/373] plug-ins: broken X-sheet when adding new frames to cel animation. Jehan Pagès
- [gimp/wip/animation: 274/373] plug-ins: factor the X-Sheet construction code. Jehan Pagès
- [gimp/wip/animation: 275/373] plug-ins: do not recreate the whole X-Sheet on add/delete track. Jehan Pagès
- [gimp/wip/animation: 276/373] plug-ins: get rid of animation_dialog_refresh(). Jehan Pagès
- [gimp/wip/animation: 277/373] plug-ins: get rid of unblock_ui(). Jehan Pagès
- [gimp/wip/animation: 278/373] plug-ins: improve progress bar's mouse interaction. Jehan Pagès
- [gimp/wip/animation: 279/373] plug-ins: better progress bar text. Jehan Pagès
- [gimp/wip/animation: 280/373] plug-ins: fix refreshing cel animations. Jehan Pagès
- [gimp/wip/animation: 281/373] plug-ins: handling deleted layers. Jehan Pagès
- [gimp/wip/animation: 282/373] plug-ins: using g_printerr() instead of g_warning() for... Jehan Pagès
- [gimp/wip/animation: 283/373] plug-ins: cleanup before re-loading default animation on parsing failure. Jehan Pagès
- [gimp/wip/animation: 284/373] plug-ins: some more code factorization in X-Sheet animation layout. Jehan Pagès
- [gimp/wip/animation: 285/373] plug-ins: allow to select several layers per animation cell. Jehan Pagès
- [gimp/wip/animation: 286/373] plug-ins: improved labelling for cells. Jehan Pagès
- [gimp/wip/animation: 287/373] plug-ins: return value of gimp_image_get_layers() must be freed... Jehan Pagès
- [gimp/wip/animation: 288/373] plug-ins: automatically create animation cycles from layer names. Jehan Pagès
- [gimp/wip/animation: 289/373] plug-ins: support animation cycles with several layers in a cell. Jehan Pagès
- [gimp/wip/animation: 290/373] plug-ins: fix default cel animation construction. Jehan Pagès
- [gimp/wip/animation: 291/373] plug-ins: add a contextual menu on cels to add/delete/duplicate them. Jehan Pagès
- [gimp/wip/animation: 292/373] plug-ins: reorganize caching to have a visible GUI immediately. Jehan Pagès
- [gimp/wip/animation: 293/373] plug-ins: animation_animatic_get_frame() can return NULL on empty cache. Jehan Pagès
- [gimp/wip/animation: 294/373] plug-ins: no need to try and render the current frame at animation set. Jehan Pagès
- [gimp/wip/animation: 295/373] plug-ins: disconnect animation_storyboard_stopped() on storyboard... Jehan Pagès
- [gimp/wip/animation: 296/373] plug-ins: add a "Fit to display" feature in animation playback. Jehan Pagès
- [gimp/wip/animation: 297/373] plug-ins: more subtle zoom in and out in animation playback. Jehan Pagès
- [gimp/wip/animation: 298/373] plug-ins: space is a possible separator between frame subnumbers. Jehan Pagès
- [gimp/wip/animation: 299/373] plug-ins: prevent resize of animation playback widget when progress... Jehan Pagès
- [gimp/wip/animation: 300/373] plug-ins: private declaration reordering. Jehan Pagès
- [gimp/wip/animation: 301/373] plug-ins: add a start of implementation for camera keyframing. Jehan Pagès
- [gimp/wip/animation: 302/373] plug-ins: save the current animation playback state. Jehan Pagès
- [gimp/wip/animation: 303/373] plug-ins: double-click on animation's frame position updates the... Jehan Pagès
- [gimp/wip/animation: 304/373] plug-ins: add red color tags to the displayed layers of current frame. Jehan Pagès
- [gimp/wip/animation: 305/373] plug-ins: fix "Comments" column position in animation plugin... Jehan Pagès
- [gimp/wip/animation: 306/373] plug-ins: GIMP_STOCK_* have now become GIMP_ICON_*. Jehan Pagès
- [gimp/wip/animation: 307/373] plug-ins: better align some function declarations' parameters. Jehan Pagès
- [gimp/wip/animation: 308/373] plug-ins: playback state not reloaded properly in animatics. Jehan Pagès
- [gimp/wip/animation: 309/373] plug-ins: move all the caching to a separate renderer. Jehan Pagès
- [gimp/wip/animation: 310/373] plug-ins: properly initialize a pointer to NULL. Jehan Pagès
- [gimp/wip/animation: 311/373] plug-ins: render the frame buffer in a separate thread. Jehan Pagès
- [gimp/wip/animation: 312/373] plug-ins: only run the idle source on the renderer when needed. Jehan Pagès
- [gimp/wip/animation: 313/373] plug-ins: action labels not properly filled. Jehan Pagès
- [gimp/wip/animation: 314/373] plug-ins: add an export button. Jehan Pagès
- [gimp/wip/animation: 315/373] plug-ins: add a file chooser to choose animation file name. Jehan Pagès
- [gimp/wip/animation: 316/373] plug-ins: export also sequence of images. Jehan Pagès
- [gimp/wip/animation: 317/373] plug-ins: speed-up updating composition of many frames at once. Jehan Pagès
- [gimp/wip/animation: 318/373] plug-ins: new icon for animation-play plugin. Jehan Pagès
- [gimp/wip/animation: 319/373] plug-ins: install animation-play specific data and set plugin icon. Jehan Pagès
- [gimp/wip/animation: 320/373] plug-ins: no need for destroy functions for animation render queues. Jehan Pagès
- [gimp/wip/animation: 321/373] plug-ins: add a new widget to handle track titles. Jehan Pagès
- [gimp/wip/animation: 322/373] plug-ins: style a bit the title labels for animation levels. Jehan Pagès
- [gimp/wip/animation: 323/373] plug-ins: fix fit-to-display on first render. Jehan Pagès
- [gimp/wip/animation: 324/373] plug-ins: fix animation loops. Jehan Pagès
- [gimp/wip/animation: 325/373] plug-ins: single-click on track title selects all, and double-click... Jehan Pagès
- [gimp/wip/animation: 326/373] plug-ins: animation must be finalized after the renderer. Jehan Pagès
- [gimp/wip/animation: 327/373] plug-ins: check camera existence before cleaning it up. Jehan Pagès
- [gimp/wip/animation: 328/373] plug-ins: animation re-rendering broken on proxy ratio changed. Jehan Pagès
- [gimp/wip/animation: 329/373] plug-ins: proxy ratio is a data for the AnimationPlayback. Jehan Pagès
- [gimp/wip/animation: 330/373] plug-ins: save the animation playback proxy ratio. Jehan Pagès
- [gimp/wip/animation: 331/373] plug-ins: add drag'n drop in storyboard. Jehan Pagès
- [gimp/wip/animation: 332/373] plug-ins: remove useless include. Jehan Pagès
- [gimp/wip/animation: 333/373] plug-ins: display the destination when drag'n dropping panels. Jehan Pagès
- [gimp/wip/animation: 334/373] plug-ins: very basic onion-skinning. Jehan Pagès
- [gimp/wip/animation: 335/373] plug-ins: onion skins can now be configured. Jehan Pagès
- [gimp/wip/animation: 336/373] plug-ins: properly reorder panels on drag'n drop. Jehan Pagès
- [gimp/wip/animation: 337/373] plug-ins: save onion-skin preference in the parasite. Jehan Pagès
- [gimp/wip/animation: 338/373] plug-ins: add the concept of display size. Jehan Pagès
- [gimp/wip/animation: 339/373] plug-ins: save the animation display size in the parasite. Jehan Pagès
- [gimp/wip/animation: 340/373] plug-ins: save animation's camera work in the parasite. Jehan Pagès
- [gimp/wip/animation: 341/373] plug-ins: fix update when changing camera position. Jehan Pagès
- [gimp/wip/animation: 342/373] plug-ins: prevent too much computation on constant camera update. Jehan Pagès
- [gimp/wip/animation: 343/373] plug-ins: recreate the camera when cleaned-up. Jehan Pagès
- [gimp/wip/animation: 344/373] plug-ins: always show the camera information. Jehan Pagès
- [gimp/wip/animation: 345/373] plug-ins: add a camera preview concept to update only the current frame. Jehan Pagès
- [gimp/wip/animation: 346/373] plug-ins: allow dragging the display area for camera. Jehan Pagès
- [gimp/wip/animation: 347/373] plug-ins: apply the camera preview on releasing mouse after dnd. Jehan Pagès
- [gimp/wip/animation: 348/373] plug-ins: add a delete button on camera keyframing. Jehan Pagès
- [gimp/wip/animation: 349/373] plug-ins: fix camera keyframe creation. Jehan Pagès
- [gimp/wip/animation: 350/373] plug-ins: add a "Filter by level title" checkbox for cel animations. Jehan Pagès
- [gimp/wip/animation: 351/373] plug-ins: update filter behavior on layer groups in animation play. Jehan Pagès
- [gimp/wip/animation: 352/373] plug-ins: uncheck filter when unfiltered layer is selected. Jehan Pagès
- [gimp/wip/animation: 353/373] plug-ins: better check for queue existence in the idle. Jehan Pagès
- [gimp/wip/animation: 354/373] plug-ins: check for object existence before disconnecting handler. Jehan Pagès
- [gimp/wip/animation: 355/373] plug-ins: update filtering when updating the layer view selection. Jehan Pagès
- [gimp/wip/animation: 356/373] plug-ins: dragging the display area only works for cel animations... Jehan Pagès
- [gimp/wip/animation: 357/373] plug-ins: animatic not properly re-rendered at panel duration changes. Jehan Pagès
- [gimp/wip/animation: 358/373] plug-ins: update the animatic when moving panels. Jehan Pagès
- [gimp/wip/animation: 359/373] plug-ins: layer names are probably not proper default comments. Jehan Pagès
- [gimp/wip/animation: 360/373] plug-ins: simplify the keyframe view code a bit. Jehan Pagès
- [gimp/wip/animation: 361/373] plug-ins: prevent unwanted signals upon destroying storyboard widgets. Jehan Pagès
- [gimp/wip/animation: 362/373] plug-ins: allow forcing the cache creation when hitting "Reload". Jehan Pagès
- [gimp/wip/animation: 363/373] plug-ins: animation_renderer_get_buffer() expects a frame position. Jehan Pagès
- [gimp/wip/animation: 364/373] plug-ins: storyboard reload must take into account core image updates. Jehan Pagès
- [gimp/wip/animation: 365/373] plug-ins: allow interrupting animation export. Jehan Pagès
- [gimp/wip/animation: 366/373] plug-ins: refresh the progress display after animation export. Jehan Pagès
- [gimp/wip/animation: 367/373] plug-ins: cels were not properly updating when adding/deleting. Jehan Pagès
- [gimp/wip/animation: 368/373] plug-ins: add a spinner to indicate animation frames still rendering. Jehan Pagès
- [gimp/wip/animation: 369/373] plug-ins: order animation rendering queue from the current position. Jehan Pagès
- [gimp/wip/animation: 370/373] plug-ins: reorder the render queue when changing playback position. Jehan Pagès
- [gimp/wip/animation: 371/373] plug-ins: recursively search layer groups for animation suites. Jehan Pagès
- [gimp/wip/animation: 372/373] plug-ins: add zoom keyframing for the animation plug-in. Jehan Pagès
- [gimp/wip/animation: 373/373] plug-ins: better GUI feedback when previewing zoom/offset keyframes. Jehan Pagès
- [gtk+] button: Fix label alignment in checks and radios Matthias Clasen
- [gtk+] printing: Some fixes to the print dialog Matthias Clasen
- [gtk+] printing: Fix page drawing Matthias Clasen
- [pybliographer/wip/gtk3] l10n: Add missing plural handling Germán Poo-Caamaño
- [gimp] (197 commits) Non-fast-forward update to branch wip/animation Jehan Pagès
- [gimp/wip/animation: 36/197] plug-ins: new disposal mode "tags" for animation playback, allowing to generate frames from layer ta Jehan Pagès
- [gimp/wip/animation: 37/197] plug-ins: better support of big images: quality checkbox, loading notice, cleaner exit, frames locki Jehan Pagès
- [gimp/wip/animation: 38/197] plug-ins: must faster implementation for tagged disposal mode of animation playback. Jehan Pagès
- [gimp/wip/animation: 39/197] plug-ins: move to a frame in animation playback by clicking on the progress bar. Jehan Pagès
- [gimp/wip/animation: 40/197] plug-ins: add start and end frame concept to animation playback to be able to play only a piece of a Jehan Pagès
- [gimp/wip/animation: 41/197] plug-ins: don't show the animation playback quality checkbox when useless. Jehan Pagès
- [gimp/wip/animation: 42/197] plug-ins: improved UI for frame length support. Jehan Pagès
- [gimp/wip/animation: 43/197] plug-ins: support for layer groups in animation-play. Jehan Pagès
- [gimp/wip/animation: 44/197] plug-ins: display an alpha background when no animation frame to play instead of quitting. Jehan Pagès
- [gimp/wip/animation: 45/197] plug-ins: major cleanup of animation-play. Jehan Pagès
- [gimp/wip/animation: 46/197] plug-ins: reorder all functions in animation-play... Jehan Pagès
- [gimp/wip/animation: 47/197] plug-ins: movie animation-play in its own directory. Jehan Pagès
- [gimp/wip/animation: 48/197] plug-ins: animation-play reorganized into several files. Jehan Pagès
- [gimp/wip/animation: 49/197] plug-ins: warn of low framerate… Jehan Pagès
- [gimp/wip/animation: 50/197] plug-ins: stop animation playback before quitting. Jehan Pagès
- [gimp/wip/animation: 51/197] plug-ins: make sure the drawing area is realized before drawing to it. Jehan Pagès
- [gimp/wip/animation: 52/197] plug-ins: complete code reorganization of animation-play. Jehan Pagès
- [gimp/wip/animation: 53/197] plug-ins: do not use direct letters as shortcuts. Jehan Pagès
- [gimp/wip/animation: 54/197] plug-ins: the legacy animation becomes "animatic" animation. Jehan Pagès
- [gimp/wip/animation: 55/197] plug-ins: reset framerate warning when it comes back to acceptable rate. Jehan Pagès
- [gimp/wip/animation: 56/197] plug-ins: minor code cleanup of animation-play. Jehan Pagès
- [gimp/wip/animation: 57/197] plug-ins: save and load animatic info as XML. Jehan Pagès
- [gimp/wip/animation: 58/197] plug-ins: display selected panel and allow to jump to panel. Jehan Pagès
- [gimp/wip/animation: 59/197] plug-ins: tab key in comment fields to switch to the next comment field. Jehan Pagès
- [gimp/wip/animation: 60/197] plug-ins: implement "combine" (blend mode "normal"/gegl:over) button. Jehan Pagès
- [gimp/wip/animation: 61/197] plug-ins: fix animation panel's thumbnails. Jehan Pagès
- [gimp/wip/animation: 62/197] plug-ins: do not destroy widgets twice. Jehan Pagès
- [gimp/wip/animation: 63/197] plug-ins: cache panels directly as GEGL buffers. Jehan Pagès
- [gimp/wip/animation: 64/197] plug-ins: improve proxy support in animation playback. Jehan Pagès
- [gimp/wip/animation: 65/197] plug-ins: add new animation type "cel animation". Jehan Pagès
- [gimp/wip/animation: 66/197] plug-ins: serialization for cel animations. Jehan Pagès
- [gimp/wip/animation: 67/197] plug-ins: add a view of the image layers for cel animation. Jehan Pagès
- [gimp/wip/animation: 68/197] plug-ins: some basic X-Sheet layout. Jehan Pagès
- [gimp/wip/animation: 69/197] plug-ins: frame selection for cel animation. Jehan Pagès
- [gimp/wip/animation: 70/197] plug-ins: allow updating animation track titles. Jehan Pagès
- [gimp/wip/animation: 71/197] plug-ins: do not reverse track order at each serialization. Jehan Pagès
- [gimp/wip/animation: 72/197] plug-ins: allow updating comments for cel animations. Jehan Pagès
- [gimp/wip/animation: 73/197] plug-ins: select layer for each track/frame couple. Jehan Pagès
- [gimp/wip/animation: 74/197] plug-ins: fix cel selection in animation. Jehan Pagès
- [gimp/wip/animation: 75/197] plug-ins: name animation cels appropriately. Jehan Pagès
- [gimp/wip/animation: 76/197] plug-ins: make so the layer list takes all the vertical space... Jehan Pagès
- [gimp/wip/animation: 77/197] plug-ins: jump to a frame position by clicking on xsheet frame numbers. Jehan Pagès
- [gimp/wip/animation: 78/197] plug-ins: scroll the X-Sheet when jumping to a frame position. Jehan Pagès
- [gimp/wip/animation: 79/197] plug-ins: get rid of animation's start position property. Jehan Pagès
- [gimp/wip/animation: 80/197] plug-ins: split the playback code out of the Animation class. Jehan Pagès
- [gimp/wip/animation: 81/197] plug-ins: better behavior on animation duration change. Jehan Pagès
- [gimp/wip/animation: 82/197] plug-ins: add a spin button to set duration for cel animations. Jehan Pagès
- [gimp/wip/animation: 83/197] plug-ins: fix a few bugs when changing animation types. Jehan Pagès
- [gimp/wip/animation: 84/197] plug-ins: don't rebuild whole xsheet when changing animation duration. Jehan Pagès
- [gimp/wip/animation: 85/197] plug-ins: add and move tracks for cel animations. Jehan Pagès
- [gimp/wip/animation: 86/197] plug-ins: add track deletion button. Jehan Pagès
- [gimp/wip/animation: 87/197] plug-ins: rename s/animationanimatic.[ch]/animation-animatic.[ch]/. Jehan Pagès
- [gimp/wip/animation: 88/197] plug-ins: allow zooming in/out with ctrl-scroll up/down. Jehan Pagès
- [gimp/wip/animation: 89/197] plug-ins: move settings in a tab. Jehan Pagès
- [gimp/wip/animation: 90/197] plug-ins: minor improvements on storyboard GUI. Jehan Pagès
- [gimp/wip/animation: 91/197] plug-ins: click the storyboard panel to jump to the right position. Jehan Pagès
- [gimp/wip/animation: 92/197] plug-ins: scroll to storyboard panel corresponding to playback position. Jehan Pagès
- [gimp/wip/animation: 93/197] plug-ins: in x-sheet and storyboard, do not jump to current panel... Jehan Pagès
- [gimp/wip/animation: 94/197] plug-ins: get a quick frame preview when entering the progress. Jehan Pagès
- [gimp/wip/animation: 95/197] plug-ins: add a visual separator every second in the X-Sheet. Jehan Pagès
- [gimp/wip/animation: 96/197] plug-ins: add time in second in the animation dialog's progress bar. Jehan Pagès
- [gimp/wip/animation: 97/197] plug-ins: broken X-sheet when adding new frames to cel animation. Jehan Pagès
- [gimp/wip/animation: 98/197] plug-ins: factor the X-Sheet construction code. Jehan Pagès
- [gimp/wip/animation: 99/197] plug-ins: do not recreate the whole X-Sheet on add/delete track. Jehan Pagès
- [gimp/wip/animation: 100/197] plug-ins: get rid of animation_dialog_refresh(). Jehan Pagès
- [gimp/wip/animation: 101/197] plug-ins: get rid of unblock_ui(). Jehan Pagès
- [gimp/wip/animation: 102/197] plug-ins: improve progress bar's mouse interaction. Jehan Pagès
- [gimp/wip/animation: 103/197] plug-ins: better progress bar text. Jehan Pagès
- [gimp/wip/animation: 104/197] plug-ins: fix refreshing cel animations. Jehan Pagès
- [gimp/wip/animation: 105/197] plug-ins: handling deleted layers. Jehan Pagès
- [gimp/wip/animation: 106/197] plug-ins: using g_printerr() instead of g_warning() for... Jehan Pagès
- [gimp/wip/animation: 107/197] plug-ins: cleanup before re-loading default animation on parsing failure. Jehan Pagès
- [gimp/wip/animation: 108/197] plug-ins: some more code factorization in X-Sheet animation layout. Jehan Pagès
- [gimp/wip/animation: 109/197] plug-ins: allow to select several layers per animation cell. Jehan Pagès
- [gimp/wip/animation: 110/197] plug-ins: improved labelling for cells. Jehan Pagès
- [gimp/wip/animation: 111/197] plug-ins: return value of gimp_image_get_layers() must be freed... Jehan Pagès
- [gimp/wip/animation: 112/197] plug-ins: automatically create animation cycles from layer names. Jehan Pagès
- [gimp/wip/animation: 113/197] plug-ins: support animation cycles with several layers in a cell. Jehan Pagès
- [gtk+] textview: Fix memory handling Matthias Clasen
- [gimp/wip/animation: 114/197] plug-ins: fix default cel animation construction. Jehan Pagès
- [gimp/wip/animation: 115/197] plug-ins: add a contextual menu on cels to add/delete/duplicate them. Jehan Pagès
- [gimp/wip/animation: 116/197] plug-ins: reorganize caching to have a visible GUI immediately. Jehan Pagès
- [gimp/wip/animation: 117/197] plug-ins: animation_animatic_get_frame() can return NULL on empty cache. Jehan Pagès
- [gimp/wip/animation: 118/197] plug-ins: no need to try and render the current frame at animation set. Jehan Pagès
- [gimp/wip/animation: 119/197] plug-ins: disconnect animation_storyboard_stopped() on storyboard... Jehan Pagès
- [gimp/wip/animation: 120/197] plug-ins: add a "Fit to display" feature in animation playback. Jehan Pagès
- [gimp/wip/animation: 121/197] plug-ins: more subtle zoom in and out in animation playback. Jehan Pagès
- [gimp/wip/animation: 122/197] plug-ins: space is a possible separator between frame subnumbers. Jehan Pagès
- [gimp/wip/animation: 123/197] plug-ins: prevent resize of animation playback widget when progress... Jehan Pagès
- [gimp/wip/animation: 124/197] plug-ins: private declaration reordering. Jehan Pagès
- [gimp/wip/animation: 125/197] plug-ins: add a start of implementation for camera keyframing. Jehan Pagès
- [gimp/wip/animation: 126/197] plug-ins: save the current animation playback state. Jehan Pagès
- [gimp/wip/animation: 127/197] plug-ins: double-click on animation's frame position updates the... Jehan Pagès
- [gimp/wip/animation: 128/197] plug-ins: add red color tags to the displayed layers of current frame. Jehan Pagès
- [gimp/wip/animation: 129/197] plug-ins: fix "Comments" column position in animation plugin... Jehan Pagès
- [gimp/wip/animation: 130/197] plug-ins: GIMP_STOCK_* have now become GIMP_ICON_*. Jehan Pagès
- [gimp/wip/animation: 131/197] plug-ins: better align some function declarations' parameters. Jehan Pagès
- [gimp/wip/animation: 132/197] plug-ins: playback state not reloaded properly in animatics. Jehan Pagès
- [gimp/wip/animation: 133/197] plug-ins: move all the caching to a separate renderer. Jehan Pagès
- [gimp/wip/animation: 134/197] plug-ins: properly initialize a pointer to NULL. Jehan Pagès
- [gimp/wip/animation: 135/197] plug-ins: render the frame buffer in a separate thread. Jehan Pagès
- [gimp/wip/animation: 136/197] plug-ins: only run the idle source on the renderer when needed. Jehan Pagès
- [gimp/wip/animation: 137/197] plug-ins: action labels not properly filled. Jehan Pagès
- [gimp/wip/animation: 138/197] plug-ins: add an export button. Jehan Pagès
- [gimp/wip/animation: 139/197] plug-ins: add a file chooser to choose animation file name. Jehan Pagès
- [gimp/wip/animation: 140/197] plug-ins: export also sequence of images. Jehan Pagès
- [gimp/wip/animation: 141/197] plug-ins: speed-up updating composition of many frames at once. Jehan Pagès
- [gimp/wip/animation: 142/197] plug-ins: new icon for animation-play plugin. Jehan Pagès
- [gimp/wip/animation: 143/197] plug-ins: install animation-play specific data and set plugin icon. Jehan Pagès
- [gimp/wip/animation: 144/197] plug-ins: no need for destroy functions for animation render queues. Jehan Pagès
- [gimp/wip/animation: 145/197] plug-ins: add a new widget to handle track titles. Jehan Pagès
- [gimp/wip/animation: 146/197] plug-ins: style a bit the title labels for animation levels. Jehan Pagès
- [gimp/wip/animation: 147/197] plug-ins: fix fit-to-display on first render. Jehan Pagès
- [gimp/wip/animation: 148/197] plug-ins: fix animation loops. Jehan Pagès
- [gimp/wip/animation: 149/197] plug-ins: single-click on track title selects all, and double-click... Jehan Pagès
- [gimp/wip/animation: 150/197] plug-ins: animation must be finalized after the renderer. Jehan Pagès
- [gimp/wip/animation: 151/197] plug-ins: check camera existence before cleaning it up. Jehan Pagès
- [gimp/wip/animation: 152/197] plug-ins: animation re-rendering broken on proxy ratio changed. Jehan Pagès
- [gimp/wip/animation: 153/197] plug-ins: proxy ratio is a data for the AnimationPlayback. Jehan Pagès
- [gimp/wip/animation: 154/197] plug-ins: save the animation playback proxy ratio. Jehan Pagès
- [gimp/wip/animation: 155/197] plug-ins: add drag'n drop in storyboard. Jehan Pagès
- [gimp/wip/animation: 156/197] plug-ins: remove useless include. Jehan Pagès
- [gimp/wip/animation: 157/197] plug-ins: display the destination when drag'n dropping panels. Jehan Pagès
- [gimp/wip/animation: 158/197] plug-ins: very basic onion-skinning. Jehan Pagès
- [gimp/wip/animation: 159/197] plug-ins: onion skins can now be configured. Jehan Pagès
- [gimp/wip/animation: 160/197] plug-ins: properly reorder panels on drag'n drop. Jehan Pagès
- [gimp/wip/animation: 161/197] plug-ins: save onion-skin preference in the parasite. Jehan Pagès
- [gimp/wip/animation: 162/197] plug-ins: add the concept of display size. Jehan Pagès
- [gimp/wip/animation: 163/197] plug-ins: save the animation display size in the parasite. Jehan Pagès
- [gimp/wip/animation: 164/197] plug-ins: save animation's camera work in the parasite. Jehan Pagès
- [gimp/wip/animation: 165/197] plug-ins: fix update when changing camera position. Jehan Pagès
- [pybliographer/wip/gtk3] ui: Fix warnings when loading GI repositories Germán Poo-Caamaño
- [gimp/wip/animation: 166/197] plug-ins: prevent too much computation on constant camera update. Jehan Pagès
- [pybliographer/wip/gtk3] Pyblio: Fix old pygtk calls Germán Poo-Caamaño
- [gimp/wip/animation: 167/197] plug-ins: recreate the camera when cleaned-up. Jehan Pagès
- [gimp/wip/animation: 168/197] plug-ins: always show the camera information. Jehan Pagès
- [gimp/wip/animation: 169/197] plug-ins: add a camera preview concept to update only the current frame. Jehan Pagès
- [gimp/wip/animation: 170/197] plug-ins: allow dragging the display area for camera. Jehan Pagès
- [gimp/wip/animation: 171/197] plug-ins: apply the camera preview on releasing mouse after dnd. Jehan Pagès
- [gimp/wip/animation: 172/197] plug-ins: add a delete button on camera keyframing. Jehan Pagès
- [gimp/wip/animation: 173/197] plug-ins: fix camera keyframe creation. Jehan Pagès
- [gimp/wip/animation: 174/197] plug-ins: add a "Filter by level title" checkbox for cel animations. Jehan Pagès
- [gimp/wip/animation: 175/197] plug-ins: update filter behavior on layer groups in animation play. Jehan Pagès
- [gimp/wip/animation: 176/197] plug-ins: uncheck filter when unfiltered layer is selected. Jehan Pagès
- [gimp/wip/animation: 177/197] plug-ins: better check for queue existence in the idle. Jehan Pagès
- [gimp/wip/animation: 178/197] plug-ins: check for object existence before disconnecting handler. Jehan Pagès
- [gimp/wip/animation: 179/197] plug-ins: update filtering when updating the layer view selection. Jehan Pagès
- [gimp/wip/animation: 180/197] plug-ins: dragging the display area only works for cel animations... Jehan Pagès
- [gimp/wip/animation: 181/197] plug-ins: animatic not properly re-rendered at panel duration changes. Jehan Pagès
- [gimp/wip/animation: 182/197] plug-ins: update the animatic when moving panels. Jehan Pagès
- [gimp/wip/animation: 183/197] plug-ins: layer names are probably not proper default comments. Jehan Pagès
- [gimp/wip/animation: 184/197] plug-ins: simplify the keyframe view code a bit. Jehan Pagès
- [gimp/wip/animation: 185/197] plug-ins: prevent unwanted signals upon destroying storyboard widgets. Jehan Pagès
- [gimp/wip/animation: 186/197] plug-ins: allow forcing the cache creation when hitting "Reload". Jehan Pagès
- [gimp/wip/animation: 187/197] plug-ins: animation_renderer_get_buffer() expects a frame position. Jehan Pagès
- [gimp/wip/animation: 188/197] plug-ins: storyboard reload must take into account core image updates. Jehan Pagès
- [gimp/wip/animation: 189/197] plug-ins: allow interrupting animation export. Jehan Pagès
- [gimp/wip/animation: 190/197] plug-ins: refresh the progress display after animation export. Jehan Pagès
- [gimp/wip/animation: 191/197] plug-ins: cels were not properly updating when adding/deleting. Jehan Pagès
- [gimp/wip/animation: 192/197] plug-ins: add a spinner to indicate animation frames still rendering. Jehan Pagès
- [gimp/wip/animation: 193/197] plug-ins: order animation rendering queue from the current position. Jehan Pagès
- [gimp/wip/animation: 194/197] plug-ins: reorder the render queue when changing playback position. Jehan Pagès
- [gimp/wip/animation: 195/197] plug-ins: recursively search layer groups for animation suites. Jehan Pagès
- [gimp/wip/animation: 196/197] plug-ins: add zoom keyframing for the animation plug-in. Jehan Pagès
- [gimp/wip/animation: 197/197] plug-ins: better GUI feedback when previewing zoom/offset keyframes. Jehan Pagès
- [gnome-clocks] Add snap packaging Ken VanDine
- [gnome-shell] layout: Unset primary and bottom monitor when headless Jonas Ådahl
- [gnome-shell/gnome-3-26] layout: Unset primary and bottom monitor when headless Jonas Ådahl
- [gtk+] (149 commits) Non-fast-forward update to branch wip/baedert/gtk-widget-destroy Timm Bäder
- [gtk+/wip/baedert/gtk-widget-destroy: 139/149] container: Add gtk_container_remove_callback Timm Bäder
- [gtk+/wip/baedert/gtk-widget-destroy: 140/149] window: Add gtk_window_destroy Timm Bäder
- [gtk+/wip/baedert/gtk-widget-destroy: 141/149] gtk: Stop using gtk_widget_destroy Timm Bäder
- [gtk+/wip/baedert/gtk-widget-destroy: 142/149] Stop using gtk_widget_destroy everywhere Timm Bäder
- [gtk+/wip/baedert/gtk-widget-destroy: 143/149] widget: Remove gtk_widget_destroy Timm Bäder
- [gtk+/wip/baedert/gtk-widget-destroy: 144/149] testsuite: add widget refcount test case Timm Bäder
- [gtk+/wip/baedert/gtk-widget-destroy: 145/149] build: Add missing action-namespace example Timm Bäder
- [gtk+/wip/baedert/gtk-widget-destroy: 146/149] testdnd2: Adapt to widget changes Timm Bäder
- [gtk+/wip/baedert/gtk-widget-destroy: 147/149] GtkWindow: Remove _set_has_user_ref_count Timm Bäder
- [gtk+/wip/baedert/gtk-widget-destroy: 148/149] nativedialog: Do not ref the transient_for parent Timm Bäder
- [gtk+/wip/baedert/gtk-widget-destroy: 149/149] textview: Fix popup menu refcounting Timm Bäder
- [jhbuild] 3.26, 3.28: Build mozjs52 with --disable-jemalloc Philip Chimento
- [gnome-continuous] mozjs52: Build with --disable-jemalloc Philip Chimento
- [jhbuild] 3.28: Really build mozjs52 with --disable-jemalloc Philip Chimento
- [bijiben/gnome-3-26] Update Brazilian Portuguese translation Translations User D-L
- [bijiben] Update Brazilian Portuguese translation Translations User D-L
- [geary/geary-0.12] Update Brazilian Portuguese translation Translations User D-L
- [geary] Update Brazilian Portuguese translation Translations User D-L
- [gtk+/wip/baedert/gtk-widget-destroy] gdk: Remove unused struct Timm Bäder
- [gtk+/wip/baedert/gtk-widget-destroy] gtk-demo: Don't destroy window after delete response Timm Bäder
- [gnome-games/gnome-3-26] Update Brazilian Portuguese translation Translations User D-L
- [gnome-games] Update Brazilian Portuguese translation Translations User D-L
- [gnote/gnome-3-26] Update Brazilian Portuguese translation Translations User D-L
- [gnote] Update Brazilian Portuguese translation Translations User D-L
- [nemiver] Update Brazilian Portuguese translation Translations User D-L
- [girl] Update Brazilian Portuguese translation Translations User D-L
- [network-manager-openconnect] Update Brazilian Portuguese translation Translations User D-L
- [rhythmbox] Update Brazilian Portuguese translation Translations User D-L
- [shotwell] Update Brazilian Portuguese translation Translations User D-L
- [libgda] Update Brazilian Portuguese translation Translations User D-L
- [glibmm] Gio::Credentials, et al.: Add exception specs to errthrow Kjell Ahlstedt
- [retro-gtk] (10 commits) Non-fast-forward update to branch wip/aplazas/master Adrien Plazas
- [retro-gtk/wip/aplazas/master: 1/10] Port DeviceType to C Adrien Plazas
- [retro-gtk/wip/aplazas/master: 2/10] Port JoypadId to C Adrien Plazas
- [retro-gtk/wip/aplazas/master: 3/10] Port AnalogIndex to C Adrien Plazas
- [retro-gtk/wip/aplazas/master: 4/10] Port AnalogId to C Adrien Plazas
- [retro-gtk/wip/aplazas/master: 5/10] Port MouseId to C Adrien Plazas
- [retro-gtk/wip/aplazas/master: 6/10] Port LightgunId to C Adrien Plazas
- [retro-gtk/wip/aplazas/master: 7/10] Port PointerId to C Adrien Plazas
- [retro-gtk/wip/aplazas/master: 8/10] Port InputDescriptor to C Adrien Plazas
- [retro-gtk/wip/aplazas/master: 9/10] Port InputDevice to C Adrien Plazas
- [retro-gtk/wip/aplazas/master: 10/10] Port VideoFilter to C Adrien Plazas
- [gnome-disk-utility/gnome-3-26] Update Dutch translation Translations User D-L
- [gst-debugger] debugserver: Use G_DECLARE_FINAL_TYPE to define tracer plugin Marcin Kolny
- [vala] (101 commits) Non-fast-forward update to branch wip/valadate Rico Tzschichholz
- [vala/wip/valadate: 55/101] Add Valadate test harness Rico Tzschichholz
- [vala/wip/valadate: 56/101] added search for GIR files Rico Tzschichholz
- [vala/wip/valadate: 57/101] major revision of valadate Rico Tzschichholz
- [vala/wip/valadate: 58/101] minor modifications Rico Tzschichholz
- [vala/wip/valadate: 59/101] refactoring of testcase and testsuite Rico Tzschichholz
- [vala/wip/valadate: 60/101] added testfailure class Rico Tzschichholz
- [vala/wip/valadate: 61/101] more changes Rico Tzschichholz
- [vala/wip/valadate: 62/101] more work on testrunner Rico Tzschichholz
- [vala/wip/valadate: 63/101] refactoring of TestExplorer, now generates working dummy TAP output Rico Tzschichholz
- [vala/wip/valadate: 64/101] result now uses testrunner to run tests Rico Tzschichholz
- [vala/wip/valadate: 65/101] more mods to runner Rico Tzschichholz
- [vala/wip/valadate: 66/101] now runs in separate processes Rico Tzschichholz
- [vala/wip/valadate: 67/101] Now runs tests in separate processes, including DBus Rico Tzschichholz
- [vala/wip/valadate: 68/101] added TestFactory - new runs all tests Rico Tzschichholz
- [vala/wip/valadate: 69/101] removed original testrunner.sh Rico Tzschichholz
- [vala/wip/valadate: 70/101] Don't hardcode gio-2.0 linker dependency Rico Tzschichholz
- [vala/wip/valadate: 71/101] Update valadate build Rico Tzschichholz
- [vala/wip/valadate: 72/101] Minor refactoring Rico Tzschichholz
- [vala/wip/valadate: 73/101] Codestyle and source adjustments Rico Tzschichholz
- [vala/wip/valadate: 74/101] Drop testfixture.vala Rico Tzschichholz
- [vala/wip/valadate: 75/101] Rename Module to TestModule Rico Tzschichholz
- [vala/wip/valadate: 76/101] Rename ConfigError to TestConfigError Rico Tzschichholz
- [vala/wip/valadate: 77/101] Don't use keywords as variable names Rico Tzschichholz
- [vala/wip/valadate: 78/101] tests: Make tests non-fatal which causing segfault Rico Tzschichholz
- [vala/wip/valadate: 79/101] Fix Makefile Rico Tzschichholz
- [vala/wip/valadate: 80/101] side-ported Valadate-2.0 to Vala test harness Rico Tzschichholz
- [vala/wip/valadate: 81/101] ported tests to new Valadate version Rico Tzschichholz
- [vala/wip/valadate: 82/101] modified tests Rico Tzschichholz
- [vala/wip/valadate: 83/101] modified tests Rico Tzschichholz
- [vala/wip/valadate: 84/101] modified tests Rico Tzschichholz
- [vala/wip/valadate: 85/101] modified tests Rico Tzschichholz
- [vala/wip/valadate: 86/101] code clean up from ricotz Rico Tzschichholz
- [vala/wip/valadate: 87/101] more code style changes Rico Tzschichholz
- [vala/wip/valadate: 88/101] added .gitignore to tests Rico Tzschichholz
- [vala/wip/valadate: 89/101] Hide testreport impls Rico Tzschichholz
- [vala/wip/valadate: 90/101] Add TestFormat enum Rico Tzschichholz
- [vala/wip/valadate: 91/101] added ability to run tests in a given path with -p command line switch Rico Tzschichholz
- [vala/wip/valadate: 92/101] removed all references to CCodeAttribute Rico Tzschichholz
- [vala/wip/valadate: 93/101] removed all references to CCodeAttribute Rico Tzschichholz
- [vala/wip/valadate: 94/101] Fix build after rebase Rico Tzschichholz
- [vala/wip/valadate: 95/101] Some clean up Rico Tzschichholz
- [vala/wip/valadate: 96/101] merged TestConfig and TestOptions Rico Tzschichholz
- [vala/wip/valadate: 97/101] removed TestGatherer, TestPlan now does single pass Rico Tzschichholz
- [vala/wip/valadate: 98/101] Test is now abstract class without GObject dependancy Rico Tzschichholz
- [vala/wip/valadate: 99/101] Minor API cleaning Rico Tzschichholz
- [vala/wip/valadate: 100/101] Fix build Rico Tzschichholz
- [vala/wip/valadate: 101/101] libxml-2.0: Fix header of XPath.Context.register_ns() Rico Tzschichholz
- [evolution] Updated Czech translation Marek Černocký
- [evolution/gnome-3-26] Updated Czech translation Marek Černocký
- [chronojump] changed svg file for logo without R Xavier de Blas
- [chronojump] RepetitiveConditionsWin as dialog like preferences: avoid be under app1 after a double click Xavier de Blas
- [chronojump] RepetitiveConditionsWin as dialog like preferences: avoid be under app1 after a double click Xavier de Blas
- [chronojump] DB:1.48 gstreamer 0.1, 1.0. Changes on preferences, repetitiveConditions windows Xavier de Blas
- [libxml2] Use __linux__ macro in generated code Nick Wellnhofer
- [libxml2] Remove generated file python/setup.py from version control Nick Wellnhofer
- [libxml2] Fix comparison of nodesets to strings Nick Wellnhofer
- [gnome-control-center/gnome-3-26] Update German translation Translations User D-L
- [gnome-control-center] Update German translation Translations User D-L
- [pybliographer] Update Polish translation Piotr Drąg
- [gnome-calendar] month-view: don't hide month view when dragging from popover Georges Basile Stavracas Neto
- [gnome-calendar/gnome-3-26] edit-dialog: alarm rows are not activatable Georges Basile Stavracas Neto
- [gnome-calendar] edit-dialog: alarm rows are not activatable Georges Basile Stavracas Neto
- [gnome-calendar] month-view: only update selection if there's a start date Georges Basile Stavracas Neto
- [gnome-calendar] month-cell: don't enbold overflow label Georges Basile Stavracas Neto
- [gnome-calendar] month-view: don't outsmart GTK resizing machinery Georges Basile Stavracas Neto
- [gnome-calendar] month-cell: draw out-of-month cell day labels differently Georges Basile Stavracas Neto
- [gnome-tweak-tool/gnome-3-26] Update German translation Translations User D-L
- [gnome-tweak-tool] Update German translation Translations User D-L
- [gnome-photos] (3 commits) Created branch wip/uajain/shadows_highlights Umang Jain
- [gnome-photos/wip/uajain/shadows_highlights: 1/3] shadows and highlights: Add basic UI structure Umang Jain
- [gnome-photos/wip/uajain/shadows_highlights: 2/3] WIP Umang Jain
- [gnome-photos/wip/uajain/shadows_highlights: 3/3] fix typo Umang Jain
- [gnome-photos] Non-fast-forward update to branch wip/uajain/shadows_highlights Umang Jain
- [gnome-photos/wip/uajain/shadows_highlights] WIP Umang Jain
- [dconf-editor] (2 commits) Created branch wip/inigomartinez/meson Iñigo Martínez
- [dconf-editor/wip/inigomartinez/meson: 1/2] build: Port to meson build system Iñigo Martínez
- [dconf-editor/wip/inigomartinez/meson: 2/2] build: Remove autotools Iñigo Martínez
- [gimp] build: using cmake-ninja for jasper build system in flatpak. Jehan Pagès
- [rhythmbox] Update Serbian translation Translations User D-L
- [rhythmbox] Update Serbian Latin translation Translations User D-L
- [gnome-mines] help: Do not include unused help images bloating the tarball size Andre Klapper
- [gparted] Update Romanian translation Translations User D-L
- [gparted] Update Romanian translation Translations User D-L
- [rhythmbox] Update Romanian translation Translations User D-L
- [rhythmbox] Update Romanian translation Translations User D-L
- [gnome-chess/gnome-3-26] Add Polish help translation Piotr Drąg
- [gnome-chess] Add Polish help translation Piotr Drąg
- [gimp] build: only grant access to needed services in flatpak. Jehan Pagès
- [tracker] tests: Make libtracker-data tests use separate directories Carlos Garnacho
- [tracker] tests: Check return values for g_chmod/stat/remove calls Carlos Garnacho
- [tracker] tests: Remove unused queries from tracker-sparql-test Carlos Garnacho
- [gimp] build: fix previous commit and add xdg-config/gtk-3.0 access. Jehan Pagès
- [gtk+] Drop the env var for scrolling control Matthias Clasen
- [gtk+] scrollbar: Correct css docs Matthias Clasen
- [gtk+] Adwaita: Fix scrollbar theming a bit Matthias Clasen
- [gtk+] notebook: Don't steal right-clicks from content Matthias Clasen
- [gtk+] scrollbar: keep populate-popup signal working Matthias Clasen
- [gtk+] gtk4-demo: Fix the scrollbar popup menu example Matthias Clasen
08 October 2017
- [gtk+] shortcuts: Add css names to some widgets Matthias Clasen
- [gtk+] Adwaita: theme shortcuts windows a bit Matthias Clasen
- [mutter] window: Handle updating from no to no monitor Jonas Ådahl
- [mutter] monitor-unit-tests: Check going headless -> headless Jonas Ådahl
- [mutter/gnome-3-26] window: Handle updating from no to no monitor Jonas Ådahl
- [mutter/gnome-3-26] monitor-unit-tests: Check going headless -> headless Jonas Ådahl
- [gtk+] application window: Make menubar appear Matthias Clasen
- [gtk+] Shortcuts window: Make search results themable Matthias Clasen
- [gtk+] Adwaita: theme the shortcuts window search results Matthias Clasen
- [gtk+] (175 commits) Non-fast-forward update to branch wip/otte/shader Benjamin Otte
- [gtk+/wip/otte/shader: 74/175] gsk: Add a skeleton for a GLSL parser Benjamin Otte
- [gtk+/wip/otte/shader: 75/175] gsksl: Start parsing statements by parsing constants Benjamin Otte
- [gtk+/wip/otte/shader: 76/175] gsksl: Parse assignments Benjamin Otte
- [gtk+/wip/otte/shader: 77/175] gsksl: Add gsksltypesprivate.h Benjamin Otte
- [gtk+/wip/otte/shader: 78/175] gskslnode: Add gsk_sl_node_get_return_type() Benjamin Otte
- [gtk+/wip/otte/shader: 79/175] gskslnode: Add gsk_sl_node_is_constant() Benjamin Otte
- [gtk+/wip/otte/shader: 80/175] gskslnode: Add variables Benjamin Otte
- [gtk+/wip/otte/shader: 81/175] gskslnode: Add GskSlNodeOperation Benjamin Otte
- [gtk+/wip/otte/shader: 82/175] gsksltype: Add support for vector types Benjamin Otte
- [gtk+/wip/otte/shader: 83/175] gsksltype: Add matrix type Benjamin Otte
- [gtk+/wip/otte/shader: 84/175] gskslnode: Add comparison and shift operators Benjamin Otte
- [gtk+/wip/otte/shader: 85/175] gskslnode: Add builtin constructors Benjamin Otte
- [gtk+/wip/otte/shader: 86/175] gskslnode: Parse return statements Benjamin Otte
- [gtk+/wip/otte/shader: 87/175] gtk: Add gtk-glsl binary Benjamin Otte
- [gtk+/wip/otte/shader: 88/175] gsk: Add GskSlPointerType Benjamin Otte
- [gtk+/wip/otte/shader: 89/175] gsksl: Implement skeleton SPIRV output Benjamin Otte
- [gtk+/wip/otte/shader: 90/175] gsksltokenizer: Always return idents Benjamin Otte
- [gtk+/wip/otte/shader: 91/175] gsksl: Split out GskSlProgram Benjamin Otte
- [gtk+/wip/otte/shader: 92/175] gsksl: Introduce GskSlCompiler Benjamin Otte
- [gtk+/wip/otte/shader: 93/175] gskslcompiler: Add support for adding defines Benjamin Otte
- [gtk+/wip/otte/shader: 94/175] gskslpreprocessor: Implement #define and #undef Benjamin Otte
- [gtk+/wip/otte/shader: 95/175] gsksl: Add GskSlVariable Benjamin Otte
- [gtk+/wip/otte/shader: 96/175] gsksl: Split Expression from Node Benjamin Otte
- [gtk+] gtk4-demo: fix a typo Matthias Clasen
- [gtk+/wip/otte/shader: 97/175] gsksl: Turn functions into functions Benjamin Otte
- [gtk+] snapshot: Fix blend mode handling Matthias Clasen
- [gtk+/wip/otte/shader: 98/175] gskslfunction: Change name printing to name getting Benjamin Otte
- [gtk+/wip/otte/shader: 99/175] gskslprogram: Parse global variables Benjamin Otte
- [gtk+/wip/otte/shader: 100/175] gsksl: Introduce GskSlValue Benjamin Otte
- [gtk+/wip/otte/shader: 101/175] gsksl: Redo declaration "decorator" parsing Benjamin Otte
- [gtk+/wip/otte/shader: 102/175] gsksl: Parse common layout() specifiers Benjamin Otte
- [gtk+/wip/otte/shader: 103/175] gskslexpression: Change is_constant() to get_constant() Benjamin Otte
- [gtk+/wip/otte/shader: 104/175] gskslvariable: Store constness of variables Benjamin Otte
- [gtk+/wip/otte/shader: 105/175] gsksldeclaration: Throw an error if a variable initializer doesn't match Benjamin Otte
- [gtk+/wip/otte/shader: 106/175] gskslvariable: Allow storing an initializer value with a variable Benjamin Otte
- [gtk+/wip/otte/shader: 107/175] gskslprogram: Allow variables to have constant initializers Benjamin Otte
- [gtk+/wip/otte/shader: 108/175] gskslexpression: References to const variables are const Benjamin Otte
- [gtk+/wip/otte/shader: 109/175] gsksltype: Add gsk_sl_type_get_index_stride() Benjamin Otte
- [gtk+/wip/otte/shader: 110/175] gskslexpression: Parse swizzles Benjamin Otte
- [gtk+/wip/otte/shader: 111/175] gskslpreprocessor: Redo error emission Benjamin Otte
- [gtk+/wip/otte/shader: 112/175] gsksl: Add an error enum Benjamin Otte
- [gtk+/wip/otte/shader: 113/175] gskslpreprocessor: Return fatalness of parsing Benjamin Otte
- [gtk+/wip/otte/shader: 114/175] gsksl: Make expression parsing never fail Benjamin Otte
- [gtk+/wip/otte/shader: 115/175] gskslnode: Always return a statement Benjamin Otte
- [gtk+/wip/otte/shader: 116/175] gskslscope: Track function calls Benjamin Otte
- [gtk+/wip/otte/shader: 117/175] gskslexpression: Implment function calls Benjamin Otte
- [gtk+/wip/otte/shader: 118/175] gsksl: Add support for structs Benjamin Otte
- [gtk+/wip/otte/shader: 119/175] gsksl: Add support for parsing members of struct variables Benjamin Otte
- [gtk+/wip/otte/shader: 120/175] gsksltype: Generate better type names Benjamin Otte
- [gtk+/wip/otte/shader: 121/175] gskslfunction: Properly type-check calls to struct constructors Benjamin Otte
- [gtk+/wip/otte/shader: 122/175] gsksl: Introduce gsk_sl_preprocessor_sync() Benjamin Otte
- [gtk+/wip/otte/shader: 123/175] gskslfunction: Parse arguments Benjamin Otte
- [gtk+/wip/otte/shader: 124/175] gskslexpression: Parse (sub)expressions in parenthesis Benjamin Otte
- [gtk+/wip/otte/shader: 125/175] gskslexpression: Change function call error handling Benjamin Otte
- [gtk+/wip/otte/shader: 126/175] gskslexpression: Implement negation Benjamin Otte
- [gtk+/wip/otte/shader: 127/175] gskslfunction: Split regular and builtin constructors Benjamin Otte
- [gtk+/wip/otte/shader: 128/175] gskslfunction: Reorganize gsk_sl_function_matches() Benjamin Otte
- [gtk+/wip/otte/shader: 129/175] gsksl: Add support for overloaded functions Benjamin Otte
- [gtk+/wip/otte/shader: 130/175] gsksl: Add GskSlPrinter Benjamin Otte
- [gtk+/wip/otte/shader: 131/175] gsksl: Rename GskSlNode to GskSlStatement Benjamin Otte
- [gtk+/wip/otte/shader: 132/175] gskslstatement: Print semicolon in the statement print function Benjamin Otte
- [gtk+/wip/otte/shader: 133/175] gskslstatement: Parse compound statements Benjamin Otte
- [gtk+/wip/otte/shader: 134/175] gsksl: Don't return a value from gsk_sl_statement_write_spv() Benjamin Otte
- [gtk+/wip/otte/shader: 135/175] gskslfunction: the body of a function is a single statement Benjamin Otte
- [gtk+/wip/otte/shader: 136/175] gskslstatement: Handle if statements Benjamin Otte
- [gtk+/wip/otte/shader: 137/175] gskslpreprocessor: Implement #ifdef, #else and #endif Benjamin Otte
- [gtk+/wip/otte/shader: 138/175] gsksltype: Turn void into a custom type class Benjamin Otte
- [gtk+/wip/otte/shader: 139/175] gskslstatement: Add gsk_sl_Stement_get_jump() Benjamin Otte
- [gtk+/wip/otte/shader: 140/175] gsksl: Redo qualifier handling Benjamin Otte
- [gtk+/wip/otte/shader: 141/175] gskslqualifier: Handle uniform variables Benjamin Otte
- [gtk+/wip/otte/shader: 142/175] gsksl: Add support for parsing blocks Benjamin Otte
- [gtk+/wip/otte/shader: 143/175] gskslqualifier: Implement layout(push_constant) Benjamin Otte
- [gtk+/wip/otte/shader: 144/175] gsksltokenizer: Parse strings Benjamin Otte
- [gtk+/wip/otte/shader: 145/175] gsk: Add GskCodeSource Benjamin Otte
- [gtk+/wip/otte/shader: 146/175] gskslcompiler: Provide a way to compile files Benjamin Otte
- [gtk+/wip/otte/shader: 147/175] gskslpreprocessor: Implement #include Benjamin Otte
- [gtk+/wip/otte/shader: 148/175] gskslpreprocessor: Support parsing #version Benjamin Otte
- [gtk+/wip/otte/shader: 149/175] xxx: Change the clip shader do not use #f Benjamin Otte
- [gtk+/wip/otte/shader: 150/175] gsksltype: Add concept of components Benjamin Otte
- [gtk+/wip/otte/shader: 151/175] gskslvalue: Add gsk_sl_value_to_string () Benjamin Otte
- [gtk+/wip/otte/shader: 152/175] gsksl: Builtin constructors are no longer functions Benjamin Otte
- [gtk+/wip/otte/shader: 153/175] gskslfunction: Add gsk_sl_function_get_constant() Benjamin Otte
- [gtk+/wip/otte/shader: 154/175] gsksltype: Add gsk_sl_type_value_equal() Benjamin Otte
- [gtk+/wip/otte/shader: 155/175] gsksl: Implement constructor writing to SPIR-V Benjamin Otte
- [gtk+/wip/otte/shader: 156/175] gskslexpression: Split multiplication from other binary operations Benjamin Otte
- [gtk+/wip/otte/shader: 157/175] gskslprinter: Deal with non-normal floating points Benjamin Otte
- [gtk+/wip/otte/shader: 158/175] gsksl: Add gsk_spv_writer_get_id_for_zero() Benjamin Otte
- [gtk+/wip/otte/shader: 159/175] gsksltype: Add gsk_sl_type_get_matching() Benjamin Otte
- [gtk+/wip/otte/shader: 160/175] gskslstatement: Add SPV code for return statement Benjamin Otte
- [gtk+/wip/otte/shader: 161/175] gskslfunction: Actually write arguments to SPV Benjamin Otte
- [gtk+/wip/otte/shader: 165/175] gskspv: Allow writing function calls Benjamin Otte
- [gtk+/wip/otte/shader: 166/175] gskspvwriter: Put the declaration section into the block Benjamin Otte
- [gtk+/wip/otte/shader: 163/175] gskpsv: Completely redo SPV writing Benjamin Otte
- [gtk+/wip/otte/shader: 164/175] gskspv: Add GskSpvCodeBlock Benjamin Otte
- [gtk+/wip/otte/shader: 162/175] gskslexpression: Implement Division Benjamin Otte
- [gtk+/wip/otte/shader: 167/175] gskspv: emit Debug information Benjamin Otte
- [gtk+/wip/otte/shader: 168/175] gskspvwriter: Allow writing a function with initializer Benjamin Otte
- [gtk+/wip/otte/shader: 169/175] gskspv: Reorganize code more Benjamin Otte
- [gtk+/wip/otte/shader: 170/175] gskspv: Claim to support the same source extensions as glslc Benjamin Otte
- [gtk+/wip/otte/shader: 171/175] gskspv: Variables can go different places Benjamin Otte
- [gtk+/wip/otte/shader: 172/175] gsksl: Split binary expressions into their own header Benjamin Otte
- [gtk+/wip/otte/shader: 173/175] gskslexpression: Move division to the new binary vfuncs Benjamin Otte
- [gtk+/wip/otte/shader: 174/175] gskslexpression: Move GskSlExpressionOperation to binaries Benjamin Otte
- [gtk+/wip/otte/shader: 175/175] gskslexpression: Convert assignment expression to GskSlBinary Benjamin Otte
- [gtk+] (2 commits) Non-fast-forward update to branch wip/otte/shader Benjamin Otte
- [gtk+/wip/otte/shader: 1/2] gskslexpression: Convert assignment expression to GskSlBinary Benjamin Otte
- [gtk+/wip/otte/shader: 2/2] gskslexpression: Add gsk_sl_expression_is_assignable() Benjamin Otte
- [gthumb] Update Latvian translation Rūdolfs Mazurs
- [gtk+] snapshot: Set blend mode directly after pushing state Timm Bäder
- [gparted] Update Latvian translation Rūdolfs Mazurs
- [rhythmbox] Update Latvian translation Rūdolfs Mazurs
- [vala] libxml-2.0: Fix header of XPath.Context.register_ns() Rico Tzschichholz
- [gimp-gap/gap-2-8] fix storyboard audio rendering bug Wolfgang Hofer
- [gimp-gap] merged fix storyboard audio rendering bug Wolfgang Hofer
- [retro-gtk/wip/aplazas/master] Port PixelFormat to C Adrien Plazas
- [retro-gtk/wip/aplazas/master] Port CoreView to C Adrien Plazas
- [retro-gtk/wip/aplazas/master] Port CairoDisplay to C Adrien Plazas
- [retro-gtk/wip/aplazas/master] Port PaPlayer to C Adrien Plazas
- [retro-gtk/wip/aplazas/master] Port MemoryType to C Adrien Plazas
- [retro-gtk/wip/aplazas/master] Port g_log() to C Adrien Plazas
- [retro-gtk/wip/aplazas/master] Port ModuleQuery to C Adrien Plazas
- [retro-gtk/wip/aplazas/master] Port ModuleIterator to C Adrien Plazas
- [retro-gtk/wip/aplazas/master] Port CoreDescriptor to C Adrien Plazas
- [retro-gtk/wip/aplazas/master] Port MainLoop to C Adrien Plazas
- [gedit] external tools: recognize Free Pascal error output Adam Dingle
- [rhythmbox] Updated French translation Claude Paroz
- [tepl] File loading: add basic API to open a GFile Sébastien Wilmet
- [gnome-news] Rename the icon Mathieu Bridon
- [gnome-news] Fix the appdata Mathieu Bridon
- [gnome-news] flatpak: Remove comments from the manifest Mathieu Bridon
- [gnome-news] flatpak: Remove nonexistent property Mathieu Bridon
- [gnome-news] flatpak: Use the HTTPS protocol, not the Git one Mathieu Bridon
- [gnome-news] flatpak: News now uses Tracker 2, which is in the SDK Mathieu Bridon
- [gnome-apps-nightly] News: Use the in-tree JSON manifest Mathieu Bridon
- [gnome-chess] Move the icons to the right place Mathieu Bridon
- [gnome-news] Revert "flatpak: News now uses Tracker 2, which is in the SDK" Mathieu Bridon
- [gnome-commander] (3 commits) Created branch gcmd-1-8 Uwe Scholz
- [gnome-commander/gcmd-1-8: 1/3] Updates NEWS, README.md, releases.xml and travis file for new release Uwe Scholz
- [gnome-commander/gcmd-1-8: 2/3] Removes intltool, gnome-common and gnome-doc-utils from spec file; adds yelp-tools; updates gettext Uwe Scholz
- [gnome-commander/gcmd-1-8: 3/3] Removes intltool dependency from gentoo ebuild Uwe Scholz
- [gnome-news] flatpak: Add missing dependency on libgrss Mathieu Bridon
- [gnome-news] Flatpak: News obviously needs access to the network Mathieu Bridon
- [gnome-commander/gcmd-1-8] Post-release version bump Uwe Scholz
- [gnome-commander] (4 commits) ...Updates configure.ac for new unstable version Uwe Scholz
- [gnome-commander: 4/4] Updates configure.ac for new unstable version Uwe Scholz
- [gtkmm-documentation] Updated Czech translation Marek Černocký
- [tepl] File loading: add URI to recent manager Sébastien Wilmet
- [gnome-commander/gcmd-1-8] Updated Czech translation Marek Černocký
- [gnome-commander] Updated Czech translation Marek Černocký
- [tepl] Updated Czech translation Marek Černocký
- [gtk+/gtk-3-22] testmenubutton: Fix inverted keynav in the GtkMenu Daniel Boles
- [gtk+] testmenubutton: Fix inverted keynav in the GtkMenu Daniel Boles
- [chronojump] Updated Czech translation Marek Černocký
- [pybliographer] Updated Czech translation Marek Černocký
- [gnome-news] flatpak: News requires GL access for the images Mathieu Bridon
- [gtk+] gsk: Fix serialization of cairo node Umang Jain
- [gtk+] gsk: Move gsk_cairo_node_new_for_surface into public API Umang Jain
- [gtk+] Create tests for cairo node Umang Jain
- [gtk+/gtk-3-22] Adwaita/README: Update to reflect we use sassc now Daniel Boles
- [gtk+/gtk-3-22] Adwaita/README: Don’t bother mentioning parse-sass Daniel Boles
- [libxslt] Fix compiler warnings in Python bindings Nick Wellnhofer
- [libxslt] Rebuild win32/libxslt.def.src Nick Wellnhofer
- [libxslt] Rework locale feature tests Nick Wellnhofer
- [gnome-applets] geyes: avoid a critical warning Alberts Muktupāvels
- [vala/0.34] libxml-2.0: Fix header of XPath.Context.register_ns() Rico Tzschichholz
- [vala/0.34] Release 0.34.11 Rico Tzschichholz
- [vala/0.36] libxml-2.0: Fix header of XPath.Context.register_ns() Rico Tzschichholz
- [vala/0.36] Release 0.36.6 Rico Tzschichholz
- [vala/0.38] libxml-2.0: Fix header of XPath.Context.register_ns() Rico Tzschichholz
- [vala/0.38] Release 0.38.2 Rico Tzschichholz
- [vala] Created tag 0.38.2 Rico Tzschichholz
- [vala] Created tag 0.36.6 Rico Tzschichholz
- [vala] Created tag 0.34.11 Rico Tzschichholz
- [gimp] Updated Italian translation Marco Ciampa
- [gparted] Updated French translation Claude Paroz
- [gtk+] inspector: Show child bounds for repeat nodes Matthias Clasen
- [gtk+] vulkan: Fix repeat node coordinates Matthias Clasen
- [gtk+] vulkan: Fix blendmode coordinate handling Matthias Clasen
- [gtk+] vulkan: Fix cross-fade node coordinates Matthias Clasen
- [gtk+] Allow backend-specific reference images Matthias Clasen
- [gtk+] Add a basic cairo node test Matthias Clasen
- [gtk+] Add a repeat node test Matthias Clasen
- [gucharmap] Update Polish translation Piotr Drąg
- [gnome-maps/gnome-3-26] Update Polish translation Piotr Drąg
- [gnome-maps] Update Polish translation Piotr Drąg
- [tepl] Update Polish translation Piotr Drąg
- [pitivi] Update Polish translation Piotr Drąg
- [gnome-commander] Created tag 1.8.0 Uwe Scholz
- [gimp] Update Polish translation Piotr Drąg
- [gegl] Update Polish translation Piotr Drąg
- [gnome-panel] Revert "remove old libpanel-applet documentation" Alberts Muktupāvels
- [gnome-panel] remove libgnome-panel docs Alberts Muktupāvels
- [gnome-panel] libgnome-panel: turn into private library Alberts Muktupāvels
- [gnome-panel] action-button: remove applets that does not exist Alberts Muktupāvels
- [gnome-panel] notification-area: fix try icons when compositing is off Alberts Muktupāvels
- [glib-networking] Add myself to the doap Michael Catanzaro
- [gtk+] Expand the repeat node test Matthias Clasen
- [yelp-xsl] Some semicolon fixups in CSS Shaun McCance
- [gtk+] Fix application window snapshot differently Matthias Clasen
- [recipes] Update Croatian translation Translations User D-L
- [epiphany/gnome-3-26] Update Brazilian Portuguese translation Translations User D-L
- [epiphany] Update Brazilian Portuguese translation Translations User D-L
- [gnome-panel] bump version to 3.26.0, update NEWS Alberts Muktupāvels
- [gnome-panel] Created tag 3.26.0 Alberts Muktupāvels
- [gtk+] Add a blendmode node reftest Matthias Clasen
- [gtk+] Add a cross-fade node ref test Matthias Clasen
- [gnome-commander/gcmd-1-8] Makes usage of unique default in gentoo, adds it to RDEPEND section Uwe Scholz
- [gnome-commander] Makes usage of unique default in gentoo, adds it to RDEPEND section Uwe Scholz
- [gnome-nettool] Updated Lithuanian translation Aurimas Černius
- [jhbuild] core-deps-3.26: use the gnome-3-26 branch of gnome-online-accounts Alberts Muktupāvels
- [jhbuild] core-3.26: use the gnome-3-26 branch of mutter Alberts Muktupāvels
- [jhbuild] core-3.26: use the gnome-3-26 branch of gnome-shell Alberts Muktupāvels
- [jhbuild] core-3.26: use the gnome-3-26 branch of gnome-shell-extensions Alberts Muktupāvels
- [dconf-editor/gnome-3-24] Updated Lithuanian translation Aurimas Černius
- [gnome-builder/gnome-builder-3-24] Updated Lithuanian translation Aurimas Černius
- [gnome-maps] configure.ac: Bump GIO dependency Marcus Lundblad
- [gnome-maps] application: Use GNetworkMonitor::connectivity instead of can_reach_async() Marcus Lundblad
- [gnome-builder/gnome-builder-3-26] Updated Lithuanian translation Aurimas Černius
- [gnome-builder] Updated Lithuanian translation Aurimas Černius
- [anjuta] Updated Lithuanian translation Aurimas Černius
- [dconf-editor] Updated Lithuanian translation Aurimas Černius
- [gnome-maps] storedRoute: Print route summary according to locale direction Marcus Lundblad
- [gnome-calendar/gnome-3-26] Updated Lithuanian translation Aurimas Černius
- [gnome-calendar] Updated Lithuanian translation Aurimas Černius
- [gnome-software] Updated Lithuanian translation Aurimas Černius
- [gnome-software/gnome-3-26] Updated Lithuanian translation Aurimas Černius
- [gnome-todo/gnome-3-26] Updated Lithuanian translation Aurimas Černius
- [gnome-todo] Updated Lithuanian translation Aurimas Černius
- [dconf-editor/gnome-3-26] Updated Lithuanian translation Aurimas Černius
- [gtk+/gtk-3-22] GDK W32: Correctly report window position in HiDPI mode Руслан Ижбулатов
- [valadoc] libvaladoc: Avoid nullable enum as property-type Rico Tzschichholz
- [valadoc] libvaladoc: Avoid some lambdas by re-using methods Rico Tzschichholz
- [valadoc] libvaladoc: Fix some -Wincompatible-pointer-types warnings Rico Tzschichholz
- [valadoc] gtkdoc: Don't use 'stderr' as variable name Rico Tzschichholz
- [valadoc] docs: Fix syntax of several documentation blocks Rico Tzschichholz
- [valadoc] docs: Clarify SGR as Select Graphic Rendition Rico Tzschichholz
- [gtk+/gtk-3-22] MenuButton: Document the correct no-direction icon Daniel Boles
- [gtk+] MenuButton: Document the correct no-direction icon Daniel Boles
- [valadoc] Release 0.36.1 Rico Tzschichholz
- [valadoc] Created tag 0.36.1 Rico Tzschichholz
- [gnome-tweak-tool/gnome-3-26] README: Mention nautilus schemas runtime dependency Jeremy Bicha
- [gnome-tweak-tool] README.md: Mention nautilus schemas runtime dependency Jeremy Bicha
- [gnome-maps] (47 commits) Non-fast-forward update to branch wip/mlundblad/place-thumbnails Marcus Lundblad
- [gnome-maps/wip/mlundblad/place-thumbnails: 46/47] Add module to query the Wikipedia API Marcus Lundblad
- [gnome-maps/wip/mlundblad/place-thumbnails: 47/47] placeBubble: Fetch Wikipedia thumbnails for place Marcus Lundblad
- [gnome-maps] (2 commits) Non-fast-forward update to branch wip/mlundblad/place-thumbnails Marcus Lundblad
- [gnome-maps/wip/mlundblad/place-thumbnails: 1/2] Add module to query the Wikipedia API Marcus Lundblad
- [gnome-maps/wip/mlundblad/place-thumbnails: 2/2] placeBubble: Fetch Wikipedia thumbnails for place Marcus Lundblad
- [jhbuild] core-deps-3.28: Update to meson 0.43.0 Rico Tzschichholz
- [jhbuild] core-deps-3.26: Update to meson 0.42.1 Rico Tzschichholz
- [gimp] Updated Italian translation Marco Ciampa
- [gtranslator] help: Do not include unused help images bloating the tarball size Andre Klapper
- [rhythmbox] Rhythmbox 3.4.2 Jonathan Matthew
- [rhythmbox] Created tag v3.4.2 Jonathan Matthew
- [gimp] Bug 787457 - Paint brush settings display system language (e.g. zh_TW) Jehan Pagès
- [gtk+/gtk-3-22] Dialog: Clarify that response ID 0 is not reserved Daniel Boles
- [gtk+] Dialog: Clarify that response ID 0 is not reserved Daniel Boles
- [gtk+/gtk-3-22] Popover: Complete depr docs of transitions-enabled Daniel Boles
09 October 2017
- [gtk+] Revise the coordinate handling one more time Matthias Clasen
- [gtk+] Add another blendmodes reftest Matthias Clasen
- [gtk+] Stop using gsk_cairo_node_new_for_surface Matthias Clasen
- [gtk+] Revise coordinate handling for blend nodes Matthias Clasen
- [glib/glib-2-54] gio: Fix gio-tool-open.c on Windows/Cocoa Chun-wei Fan
- [glib] gio: Fix gio-tool-open.c on Windows/Cocoa Chun-wei Fan
- [gtk+] Fix blendmode shader Matthias Clasen
- [gtk+] Regenerate blendmodes reftest Matthias Clasen
- [gtk+] snapshot: Use a better placeholder Matthias Clasen
- [gtk+] Add another cross-fade reftest Matthias Clasen
- [gtk+] Add a transform node reftest Matthias Clasen
- [gtk+/wip/otte/shader] gsksl: Get rid of pointer types Benjamin Otte
- [gtk+/wip/otte/shader] gskspv: Add GskSpvAccessChain Benjamin Otte
- [gtk+/wip/otte/shader] gskspv: Ensure function labels come before variables Benjamin Otte
- [gtk+] (13 commits) Non-fast-forward update to branch wip/otte/shader Benjamin Otte
- [gtk+/wip/otte/shader: 1/13] gskspv: emit Debug information Benjamin Otte
- [gtk+/wip/otte/shader: 2/13] gskspvwriter: Allow writing a function with initializer Benjamin Otte
- [gtk+/wip/otte/shader: 3/13] gskspv: Reorganize code more Benjamin Otte
- [gtk+/wip/otte/shader: 4/13] gskspv: Claim to support the same source extensions as glslc Benjamin Otte
- [gtk+/wip/otte/shader: 5/13] gskspv: Variables can go different places Benjamin Otte
- [gtk+/wip/otte/shader: 6/13] gsksl: Split binary expressions into their own header Benjamin Otte
- [gtk+/wip/otte/shader: 7/13] gskslexpression: Move division to the new binary vfuncs Benjamin Otte
- [gtk+/wip/otte/shader: 8/13] gskslexpression: Move GskSlExpressionOperation to binaries Benjamin Otte
- [gtk+/wip/otte/shader: 9/13] gskslexpression: Convert assignment expression to GskSlBinary Benjamin Otte
- [gtk+/wip/otte/shader: 10/13] gskslexpression: Add gsk_sl_expression_is_assignable() Benjamin Otte
- [gtk+/wip/otte/shader: 11/13] gsksl: Get rid of pointer types Benjamin Otte
- [gtk+/wip/otte/shader: 12/13] gskspv: Add GskSpvAccessChain Benjamin Otte
- [gtk+/wip/otte/shader: 13/13] gskspv: Ensure function labels come before variables Benjamin Otte
- [gimp-help-2] Update French translation Julien Hardlin
- [gnome-software] flatpak: Improve performance of refining an app's state Joaquim Manuel Pereira Rocha
- [recipes/recipes-1.0] Update Spanish translation Translations User D-L
- [libsoup/wip/meson] Reformat the meson options file Tomas Popela
- [evolution] Bug 634905 - Unhelpful text "12:00am" in advanced search date selector window ][ Milan Crha
- [gnome-nettool] [L10N] Update Persian translation Arash Mousavi
- [gnome-software] flatpak: Set the correct origin when installing a flatpakref Joaquim Manuel Pereira Rocha
- [evolution] Crash after import file disappears before import is done Milan Crha
- [evolution/gnome-3-26] Crash after import file disappears before import is done Milan Crha
- [evolution-data-server] Internal Google OAuth2 token not refreshed on calendar open Milan Crha
- [evolution-data-server/gnome-3-26] Internal Google OAuth2 token not refreshed on calendar open Milan Crha
- [gegl] configure: bump cairo, lcms and rsvg required versions Øyvind Kolås
- [gegl] configure: specify minimum versions for exr, sdl, png and webp Øyvind Kolås
- [gnome-apps-nightly] Rhythmbox: Fix compilation with GStreamer master Bastien Nocera
- [glib] Remove PERL_PATH from Autotools build Emmanuele Bassi
- [glib] build: Look for mkostemp when configuring Emmanuele Bassi
- [glib] Do not build journal integration on older Linux platforms Emmanuele Bassi
- [mutter] backends/native: Move functions out of HAVE_EGL_DEVICE Carlos Garnacho
- [mutter] configure: Explicitly require gl pkgconfig file Carlos Garnacho
- [rhythmbox] fmradio: Fix build with GStreamer master Bastien Nocera
- [gnome-apps-nightly] Rhythmbox: Remove upstreamed patch Bastien Nocera
- [gnome-sdk-images/gnome-3-26] Update to latest 2.36.1 releases Alexander Larsson
- [gbrainy] Update German translation Translations User D-L
- [gimp] plug-ins: in file-psd, fix bad sign extension in decode_packbits() N/A
- [gnome-todo] flatpak: Use the https:// protocol Mathieu Bridon
- [gnome-apps-nightly] Todo: Use the upstream manifest Mathieu Bridon
- [gnome-todo] Remove the Git submodules Mathieu Bridon
- [eog] Fix line endings in Spanish help translation Piotr Drąg
- [eog] Fix gui tags in Spanish help translation Piotr Drąg
- [eog] Update Spanish translation Translations User D-L
- [gimp] app: in file-psd, make layer-group saving more Photoshop-like N/A
- [libxml2] Fix Windows compiler warnings in xmlCanonicPath Nick Wellnhofer
- [libxml2] Fix pointer/int cast warnings on 64-bit Windows Nick Wellnhofer
- [libxml2] Don't redefine socket error codes on Windows Nick Wellnhofer
- [libxml2] socklen_t is always int on Windows Nick Wellnhofer
- [libxml2] Don't include winsock2.h in xmllint.c Nick Wellnhofer
- [libxml2] Fix the Windows header mess Nick Wellnhofer
- [libxml2] Fix unused variable warnings in nanohttp.c Nick Wellnhofer
- [libxml2] Fix runtest on Windows Nick Wellnhofer
- [libxml2] Update .gitignore for Windows Nick Wellnhofer
- [libxml2] Simplify Windows IO functions Nick Wellnhofer
- [libxml2] Default to native threads on MinGW-w64 Nick Wellnhofer
- [libxml2] Fix a couple of warnings in dict.c and threads.c Nick Wellnhofer
- [libxml2] Increase warning level to /W3 under MSVC Nick Wellnhofer
- [genius] help: es: Fix broken markup Andre Klapper
- [eog] help: lv: Fix broken markup Andre Klapper
- [gedit-plugins] help: ar: Fix broken markup Andre Klapper
- [evolution] Bug 596763 - Make LDAP 'Find Possible Search Bases' run in dedicated thread Milan Crha
- [gimp] (52 commits) Non-fast-forward update to branch wip/gradient-edit N/A
- [gimp/wip/gradient-edit: 11/52] ^^^ wip/gradient-edit ^^^ N/A
- [gimp/wip/gradient-edit: 12/52] app: add gimp_tool_line_get_slider() N/A
- [gimp/wip/gradient-edit: 13/52] app: rename slider-value variables in GimpToolLine N/A
- [gimp/wip/gradient-edit: 14/52] app: add persistent handle selection to GimpToolLine N/A
- [gimp/wip/gradient-edit: 15/52] app: add keyboard control to GimpToolLine N/A
- [gimp/wip/gradient-edit: 16/52] app: add dashed canvas handle types N/A
- [gimp/wip/gradient-edit: 17/52] app: allow adding and removing sliders to/from a GimpToolLine N/A
- [gimp/wip/gradient-edit: 18/52] app: add prepare-to-remove-slider signal to GimpToolLine N/A
- [gimp/wip/gradient-edit: 19/52] app: add handle-clicked signal to GimpToolLine N/A
- [gimp/wip/gradient-edit: 20/52] app: add misc. parameters to GimpControllerSlider N/A
- [gimp/wip/gradient-edit: 21/52] app: improve status messages of GimpToolLine N/A
- [gimp/wip/gradient-edit: 22/52] app: add gimp_data_copy() N/A
- [gimp/wip/gradient-edit: 23/52] app: add compare() virtual function to GimpData N/A
- [gimp/wip/gradient-edit: 24/52] app: add "custom" gradient N/A
- [gimp/wip/gradient-edit: 25/52] app: implement copy() for GimpGradient N/A
- [gimp/wip/gradient-edit: 26/52] app: implement compare() for GimpGradient N/A
- [gimp/wip/gradient-edit: 27/52] app: add gimp_gradient_segment_get_{left, right}_flat_color() N/A
- [gimp/wip/gradient-edit: 28/52] app: add gimp_gradient_split_at() N/A
- [gimp/wip/gradient-edit: 29/52] app: add gimp_gradient_segment_range_get_n_segments() N/A
- [gimp/wip/gradient-edit: 30/52] app: add gimp_gradient_segment_range_merge() N/A
- [gimp/wip/gradient-edit: 31/52] app: treat gradient segments as clopen ranges N/A
- [gimp/wip/gradient-edit: 32/52] app: improve num. stability of gimp_gradient_segment_range_compress() N/A
- [gimp/wip/gradient-edit: 33/52] app: improve curved gradient segment sampling N/A
- [gimp/wip/gradient-edit: 34/52] app: use get_{left, right}_flat_color() in gradient editor N/A
- [gimp/wip/gradient-edit: 35/52] app: add gimp_color_panel_dialog_response(); add "response" signal N/A
- [gimp/wip/gradient-edit: 36/52] app: don't show a PLUS cursor modifier before starting the blend tool N/A
- [gimp/wip/gradient-edit: 37/52] app: add "instant mode" option to the blend tool N/A
- [gimp/wip/gradient-edit: 38/52] app: add "modify active gradient" option to the blend tool N/A
- [gimp/wip/gradient-edit: 39/52] app: add sliders for gradient stops and midpoints in the blend tool N/A
- [gimp/wip/gradient-edit: 40/52] app: modify the gradient in response to blend-tool slider motion N/A
- [gimp/wip/gradient-edit: 41/52] app: add support for adding gradient stops to the blend tool N/A
- [gimp/wip/gradient-edit: 42/52] app: add support for removing gradient stops to the blend tool N/A
- [gimp/wip/gradient-edit: 43/52] app: handle prepare-to-remove-slider signal in the blend tool N/A
- [gimp/wip/gradient-edit: 44/52] app: convert midpoints to stops via double-click in the blend tool N/A
- [gimp/wip/gradient-edit: 45/52] app: add tool gui to the blend tool N/A
- [gimp/wip/gradient-edit: 46/52] app: implement blend tool gui for gradient endpoints N/A
- [gimp/wip/gradient-edit: 47/52] app: implement blend tool gui for gradient stops N/A
- [gimp/wip/gradient-edit: 48/52] app, libgimpbase: implement blend tool gui for gradient midpoints N/A
- [gimp/wip/gradient-edit: 49/52] app: implement tool undo for gradient editing in the blend tool N/A
- [gimp/wip/gradient-edit: 50/52] app: fix fg/bg color change handling in the blend tool N/A
- [gimp/wip/gradient-edit: 51/52] app: don't update blend tool filter upon irrelevant line changes N/A
- [gimp/wip/gradient-edit: 52/52] app: cache last-sampled gradient segment in GimpOperationBlend N/A
- [gimp] (42 commits) Non-fast-forward update to branch wip/gradient-edit N/A
- [gimp/wip/gradient-edit: 1/42] ^^^ wip/gradient-edit ^^^ N/A
- [gimp/wip/gradient-edit: 2/42] app: add gimp_tool_line_get_slider() N/A
- [gimp/wip/gradient-edit: 3/42] app: rename slider-value variables in GimpToolLine N/A
- [gimp/wip/gradient-edit: 4/42] app: add persistent handle selection to GimpToolLine N/A
- [gimp/wip/gradient-edit: 5/42] app: add keyboard control to GimpToolLine N/A
- [gimp/wip/gradient-edit: 6/42] app: add dashed canvas handle types N/A
- [gimp/wip/gradient-edit: 7/42] app: allow adding and removing sliders to/from a GimpToolLine N/A
- [gimp/wip/gradient-edit: 8/42] app: add prepare-to-remove-slider signal to GimpToolLine N/A
- [gimp/wip/gradient-edit: 9/42] app: add handle-clicked signal to GimpToolLine N/A
- [gimp/wip/gradient-edit: 10/42] app: add misc. parameters to GimpControllerSlider N/A
- [gimp/wip/gradient-edit: 11/42] app: improve status messages of GimpToolLine N/A
- [gimp/wip/gradient-edit: 12/42] app: add gimp_data_copy() N/A
- [gimp/wip/gradient-edit: 13/42] app: add compare() virtual function to GimpData N/A
- [gimp/wip/gradient-edit: 14/42] app: add "custom" gradient N/A
- [gimp/wip/gradient-edit: 15/42] app: implement copy() for GimpGradient N/A
- [gimp/wip/gradient-edit: 16/42] app: implement compare() for GimpGradient N/A
- [gimp/wip/gradient-edit: 17/42] app: add gimp_gradient_segment_get_{left, right}_flat_color() N/A
- [gimp/wip/gradient-edit: 18/42] app: add gimp_gradient_split_at() N/A
- [gimp/wip/gradient-edit: 19/42] app: add gimp_gradient_segment_range_get_n_segments() N/A
- [gimp/wip/gradient-edit: 20/42] app: add gimp_gradient_segment_range_merge() N/A
- [gimp/wip/gradient-edit: 21/42] app: treat gradient segments as clopen ranges N/A
- [gimp/wip/gradient-edit: 22/42] app: improve num. stability of gimp_gradient_segment_range_compress() N/A
- [gimp/wip/gradient-edit: 23/42] app: improve curved gradient segment sampling N/A
- [gimp/wip/gradient-edit: 24/42] app: use get_{left, right}_flat_color() in gradient editor N/A
- [gimp/wip/gradient-edit: 25/42] app: add gimp_color_panel_dialog_response(); add "response" signal N/A
- [gimp/wip/gradient-edit: 26/42] app: don't show a PLUS cursor modifier before starting the blend tool N/A
- [gimp/wip/gradient-edit: 27/42] app: add "instant mode" option to the blend tool N/A
- [gimp/wip/gradient-edit: 28/42] app: add "modify active gradient" option to the blend tool N/A
- [gimp/wip/gradient-edit: 29/42] app: add sliders for gradient stops and midpoints in the blend tool N/A
- [gimp/wip/gradient-edit: 30/42] app: modify the gradient in response to blend-tool slider motion N/A
- [gimp/wip/gradient-edit: 31/42] app: add support for adding gradient stops to the blend tool N/A
- [gimp/wip/gradient-edit: 32/42] app: add support for removing gradient stops to the blend tool N/A
- [gimp/wip/gradient-edit: 33/42] app: handle prepare-to-remove-slider signal in the blend tool N/A
- [gimp/wip/gradient-edit: 34/42] app: convert midpoints to stops via double-click in the blend tool N/A
- [gimp/wip/gradient-edit: 35/42] app: add tool gui to the blend tool N/A
- [gimp/wip/gradient-edit: 36/42] app: implement blend tool gui for gradient endpoints N/A
- [gtk+] printing: Don't show duplicate printers Marek Kašík
- [gimp/wip/gradient-edit: 37/42] app: implement blend tool gui for gradient stops N/A
- [gimp/wip/gradient-edit: 38/42] app, libgimpbase: implement blend tool gui for gradient midpoints N/A
- [gimp/wip/gradient-edit: 39/42] app: implement tool undo for gradient editing in the blend tool N/A
- [gimp/wip/gradient-edit: 40/42] app: fix fg/bg color change handling in the blend tool N/A
- [gimp/wip/gradient-edit: 41/42] app: don't update blend tool filter upon irrelevant line changes N/A
- [gimp/wip/gradient-edit: 42/42] app: cache last-sampled gradient segment in GimpOperationBlend N/A
- [gtk+/gtk-3-22] printing: Don't show duplicate printers Marek Kašík
- [vala] Created branch wip/tintou/fix-gstreamer-base-vapi-name Corentin Noël
- [vala/wip/tintou/fix-gstreamer-base-vapi-name] Rename gstreamer-base-1.0.vapi to reflect the pkg-config name Corentin Noël
- [jhbuild] defaults.jhbuildrc: set gnome-apps-3.28 moduleset Rafael Fontenelle
- [vala] Non-fast-forward update to branch wip/tintou/fix-gstreamer-base-vapi-name Corentin Noël
- [vala/wip/tintou/fix-gstreamer-base-vapi-name] Rename gstreamer-base-1.0.vapi to reflect the pkg-config name Corentin Noël
- [recipes] Some more recipe contributions Matthias Clasen
- [gimp] (43 commits) Non-fast-forward update to branch wip/gradient-edit N/A
- [gimp/wip/gradient-edit: 1/43] ^^^ wip/gradient-edit ^^^ N/A
- [gimp/wip/gradient-edit: 2/43] app: add gimp_tool_line_get_slider() N/A
- [gimp/wip/gradient-edit: 3/43] app: rename slider-value variables in GimpToolLine N/A
- [gimp/wip/gradient-edit: 4/43] app: add persistent handle selection to GimpToolLine N/A
- [gimp/wip/gradient-edit: 5/43] app: add keyboard control to GimpToolLine N/A
- [gimp/wip/gradient-edit: 6/43] app: add dashed canvas handle types N/A
- [gimp/wip/gradient-edit: 7/43] app: allow adding and removing sliders to/from a GimpToolLine N/A
- [gimp/wip/gradient-edit: 8/43] app: add prepare-to-remove-slider signal to GimpToolLine N/A
- [gimp/wip/gradient-edit: 9/43] app: add handle-clicked signal to GimpToolLine N/A
- [gimp/wip/gradient-edit: 10/43] app: add misc. parameters to GimpControllerSlider N/A
- [gimp/wip/gradient-edit: 11/43] app: improve status messages of GimpToolLine N/A
- [gimp/wip/gradient-edit: 12/43] app: add gimp_data_copy() N/A
- [gimp/wip/gradient-edit: 13/43] app: add compare() virtual function to GimpData N/A
- [gimp/wip/gradient-edit: 14/43] app: add "custom" gradient N/A
- [gimp/wip/gradient-edit: 15/43] app: implement copy() for GimpGradient N/A
- [gimp/wip/gradient-edit: 16/43] app: implement compare() for GimpGradient N/A
- [gimp/wip/gradient-edit: 17/43] app: add gimp_gradient_segment_get_{left, right}_flat_color() N/A
- [gimp/wip/gradient-edit: 18/43] app: add gimp_gradient_split_at() N/A
- [gimp/wip/gradient-edit: 19/43] app: add gimp_gradient_segment_range_get_n_segments() N/A
- [gimp/wip/gradient-edit: 20/43] app: add gimp_gradient_segment_range_merge() N/A
- [gimp/wip/gradient-edit: 21/43] app: treat gradient segments as clopen ranges N/A
- [gimp/wip/gradient-edit: 22/43] app: improve num. stability of gimp_gradient_segment_range_compress() N/A
- [gimp/wip/gradient-edit: 23/43] app: improve curved gradient segment sampling N/A
- [gimp/wip/gradient-edit: 24/43] app: use get_{left, right}_flat_color() in gradient editor N/A
- [gimp/wip/gradient-edit: 25/43] app: add gimp_color_panel_dialog_response(); add "response" signal N/A
- [gimp/wip/gradient-edit: 26/43] app: don't show a PLUS cursor modifier before starting the blend tool N/A
- [gimp/wip/gradient-edit: 27/43] app: add "instant mode" option to the blend tool N/A
- [gimp/wip/gradient-edit: 28/43] app: add "modify active gradient" option to the blend tool N/A
- [gimp/wip/gradient-edit: 29/43] app: add sliders for gradient stops and midpoints in the blend tool N/A
- [gimp/wip/gradient-edit: 30/43] app: modify the gradient in response to blend-tool slider motion N/A
- [gimp/wip/gradient-edit: 31/43] app: add support for adding gradient stops to the blend tool N/A
- [gimp/wip/gradient-edit: 32/43] app: add support for removing gradient stops to the blend tool N/A
- [gimp/wip/gradient-edit: 33/43] app: handle prepare-to-remove-slider signal in the blend tool N/A
- [gimp/wip/gradient-edit: 34/43] app: convert midpoints to stops via double-click in the blend tool N/A
- [gimp/wip/gradient-edit: 35/43] app: add tool gui to the blend tool N/A
- [gimp/wip/gradient-edit: 36/43] app: implement blend tool gui for gradient endpoints N/A
- [gimp/wip/gradient-edit: 37/43] app: implement blend tool gui for gradient stops N/A
- [gimp/wip/gradient-edit: 38/43] app, libgimpbase: implement blend tool gui for gradient midpoints N/A
- [gimp/wip/gradient-edit: 39/43] app: implement tool undo for gradient editing in the blend tool N/A
- [gimp/wip/gradient-edit: 40/43] app: fix fg/bg color change handling in the blend tool N/A
- [gimp/wip/gradient-edit: 41/43] app: don't update blend tool filter upon irrelevant line changes N/A
- [gimp/wip/gradient-edit: 42/43] app: cache last-sampled gradient segment in GimpOperationBlend N/A
- [gimp/wip/gradient-edit: 43/43] app: fix leftmost and rightmost gradient colors in GimpOperationBlend N/A
- [gimp] plug-ins: link file-raw aginst libgimpcolor and libgimpconfig explicitly Michael Natterer
- [static-web] recipes: two more recipe contributions Matthias Clasen
- [vala] Deleted branch wip/tintou/fix-gstreamer-base-vapi-name Corentin Noël
- [gimp] app: add gimp_tool_line_get_slider() N/A
- [gimp] app: rename slider-value variables in GimpToolLine N/A
- [gimp] app: add persistent handle selection to GimpToolLine N/A
- [gimp] app: add keyboard control to GimpToolLine N/A
- [gimp] app: add dashed canvas handle types N/A
- [gimp] app: allow adding and removing sliders to/from a GimpToolLine N/A
- [gimp] app: add prepare-to-remove-slider signal to GimpToolLine N/A
- [gimp] app: add handle-clicked signal to GimpToolLine N/A
- [gimp] app: add misc. parameters to GimpControllerSlider N/A
- [gtk+] (52 commits) Non-fast-forward update to branch wip/otte/shader Benjamin Otte
- [gimp] app: improve status messages of GimpToolLine N/A
- [gtk+/wip/otte/shader: 1/52] gsksl: Add support for overloaded functions Benjamin Otte
- [gimp] app: add gimp_data_copy() N/A
- [gtk+/wip/otte/shader: 2/52] gsksl: Add GskSlPrinter Benjamin Otte
- [gimp] app: add compare() virtual function to GimpData N/A
- [gtk+/wip/otte/shader: 3/52] gsksl: Rename GskSlNode to GskSlStatement Benjamin Otte
- [gimp] app: add "custom" gradient N/A
- [gtk+/wip/otte/shader: 4/52] gskslstatement: Print semicolon in the statement print function Benjamin Otte
- [gimp] app: implement copy() for GimpGradient N/A
- [gtk+/wip/otte/shader: 5/52] gskslstatement: Parse compound statements Benjamin Otte
- [gimp] app: implement compare() for GimpGradient N/A
- [gtk+/wip/otte/shader: 6/52] gsksl: Don't return a value from gsk_sl_statement_write_spv() Benjamin Otte
- [gimp] app: add gimp_gradient_segment_get_{left,right}_flat_color() N/A
- [gtk+/wip/otte/shader: 7/52] gskslfunction: the body of a function is a single statement Benjamin Otte
- [gimp] app: add gimp_gradient_split_at() N/A
- [gtk+/wip/otte/shader: 8/52] gskslstatement: Handle if statements Benjamin Otte
- [gimp] app: add gimp_gradient_segment_range_get_n_segments() N/A
- [gtk+/wip/otte/shader: 9/52] gskslpreprocessor: Implement #ifdef, #else and #endif Benjamin Otte
- [gimp] app: add gimp_gradient_segment_range_merge() N/A
- [gtk+/wip/otte/shader: 10/52] gsksltype: Turn void into a custom type class Benjamin Otte
- [gimp] app: treat gradient segments as clopen ranges N/A
- [gtk+/wip/otte/shader: 11/52] gskslstatement: Add gsk_sl_Stement_get_jump() Benjamin Otte
- [gimp] app: improve num. stability of gimp_gradient_segment_range_compress() N/A
- [gtk+/wip/otte/shader: 12/52] gsksl: Redo qualifier handling Benjamin Otte
- [gimp] app: improve curved gradient segment sampling N/A
- [gtk+/wip/otte/shader: 13/52] gskslqualifier: Handle uniform variables Benjamin Otte
- [gimp] app: use get_{left,right}_flat_color() in gradient editor N/A
- [gtk+/wip/otte/shader: 14/52] gsksl: Add support for parsing blocks Benjamin Otte
- [gimp] app: add gimp_color_panel_dialog_response(); add "response" signal N/A
- [gtk+/wip/otte/shader: 15/52] gskslqualifier: Implement layout(push_constant) Benjamin Otte
- [gimp] app: don't show a PLUS cursor modifier before starting the blend tool N/A
- [gtk+/wip/otte/shader: 16/52] gsksltokenizer: Parse strings Benjamin Otte
- [gimp] app: add "instant mode" option to the blend tool N/A
- [gtk+/wip/otte/shader: 17/52] gsk: Add GskCodeSource Benjamin Otte
- [gimp] app: add "modify active gradient" option to the blend tool N/A
- [gtk+/wip/otte/shader: 18/52] gskslcompiler: Provide a way to compile files Benjamin Otte
- [gimp] app: add sliders for gradient stops and midpoints in the blend tool N/A
- [gtk+/wip/otte/shader: 19/52] gskslpreprocessor: Implement #include Benjamin Otte
- [gimp] app: modify the gradient in response to blend-tool slider motion N/A
- [gtk+/wip/otte/shader: 20/52] gskslpreprocessor: Support parsing #version Benjamin Otte
- [gimp] app: add support for adding gradient stops to the blend tool N/A
- [gtk+/wip/otte/shader: 21/52] xxx: Change the clip shader do not use #f Benjamin Otte
- [gimp] app: add support for removing gradient stops to the blend tool N/A
- [gtk+/wip/otte/shader: 22/52] gsksltype: Add concept of components Benjamin Otte
- [gimp] app: handle prepare-to-remove-slider signal in the blend tool N/A
- [gtk+/wip/otte/shader: 23/52] gskslvalue: Add gsk_sl_value_to_string () Benjamin Otte
- [gimp] app: convert midpoints to stops via double-click in the blend tool N/A
- [gtk+/wip/otte/shader: 24/52] gsksl: Builtin constructors are no longer functions Benjamin Otte
- [gimp] app: add tool gui to the blend tool N/A
- [gtk+/wip/otte/shader: 25/52] gskslfunction: Add gsk_sl_function_get_constant() Benjamin Otte
- [gimp] app: implement blend tool gui for gradient endpoints N/A
- [gtk+/wip/otte/shader: 26/52] gsksltype: Add gsk_sl_type_value_equal() Benjamin Otte
- [gimp] app: implement blend tool gui for gradient stops N/A
- [gtk+/wip/otte/shader: 27/52] gsksl: Implement constructor writing to SPIR-V Benjamin Otte
- [gimp] app, libgimpbase: implement blend tool gui for gradient midpoints N/A
- [gtk+/wip/otte/shader: 28/52] gskslexpression: Split multiplication from other binary operations Benjamin Otte
- [gimp] app: implement tool undo for gradient editing in the blend tool N/A
- [gtk+/wip/otte/shader: 29/52] gskslprinter: Deal with non-normal floating points Benjamin Otte
- [gimp] app: fix fg/bg color change handling in the blend tool N/A
- [gtk+/wip/otte/shader: 30/52] gsksl: Add gsk_spv_writer_get_id_for_zero() Benjamin Otte
- [gimp] app: don't update blend tool filter upon irrelevant line changes N/A
- [gtk+/wip/otte/shader: 31/52] gsksltype: Add gsk_sl_type_get_matching() Benjamin Otte
- [gimp] app: cache last-sampled gradient segment in GimpOperationBlend N/A
- [gtk+/wip/otte/shader: 32/52] gskslstatement: Add SPV code for return statement Benjamin Otte
- [gimp] app: fix leftmost and rightmost gradient colors in GimpOperationBlend N/A
- [gtk+/wip/otte/shader: 33/52] gskslfunction: Actually write arguments to SPV Benjamin Otte
- [gtk+/wip/otte/shader: 34/52] gskslexpression: Implement Division Benjamin Otte
- [gtk+/wip/otte/shader: 35/52] gskpsv: Completely redo SPV writing Benjamin Otte
- [gtk+/wip/otte/shader: 36/52] gskspv: Add GskSpvCodeBlock Benjamin Otte
- [gtk+/wip/otte/shader: 37/52] gskspv: Allow writing function calls Benjamin Otte
- [gtk+/wip/otte/shader: 38/52] gskspvwriter: Put the declaration section into the block Benjamin Otte
- [gtk+/wip/otte/shader: 39/52] gskspv: emit Debug information Benjamin Otte
- [gtk+/wip/otte/shader: 40/52] gskspvwriter: Allow writing a function with initializer Benjamin Otte
- [gtk+/wip/otte/shader: 41/52] gskspv: Reorganize code more Benjamin Otte
- [gtk+/wip/otte/shader: 42/52] gskspv: Claim to support the same source extensions as glslc Benjamin Otte
- [gtk+/wip/otte/shader: 43/52] gskspv: Variables can go different places Benjamin Otte
- [gtk+/wip/otte/shader: 44/52] gsksl: Split binary expressions into their own header Benjamin Otte
- [gtk+/wip/otte/shader: 45/52] gskslexpression: Move division to the new binary vfuncs Benjamin Otte
- [gtk+/wip/otte/shader: 46/52] gskslexpression: Move GskSlExpressionOperation to binaries Benjamin Otte
- [gtk+/wip/otte/shader: 47/52] gskslexpression: Convert assignment expression to GskSlBinary Benjamin Otte
- [gtk+/wip/otte/shader: 48/52] gskslexpression: Add gsk_sl_expression_is_assignable() Benjamin Otte
- [gtk+/wip/otte/shader: 49/52] gsksl: Get rid of pointer types Benjamin Otte
- [gtk+/wip/otte/shader: 50/52] gskspv: Add GskSpvAccessChain Benjamin Otte
- [gtk+/wip/otte/shader: 51/52] gskspv: Ensure function labels come before variables Benjamin Otte
- [gtk+/wip/otte/shader: 52/52] gsksl: Introduce GskSlFunctionType Benjamin Otte
- [evolution-data-server] Bug 788686 - Google Tasks not shown in To Do-list after restart of Evolution Milan Crha
- [gimp] app: in GimpOperationBlend, swap leftmost and rightmost colors when ... N/A
- [evolution-data-server/gnome-3-26] Bug 788686 - Google Tasks not shown in To Do-list after restart of Evolution Milan Crha
- [gnome-panel] pkgconfig: remove CLEANFILES Alberts Muktupāvels
- [gnome-panel] pkgconfig: don't install libgnome-panel.pc Alberts Muktupāvels
- [evolution] Bug 788686 - To Do bar higlights as overdue tasks with DATE-only Due Milan Crha
- [evolution/gnome-3-26] Bug 788686 - To Do bar higlights as overdue tasks with DATE-only Due Milan Crha
- [gimp] Update Catalan translation Jordi Mas
- [gimp] app: in GimpOperationBlend, fix left/right-most colors when offset > 0 N/A
- [evolution] Bug 788675 - [iCalendar import] Leave validation of iCalendar streams to libecal Milan Crha
- [evolution/gnome-3-26] Bug 788675 - [iCalendar import] Leave validation of iCalendar streams to libecal Milan Crha
- [gtk+/gtk-3-22] gdk: Translate some more key names Piotr Drąg
- [gtk+] gdk: Translate some more key names Piotr Drąg
- [chronojump] Major change on ForceSensor threads Xavier de Blas
- [gtk+/gtk-3-22] Update Polish translation Piotr Drąg
- [gtk+] Update Polish translation Piotr Drąg
- [dconf-editor/gnome-3-24] Updated Slovenian translation Matej Urbančič
- [dconf-editor/gnome-3-26] Updated Slovenian translation Matej Urbančič
- [gnome-builder] Updated Slovenian translation Matej Urbančič
- [gnome-control-center/gnome-3-26] Updated Slovenian translation Matej Urbančič
- [gnome-control-center] Updated Slovenian translation Matej Urbančič
- [gnome-disk-utility/gnome-3-26] Updated Slovenian translation Matej Urbančič
- [gnome-disk-utility] Updated Slovenian translation Matej Urbančič
- [gnome-nettool] Updated Slovenian translation Matej Urbančič
- [gnome-panel] Updated Slovenian translation Matej Urbančič
- [gnome-shell] Updated Slovenian translation Matej Urbančič
- [gtk+/gtk-3-22] Updated Slovenian translation Matej Urbančič
- [gtk+] Updated Slovenian translation Matej Urbančič
- [yelp] Updated Slovenian translation Matej Urbančič
- [libdmapsharing] Add/modify test-related targets in build system W . Michael Petullo
- [gtk+/gtk-3-22] Updated Slovenian translation Matej Urbančič
- [gnome-commander] Corrects non-working link in documentation Uwe Scholz
- [gnome-commander/gcmd-1-8] Corrects non-working link in documentation Uwe Scholz
- [gnome-disk-utility] Updated Slovenian translation Matej Urbančič
- [gnome-settings-daemon] Updated Slovenian translation Matej Urbančič
- [beast] (8 commits) ...Merge branch 'rm-janitor' Tim Janik
- [beast: 1/8] BSE; remove all Janitor procedures Tim Janik
- [beast: 2/8] BST: remove calls to Janitor procedures Tim Janik
- [beast: 3/8] BSE: remove mkcproc.pl and related remainings Tim Janik
- [beast: 4/8] BST: remove all janitor references Tim Janik
- [beast: 5/8] BST: remove explicit script initialization Tim Janik
- [beast: 6/8] BSE: remove all remaining janitor and script related code Tim Janik
- [beast: 7/8] BSE: hook up bse_glue to the main loop at initialization Tim Janik
- [beast: 8/8] Merge branch 'rm-janitor' Tim Janik
- [gnome-disk-utility/gnome-3-26] Updated Slovenian translation Matej Urbančič
- [gtk+/gtk-3-22] Updated Czech translation Marek Černocký
- [gtk+] Updated Czech translation Marek Černocký
- [evolution] Updated Slovenian translation Matej Urbančič
- [libdmapsharing] Add option to compile for use with gcov W . Michael Petullo
- [gnome-builder] create-project: remove GPLv3+ from the LGPLv3+ COPYING Christian Hergert
- [evolution/gnome-3-26] Updated Slovenian translation Matej Urbančič
- [gucharmap] Update Swedish translation Translations User D-L
- [network-manager-applet/nm-1-4] Update German translation Translations User D-L
- [gnome-builder] spellcheck: be defensive against race conditions Christian Hergert
- [easytag] Add Polish help translation Piotr Drąg
- [gnome-builder/gnome-builder-3-26] spellcheck: be defensive against race conditions Christian Hergert
- [easytag/easytag-2-4] Add Polish help translation Piotr Drąg
- [gnome-software] odrs: Fix critical errors for components with compat-ids Richard Hughes
- [libdmapsharing] Fix build with --disable-tests --disable-check W . Michael Petullo
- [libdmapsharing] Remove generates test suites on "make clean" W . Michael Petullo
- [pan2] First patch to enable GMime 3.0 lib. Porting to GMime 3.0 not yet completed. Petr Kovář
- [pan2] Fix nits wrt GMime 3.0 Petr Kovář
- [gnome-control-center] info: Fix .desktop for About Jeremy Bicha
- [gnome-control-center/gnome-3-26] info: Fix .desktop for About Jeremy Bicha
- [recipes] Another recipe contribution Matthias Clasen
- [static-web] recipes: Another recipe contribution Matthias Clasen
- [pybliographer] Update Swedish translation Translations User D-L
- [tepl] Update Swedish translation Translations User D-L
- [beast] (7 commits) ...Merge branch 'track-outputs' Tim Janik
- [beast: 1/7] BSE: bseprobe: fix timer/destruction race Tim Janik
- [beast: 2/7] BSE: add Track.outputs property to bseapi.idl Tim Janik
- [beast: 3/7] BSE: guard project against Aida calls after dispose() Tim Janik
- [beast: 4/7] BST: make use of Track.outputs Tim Janik
- [beast: 5/7] BST: avoid querying the Track.output pspec via proxy interface Tim Janik
- [beast: 6/7] BST: make use of Track.outputs Tim Janik
- [beast: 7/7] Merge branch 'track-outputs' Tim Janik
- [gtkmm/gtkmm-3-22] class_gtkobject.m4|object.h: Fix GtkObject→GObject Daniel Boles
- [gtkmm] class_gtkobject.m4: Fix GtkObject→GObject for wrap Daniel Boles
- [gtk+] Towards a working docs build Matthias Clasen
- [gtk+/gtk-3-22] Update Swedish translation Translations User D-L
- [gtk+] Update Swedish translation Translations User D-L
- [gtk+] Towards a working docs build Matthias Clasen
- [beast] (10 commits) ...Merge branch 'rm-procs' Tim Janik
- [beast: 1/10] BST: add missing NULL check before accessing item's proxy_id(), fixes #22 Tim Janik
- [beast: 2/10] SFI: remove unused sfi_glue_vcall_*() API Tim Janik
- [beast: 3/10] BST: throw away unused procedure execution code Tim Janik
- [beast: 4/10] BSE: throw away unused procedure execution code Tim Janik
- [beast: 5/10] SFI: throw away unused procedure execution code Tim Janik
- [beast: 6/10] BST: remove unused bstprocedure.* Tim Janik
- [beast: 7/10] BST: remove procedure left overs Tim Janik
- [beast: 8/10] BSE: remove describe_proc from glue layer Tim Janik
- [beast: 9/10] SFI: remove describe_proc from glue layer Tim Janik
- [beast: 10/10] Merge branch 'rm-procs' Tim Janik
10 October 2017
- [gnumeric] Fix contour plot import from ODF. [#788728] Andreas J . Guelzow
- [gnome-control-center/gnome-3-26] Update Brazilian Portuguese translation Translations User D-L
- [gnome-control-center] Update Brazilian Portuguese translation Translations User D-L
- [gtk+/gtk-3-22] Update Brazilian Portuguese translation Translations User D-L
- [gtk+] Fix docs build Matthias Clasen
- [gtk+] (23 commits) Non-fast-forward update to branch wip/otte/shader Benjamin Otte
- [gtk+/wip/otte/shader: 1/23] gskspv: Allow writing function calls Benjamin Otte
- [gtk+/wip/otte/shader: 2/23] gskspvwriter: Put the declaration section into the block Benjamin Otte
- [gtk+/wip/otte/shader: 3/23] gskspv: emit Debug information Benjamin Otte
- [gtk+/wip/otte/shader: 4/23] gskspvwriter: Allow writing a function with initializer Benjamin Otte
- [gtk+/wip/otte/shader: 5/23] gskspv: Reorganize code more Benjamin Otte
- [gtk+/wip/otte/shader: 6/23] gskspv: Claim to support the same source extensions as glslc Benjamin Otte
- [gtk+/wip/otte/shader: 7/23] gskspv: Variables can go different places Benjamin Otte
- [gtk+/wip/otte/shader: 8/23] gsksl: Split binary expressions into their own header Benjamin Otte
- [gtk+/wip/otte/shader: 9/23] gskslexpression: Move division to the new binary vfuncs Benjamin Otte
- [gtk+/wip/otte/shader: 10/23] gskslexpression: Move GskSlExpressionOperation to binaries Benjamin Otte
- [gtk+/wip/otte/shader: 11/23] gskslexpression: Convert assignment expression to GskSlBinary Benjamin Otte
- [gtk+/wip/otte/shader: 12/23] gskslexpression: Add gsk_sl_expression_is_assignable() Benjamin Otte
- [gtk+/wip/otte/shader: 13/23] gsksl: Get rid of pointer types Benjamin Otte
- [gtk+/wip/otte/shader: 14/23] gskspv: Add GskSpvAccessChain Benjamin Otte
- [gtk+/wip/otte/shader: 15/23] gskspv: Ensure function labels come before variables Benjamin Otte
- [gtk+/wip/otte/shader: 16/23] gsksl: Introduce GskSlFunctionType Benjamin Otte
- [gtk+/wip/otte/shader: 17/23] gskslvariable: Add load()/store() functions Benjamin Otte
- [gtk+/wip/otte/shader: 18/23] gskslvariable: Make it classed Benjamin Otte
- [gtk+/wip/otte/shader: 19/23] gskslvariable: Add a class for parameters Benjamin Otte
- [gtk+/wip/otte/shader: 20/23] gskslvariable: Fold constant variables away in SPV output Benjamin Otte
- [gtk+/wip/otte/shader: 21/23] gskspvwriter: Add optimization for access chain Benjamin Otte
- [gtk+/wip/otte/shader: 22/23] gskslexpression: Add spv writing optimization Benjamin Otte
- [gtk+/wip/otte/shader: 23/23] gskspv: Pass inout parameters by reference Benjamin Otte
- [gtk+] Install css node tests again Matthias Clasen
- [gtk+] Install css parser tests again Matthias Clasen
- [gtk+] Install css style tests again Matthias Clasen
- [gtk+] Install css api test again Matthias Clasen
- [gtk+] Add an install-tests option Matthias Clasen
- [gtk+] Reshuffle the a11y tests a bit Matthias Clasen
- [gtk+] Reshuffle the css tests a bit Matthias Clasen
- [retro-gtk] Deleted branch wip/aplazas/c-port Adrien Plazas
- [retro-gtk] Deleted branch wip/aplazas/master Adrien Plazas
- [retro-gtk] (34 commits) Created branch wip/aplazas/c-port Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 1/34] Rename retro-core.h to retro-core-private.h Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 2/34] build: Build the VAPI from GIR Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 3/34] Port DeviceType to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 4/34] Port JoypadId to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 5/34] Port AnalogIndex to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 6/34] Port AnalogId to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 7/34] Port MouseId to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 8/34] Port LightgunId to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 9/34] Port PointerId to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 10/34] Port InputDescriptor to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 11/34] Port InputDevice to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 12/34] Port VideoFilter to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 13/34] Port PixelFormat to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 14/34] Port CoreView to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 15/34] Port CairoDisplay to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 16/34] Port PaPlayer to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 17/34] Port MemoryType to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 18/34] Port g_log() to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 19/34] Port ModuleQuery to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 20/34] Port ModuleIterator to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 21/34] Port CoreDescriptor to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 22/34] Port MainLoop to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 23/34] Merge InputDeviceManager into Core Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 24/34] Merge Rumble into Core and InputDevice Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 25/34] Drop unused ControllerInfo and ControllerDescription Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 26/34] Port CoreError to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 27/34] Merge CbError into CoreError Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 28/34] core: Rename init() to boot() Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 29/34] Port Core to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 30/34] build: Drop Vala-generated C headers Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 31/34] build: Move C files out of subdirs in retro-gtk Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 32/34] Drop unused API_VERSION and ENV_PLUGIN_PATH Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 33/34] build: Drop Vala Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 34/34] flatpak: Inline retro-demo-samples-test in manifest Adrien Plazas
- [evolution/gnome-3-26] Update Nepali translation Translations User D-L
- [evolution] Update Nepali translation Translations User D-L
- [rygel] Update Nepali translation Translations User D-L
- [glade/glade-3-20] Update Nepali translation Translations User D-L
- [retro-gtk/wip/aplazas/c-port] Fixes Adrien Plazas
- [retro-gtk/wip/aplazas/c-port] Fixes Adrien Plazas
- [gimp] NEWS: mention newly added on-canvas gradient editing Alexandre Prokoudine
- [retro-gtk/wip/aplazas/c-port] Fixes Adrien Plazas
- [retro-gtk/wip/aplazas/c-port] Fixes Adrien Plazas
- [goocanvas/goocanvas-2.0] support latest gtk-doc and add an index. #788436 Damon Chaplin
- [goocanvas/goocanvas-2.0] renamed configure.in to configure.ac Damon Chaplin
- [retro-gtk/wip/aplazas/c-port] Fixes Adrien Plazas
- [gtk+] grid: Drop priv pointer Timm Bäder
- [gtk+] textdisplay: Remove widgets parameter from gtk_text_layout_draw Timm Bäder
- [gtk+] GdkDisplay: Add a private _emit_opened Timm Bäder
- [gtk+] stylecontext: Fix doc comment Timm Bäder
- [gtk+] scalebutton: Fix comparison for empty icon list Timm Bäder
- [gtk+] Don't try to snapshot invisible icons Timm Bäder
- [gtk+] rendernode: Don't leak mem_surface Timm Bäder
- [goocanvas/goocanvas-2.0] Released GooCanvas 2.0.4 Damon Chaplin
- [evolution-data-server] [IMAPx] Prevent crash in imapx_update_store_summary() Milan Crha
- [evolution-data-server/gnome-3-26] [IMAPx] Prevent crash in imapx_update_store_summary() Milan Crha
- [retro-gtk/wip/aplazas/c-port] Fixes Adrien Plazas
- [rhythmbox] mmkeys: media-player-keys: Fix usage to match API documentation Bastien Nocera
- [retro-gtk/wip/aplazas/c-port] Fixes Adrien Plazas
- [gnome-sdk-images/gnome-3-26] Back down mozjs update Alexander Larsson
- [retro-gtk/wip/aplazas/c-port] Fixes Adrien Plazas
- [retro-gtk/wip/aplazas/c-port] Fixes Adrien Plazas
- [goocanvas] support latest gtk-doc and add an index. #788436 Damon Chaplin
- [goocanvas] renamed configure.in to configure.ac Damon Chaplin
- [gtk+/gtk-3-22] docs: Update the deprecation annotation for gtk_paint_spinner() Emmanuele Bassi
- [gtk+/gtk-3-22] docs: Clarify the visibility of buttons in GtkStackSwitcher Emmanuele Bassi
- [gimp] app: fix conversion of midpoints to stops in the blend tool, when ... N/A
- [goocanvas] updated NEWS Damon Chaplin
- [retro-gtk/wip/aplazas/c-port] Fixes Adrien Plazas
- [gimp] Deleted branch wip/gradient-edit N/A
- [glib] socket: fix typo in get_remote_address docs Philip Withnall
- [recipes/recipes-1.0] Update Spanish translation Translations User D-L
- [gtk+] build: Drop redundant workaround Timm Bäder
- [gnome-software/gnome-3-26] flatpak: Set the correct origin when installing a flatpakref Richard Hughes
- [gnome-software/gnome-3-26] odrs: Fix critical errors for components with compat-ids Richard Hughes
- [gnome-software] lib: Ensure the percentage progress is reset when done for install/remove/update Richard Hughes
- [mutter] x11: Protect XChangeProperty call with error traps Carlos Garnacho
- [mutter/gnome-3-26] x11: Protect XChangeProperty call with error traps Carlos Garnacho
- [chronojump] Updated manual Xavier Padullés
- [gnome-continuous] Revert "Tag various dependencies of GNOME Shell" Emmanuele Bassi
- [vala/staging] (8 commits) ...Regenerate GIR-based bindings Rico Tzschichholz
- [vala/staging: 7/8] codegen: Prioritize "array_length=true" over "array_null_terminated=true" Rico Tzschichholz
- [vala/staging: 8/8] Regenerate GIR-based bindings Rico Tzschichholz
- [gnome-software] Do not add duplicate applications to the pending list Richard Hughes
- [gnome-software] flatpak: Stop refreshing the updates page after every update Richard Hughes
- [gnome-software] updates: Fix verifying that there are updates in progress Richard Hughes
- [gnome-software] updates: Ensure the update count is updated after each update Richard Hughes
- [evolution] Bug 788730 - Offer Edit Message/Open Outbox Folder when Send fails Milan Crha
- [vala] Deleted branch staging Rico Tzschichholz
- [vala] (2 commits) Created branch staging Rico Tzschichholz
- [vala/staging: 1/2] codegen: Prioritize "array_length=true" over "array_null_terminated=true" Rico Tzschichholz
- [vala/staging: 2/2] Regenerate GIR-based bindings Rico Tzschichholz
- [gitg] Created branch wip/inigomartinez/meson Iñigo Martínez
- [gitg/wip/inigomartinez/meson] build: Port to meson build system Iñigo Martínez
- [glibmm] Glib::ObjectBase: Don't mention GtkObject in comments Kjell Ahlstedt
- [evolution] Bug 788639 - Allow use of no Name in composer "From Override" Milan Crha
- [evolution/gnome-3-26] Bug 788639 - Allow use of no Name in composer "From Override" Milan Crha
- [tepl] (4 commits) Created branch wip/file-loading Sébastien Wilmet
- [tepl/wip/file-loading: 1/4] AppWindow: add is_main_window() Sébastien Wilmet
- [tepl/wip/file-loading: 2/4] AbstractFactory: add create_main_window() Sébastien Wilmet
- [tepl/wip/file-loading: 3/4] App: add get_active_main_window() Sébastien Wilmet
- [tepl/wip/file-loading: 4/4] App: add option to handle GApplication::open Sébastien Wilmet
- [tepl] Deleted branch wip/file-loading Sébastien Wilmet
- [rygel] Fix Icon in Malayalam and Nepali translations Piotr Drąg
- [tepl] AppWindow: add is_main_window() Sébastien Wilmet
- [tepl] AbstractFactory: add create_main_window() Sébastien Wilmet
- [tepl] App: add get_active_main_window() Sébastien Wilmet
- [tepl] App: add option to handle GApplication::open Sébastien Wilmet
- [chronojump] Added force sensor image Xavier de Blas
- [jhbuild] Add the ability to override tarball names Gabriel Ivașcu
- [jhbuild] core-deps-3.28: WebKit now depends on brotli and woff2 Gabriel Ivașcu
- [gparted] ========== gparted-0.30.0 ========== Curtis Gedak
- [gparted] Created tag GPARTED_0_30_0 Curtis Gedak
- [retro-gtk] (25 commits) Non-fast-forward update to branch wip/aplazas/c-port Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 1/25] Port InputDescriptor to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 2/25] Port InputDevice to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 3/25] Port VideoFilter to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 4/25] Port PixelFormat to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 5/25] Port CoreView to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 6/25] Port CairoDisplay to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 7/25] Port PaPlayer to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 8/25] Port MemoryType to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 9/25] Port g_log() to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 10/25] Port ModuleQuery to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 11/25] Port ModuleIterator to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 12/25] Port CoreDescriptor to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 13/25] Port MainLoop to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 14/25] Merge InputDeviceManager into Core Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 15/25] Merge Rumble into Core and InputDevice Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 16/25] Drop unused ControllerInfo and ControllerDescription Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 17/25] Port CoreError to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 18/25] Merge CbError into CoreError Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 19/25] core: Rename init() to boot() Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 20/25] Port Core to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 21/25] build: Drop Vala-generated C headers Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 22/25] build: Move C files out of subdirs in retro-gtk Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 23/25] Drop unused API_VERSION and ENV_PLUGIN_PATH Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 24/25] build: Drop Vala Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 25/25] flatpak: Inline retro-demo-samples-test in manifest Adrien Plazas
- [jhbuild] core-deps-3.28: Reorder WebKit dependencies Gabriel Ivașcu
- [gparted] Append -git to version for continuing development Curtis Gedak
- [gparted] Remove extraneous blank line from NEWS file Curtis Gedak
- [gdm] manager: don't record wtmp entries when user unknown Ray Strode
- [retro-gtk] (15 commits) Non-fast-forward update to branch wip/aplazas/c-port Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 1/15] Port ModuleIterator to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 2/15] Port CoreDescriptor to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 3/15] Port MainLoop to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 4/15] Merge InputDeviceManager into Core Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 5/15] Merge Rumble into Core and InputDevice Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 6/15] Drop unused ControllerInfo and ControllerDescription Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 7/15] Port CoreError to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 8/15] Merge CbError into CoreError Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 9/15] core: Rename init() to boot() Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 10/15] Port Core to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 11/15] build: Drop Vala-generated C headers Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 12/15] build: Move C files out of subdirs in retro-gtk Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 13/15] Drop unused API_VERSION and ENV_PLUGIN_PATH Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 14/15] build: Drop Vala Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 15/15] flatpak: Inline retro-demo-samples-test in manifest Adrien Plazas
- [retro-gtk] (19 commits) Non-fast-forward update to branch wip/aplazas/c-port Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 1/19] Port PaPlayer to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 2/19] Port MemoryType to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 3/19] Port g_log() to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 4/19] Port ModuleQuery to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 5/19] Port ModuleIterator to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 6/19] Port CoreDescriptor to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 7/19] Port MainLoop to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 8/19] Merge InputDeviceManager into Core Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 9/19] Merge Rumble into Core and InputDevice Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 10/19] Drop unused ControllerInfo and ControllerDescription Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 11/19] Port CoreError to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 12/19] Merge CbError into CoreError Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 13/19] core: Rename init() to boot() Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 14/19] Port Core to C Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 15/19] build: Drop Vala-generated C headers Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 16/19] build: Move C files out of subdirs in retro-gtk Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 17/19] Drop unused API_VERSION and ENV_PLUGIN_PATH Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 18/19] build: Drop Vala Adrien Plazas
- [retro-gtk/wip/aplazas/c-port: 19/19] flatpak: Inline retro-demo-samples-test in manifest Adrien Plazas
- [evolution-data-server] Extend a developer comment of camel_message_info_property_lock() Milan Crha
- [gnumeric] Improve contour plot export/import to/from ODF. [#788728] Andreas J . Guelzow
- [evolution-data-server/gnome-3-26] Extend a developer comment of camel_message_info_property_lock() Milan Crha
- [gdm] legacy-display: ensure X server is dead when respawning Ray Strode
- [evolution-ews] Bug 788782 - Deadlock when trying to save changes after vFolder's thaw Milan Crha
- [evolution-ews/gnome-3-26] Bug 788782 - Deadlock when trying to save changes after vFolder's thaw Milan Crha
- [retro-gtk] (32 commits) ...Drop unused API_VERSION and ENV_PLUGIN_PATH Adrien Plazas
- [retro-gtk] build: Drop Vala Adrien Plazas
- [retro-gtk] flatpak: Inline retro-demo-samples-test in manifest Adrien Plazas
- [retro-gtk] Deleted branch wip/aplazas/c-port Adrien Plazas
- [gnome-games] plugins: Fix log domains Adrien Plazas
- [gnome-games] plugins: Define RETRO_GTK_USE_UNSTABLE_API Adrien Plazas
- [gnome-games] retro: Adapt to API changes in retro-gtk Adrien Plazas
- [gnome-boxes] Deleted branch wip/rishi/rhel Debarshi Ray
- [gnome-boxes] (17 commits) Created branch wip/rishi/rhel Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 1/17] util: Simplify code Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 2/17] wizard-source: Group the sources into local files, and everything else Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 3/17] wizard-source: Separate the groups of sources using headings Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 4/17] wizard-source: Move the file selection button next to the heading Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 5/17] wizard-source: Align each page separately, instead of the whole widget Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 6/17] wizard: Let the WizardSource expand if it wants to Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 7/17] wizard, wizard-source: Don't align & margin WizardSource Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 8/17] downloader, wizard: Support a custom filename for downloaded media Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 9/17] wizard: Allow a custom filename when sanity-checking downloadable URIs Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 10/17] wizard: Wire the custom filename to the URI validator Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 11/17] wizard: Wire the custom filename to the downloader Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 12/17] configure: Require json-glib and webkitgtk+ Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 13/17] build: Require webkitgtk+ and json-glib Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 14/17] configure: Require gtk+ >= 3.22.20 Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 15/17] wizard-source: Add a WebView with progress indication Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 16/17] wizard: Rename a method Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 17/17] wizard, wizard-source: Support gratis RHEL boxes Debarshi Ray
- [pybliographer/wip/gtk3] utils: Fix call to gettext Germán Poo-Caamaño
- [pybliographer/wip/gtk3] gnomeui: Migrate error_dialog_parent Germán Poo-Caamaño
- [pybliographer/wip/gtk3] document: Migrate gnome_app_error to Gtk.MessageDialog Germán Poo-Caamaño
- [pybliographer/wip/gtk3] utils: Remove unused and duplicated imports Germán Poo-Caamaño
- [pybliographer/wip/gtk3] Remove Pyblio/GnomeUI/Compat module Germán Poo-Caamaño
- [pybliographer/wip/gtk3] ui: Do not show the field dialog by default Germán Poo-Caamaño
- [pybliographer/wip/gtk3] fileselector: Enable dialog chooset to set the parent Germán Poo-Caamaño
- [pybliographer/wip/gtk3] document: set the transient window to file dialogs Germán Poo-Caamaño
- [pybliographer/wip/gtk3] Remove option to enable/disable tooltips Germán Poo-Caamaño
- [pybliographer/wip/gtk3] editor: Address FIXMEgpoo remarks Germán Poo-Caamaño
- [pybliographer/wip/gtk3] utils: Use Close button for error dialogs Germán Poo-Caamaño
- [pybliographer/wip/gtk3] gnomeui: pyflakes Germán Poo-Caamaño
- [pybliographer/wip/gtk3] confdir: pyflakes Germán Poo-Caamaño
- [pybliographer/wip/gtk3] format: pyflakes Germán Poo-Caamaño
- [pybliographer/wip/gtk3] pyblio: pyflakes Germán Poo-Caamaño
- [pybliographer/wip/gtk3] output: pyflakes Germán Poo-Caamaño
- [pybliographer/wip/gtk3] style: pyflakes Germán Poo-Caamaño
- [pybliographer/wip/gtk3] scripts: pyflakes Germán Poo-Caamaño
- [pybliographer/wip/gtk3] tests: pyflakes Germán Poo-Caamaño
- [pybliographer/wip/gtk3] pybrc: pyflakes Germán Poo-Caamaño
- [pybliographer/wip/gtk3] style: Fix typo in import Germán Poo-Caamaño
- [pybliographer] Update German translation Translations User D-L
- [gucharmap] Update German translation Translations User D-L
- [gimp] NEWS: update the list of contributors Alexandre Prokoudine
- [gnome-boxes] Deleted branch wip/rishi/rhel Debarshi Ray
- [gnome-boxes] (17 commits) Created branch wip/rishi/rhel Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 1/17] util: Simplify code Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 2/17] wizard-source: Group the sources into local files, and everything else Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 3/17] wizard-source: Separate the groups of sources using headings Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 4/17] wizard-source: Move the file selection button next to the heading Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 5/17] wizard-source: Align each page separately, instead of the whole widget Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 6/17] wizard: Let the WizardSource expand if it wants to Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 7/17] wizard, wizard-source: Don't align & margin WizardSource Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 8/17] downloader, wizard: Support a custom filename for downloaded media Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 9/17] wizard: Allow a custom filename when sanity-checking downloadable URIs Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 10/17] wizard: Wire the custom filename to the URI validator Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 11/17] wizard: Wire the custom filename to the downloader Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 12/17] configure: Require json-glib and webkitgtk+ Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 13/17] build: Require webkitgtk+ and json-glib Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 14/17] configure: Require gtk+ >= 3.22.20 Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 15/17] wizard-source: Add a WebView with progress indication Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 16/17] wizard: Rename a method Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 17/17] wizard, wizard-source: Support gratis RHEL boxes Debarshi Ray
- [meld/meld-3-18] Update German translation Translations User D-L
- [gnote/gnome-3-26] Update German translation Translations User D-L
- [gnote] Update German translation Translations User D-L
- [gnome-maps/gnome-3-26] configure.ac: Bump GIO dependency Marcus Lundblad
- [gnome-maps/gnome-3-26] application: Use GNetworkMonitor::connectivity instead of can_reach_async() Marcus Lundblad
- [gtk+] cssnodedeclaration: Add gtk_css_node_declaration_to_string Timm Bäder
- [gtk+] cssnode: Don't put wrong styles in the style cache Timm Bäder
- [gtk+/gtk-3-22] cssnode: Don't put wrong styles in the style cache Timm Bäder
- [gnome-maps] exportViewDialog: Mark filename template string translatable Marcus Lundblad
- [gvfs] test: Make use of shutil's which Iñigo Martínez
- [gvfs] test: Make sshd test optional Iñigo Martínez
- [gvfs] Deleted branch wip/inigomartinez/meson Iñigo Martínez
- [gvfs] (2 commits) Created branch wip/inigomartinez/meson Iñigo Martínez
- [gvfs/wip/inigomartinez/meson: 1/2] build: Port to meson build system Iñigo Martínez
- [gvfs/wip/inigomartinez/meson: 2/2] build: Remove autotools Iñigo Martínez
- [dconf-editor] Deleted branch wip/inigomartinez/meson Iñigo Martínez
- [dconf-editor] (2 commits) Created branch wip/inigomartinez/meson Iñigo Martínez
- [dconf-editor/wip/inigomartinez/meson: 1/2] build: Port to meson build system Iñigo Martínez
- [dconf-editor/wip/inigomartinez/meson: 2/2] build: Remove autotools Iñigo Martínez
- [gitg] Deleted branch wip/inigomartinez/meson Iñigo Martínez
- [gitg] Created branch wip/inigomartinez/meson Iñigo Martínez
- [gitg/wip/inigomartinez/meson] build: Port to meson build system Iñigo Martínez
- [gitg] Deleted branch wip/inigomartinez/meson Iñigo Martínez
- [gitg] Created branch wip/inigomartinez/meson Iñigo Martínez
- [gitg/wip/inigomartinez/meson] build: Port to meson build system Iñigo Martínez
- [gst-debugger] Remove unused API Marcin Kolny
- [gst-debugger] Add generated files to repository Marcin Kolny
- [gst-debugger] debugserver: set object name if available, otherwise - typename Marcin Kolny
- [gitg] Deleted branch wip/inigomartinez/meson Iñigo Martínez
- [gitg] Created branch wip/inigomartinez/meson Iñigo Martínez
- [gitg/wip/inigomartinez/meson] build: Port to meson build system Iñigo Martínez
- [geary] Tighten up flatpack manifest per flathub review comments. Michael Gratton
- [geary] Add some comments to nightly flatpak-builder manifest for clarity. Michael Gratton
- [geary] Install appdata to $PREFIX/share/metainfo, not the old appdata dir. Michael Gratton
- [geary] Bump minimum library and vala version reqirements. Michael Gratton
- [geary] Remove GTK 3.20/3.22 source defines and the conditionals using them. Michael Gratton
- [geary] Remove set_label_xalign workaround and uses of it. Michael Gratton
- [geary] Remove most of the remaining workarounds for earlier GTK versions. Michael Gratton
- [geary] Fix a compile warning. Michael Gratton
- [geary] Remove some uses of the deprecated GearyApplication.instance prop. Michael Gratton
- [geary] Update Unity specific workarounds Michael Gratton
- [geary/geary-0.12] Update Unity specific workarounds Michael Gratton
- [gnome-builder] (7 commits) Created branch wip/chergert/editorsearch Christian Hergert
- [gnome-builder/wip/chergert/editorsearch: 1/7] editor: add new IdeEditorSearch abstraction Christian Hergert
- [gnome-builder/wip/chergert/editorsearch: 2/7] style-scheme: tweak dark style line numbers and space marks Christian Hergert
- [gnome-builder/wip/chergert/editorsearch: 3/7] editor: only move search if we haven't yet advanced Christian Hergert
- [gnome-builder/wip/chergert/editorsearch: 4/7] editor: use DZL_DEFINE_ACTION_GROUP Christian Hergert
- [gnome-builder/wip/chergert/editorsearch: 5/7] editor: include editor-search actions group Christian Hergert
- [gnome-builder/wip/chergert/editorsearch: 6/7] action-group: remove old code Christian Hergert
- [gnome-builder/wip/chergert/editorsearch: 7/7] editor: improve search movements Christian Hergert
- [geary] Fix attached message bodies not being loaded. Bug 788637. Michael Gratton
- [geary/geary-0.12] Fix attached message bodies not being loaded. Bug 788637. Michael Gratton
- [pitivi] Update Swedish translation Translations User D-L
- [gimp] app: fix function doc-comment. Jehan Pagès
- [gedit-plugins] Update Swedish translation Translations User D-L
- [gnome-builder/wip/chergert/editorsearch] editor: tweak sizing of editor search Christian Hergert
- [gtk+] Don't set child position in a ui file Matthias Clasen
11 October 2017
- [gtk-osx] Update CMake to the latest-and-greatest. John Ralls
- [gtk+/wip/otte/shader] gskslprogram: Split out GskSlDeclaration Benjamin Otte
- [gnome-builder/wip/chergert/editorsearch] editor: remove dead code from search bar Christian Hergert
- [gtk+/wip/otte/shader] gsksldeclaration: Type declarations aren't variables Benjamin Otte
- [gnome-builder/wip/chergert/editorsearch] editor: wire-up state changes for movements Christian Hergert
- [gnumeric] Improve contour plot export/import to/from ODF. [#788728] Andreas J . Guelzow
- [gegl] gegl/buffer: remove mipmap code from lohalo Øyvind Kolås
- [gegl] gegl/buffer: update some comments to reflect lack of mipmap use Øyvind Kolås
- [gegl] gegl/buffer: remove mipmap code from nohalo Øyvind Kolås
- [pybliographer/wip/gtk3] gnomeui: Migate gnome_app_warning to GtkMessageDialog Germán Poo-Caamaño
- [pybliographer/wip/gtk3] Remove old-confirmation-dialog option Germán Poo-Caamaño
- [pybliographer/wip/gtk3] scripts: Fix regression when using plurals on pybliocheck Germán Poo-Caamaño
- [gnome-builder/wip/chergert/editorsearch] editor: wire up sourceview search signals Christian Hergert
- [gnome-todo] todoist: Implement queueing of post requests Georges Basile Stavracas Neto
- [gnome-todo] todoist: hold todo until request queue is empty Georges Basile Stavracas Neto
- [gnome-builder/wip/chergert/editorsearch] editor: interaction tweaks for search Christian Hergert
- [gtk+] (203 commits) Non-fast-forward update to branch wip/otte/shader Benjamin Otte
- [gtk+/wip/otte/shader: 87/203] gsk: Add a skeleton for a GLSL parser Benjamin Otte
- [gtk+/wip/otte/shader: 88/203] gsksl: Start parsing statements by parsing constants Benjamin Otte
- [gtk+/wip/otte/shader: 89/203] gsksl: Parse assignments Benjamin Otte
- [gtk+/wip/otte/shader: 90/203] gsksl: Add gsksltypesprivate.h Benjamin Otte
- [gtk+/wip/otte/shader: 91/203] gskslnode: Add gsk_sl_node_get_return_type() Benjamin Otte
- [gtk+/wip/otte/shader: 92/203] gskslnode: Add gsk_sl_node_is_constant() Benjamin Otte
- [gtk+/wip/otte/shader: 93/203] gskslnode: Add variables Benjamin Otte
- [gtk+/wip/otte/shader: 94/203] gskslnode: Add GskSlNodeOperation Benjamin Otte
- [gtk+/wip/otte/shader: 95/203] gsksltype: Add support for vector types Benjamin Otte
- [gtk+/wip/otte/shader: 96/203] gsksltype: Add matrix type Benjamin Otte
- [gtk+/wip/otte/shader: 97/203] gskslnode: Add comparison and shift operators Benjamin Otte
- [gtk+/wip/otte/shader: 98/203] gskslnode: Add builtin constructors Benjamin Otte
- [gtk+/wip/otte/shader: 99/203] gskslnode: Parse return statements Benjamin Otte
- [gtk+/wip/otte/shader: 100/203] gtk: Add gtk-glsl binary Benjamin Otte
- [gtk+/wip/otte/shader: 101/203] gsk: Add GskSlPointerType Benjamin Otte
- [gtk+/wip/otte/shader: 102/203] gsksl: Implement skeleton SPIRV output Benjamin Otte
- [gtk+/wip/otte/shader: 103/203] gsksltokenizer: Always return idents Benjamin Otte
- [gtk+/wip/otte/shader: 104/203] gsksl: Split out GskSlProgram Benjamin Otte
- [gtk+/wip/otte/shader: 105/203] gsksl: Introduce GskSlCompiler Benjamin Otte
- [gtk+/wip/otte/shader: 106/203] gskslcompiler: Add support for adding defines Benjamin Otte
- [gtk+/wip/otte/shader: 107/203] gskslpreprocessor: Implement #define and #undef Benjamin Otte
- [gtk+/wip/otte/shader: 108/203] gsksl: Add GskSlVariable Benjamin Otte
- [gtk+/wip/otte/shader: 109/203] gsksl: Split Expression from Node Benjamin Otte
- [gtk+/wip/otte/shader: 110/203] gsksl: Turn functions into functions Benjamin Otte
- [gtk+/wip/otte/shader: 111/203] gskslfunction: Change name printing to name getting Benjamin Otte
- [gtk+/wip/otte/shader: 112/203] gskslprogram: Parse global variables Benjamin Otte
- [gtk+/wip/otte/shader: 113/203] gsksl: Introduce GskSlValue Benjamin Otte
- [gtk+/wip/otte/shader: 114/203] gsksl: Redo declaration "decorator" parsing Benjamin Otte
- [gtk+/wip/otte/shader: 115/203] gsksl: Parse common layout() specifiers Benjamin Otte
- [gtk+/wip/otte/shader: 116/203] gskslexpression: Change is_constant() to get_constant() Benjamin Otte
- [gtk+/wip/otte/shader: 117/203] gskslvariable: Store constness of variables Benjamin Otte
- [gtk+/wip/otte/shader: 118/203] gsksldeclaration: Throw an error if a variable initializer doesn't match Benjamin Otte
- [gtk+/wip/otte/shader: 119/203] gskslvariable: Allow storing an initializer value with a variable Benjamin Otte
- [gtk+/wip/otte/shader: 120/203] gskslprogram: Allow variables to have constant initializers Benjamin Otte
- [gtk+/wip/otte/shader: 121/203] gskslexpression: References to const variables are const Benjamin Otte
- [gtk+/wip/otte/shader: 122/203] gsksltype: Add gsk_sl_type_get_index_stride() Benjamin Otte
- [gtk+/wip/otte/shader: 123/203] gskslexpression: Parse swizzles Benjamin Otte
- [gtk+/wip/otte/shader: 124/203] gskslpreprocessor: Redo error emission Benjamin Otte
- [gtk+/wip/otte/shader: 125/203] gsksl: Add an error enum Benjamin Otte
- [gtk+/wip/otte/shader: 126/203] gskslpreprocessor: Return fatalness of parsing Benjamin Otte
- [gtk+/wip/otte/shader: 127/203] gsksl: Make expression parsing never fail Benjamin Otte
- [gtk+/wip/otte/shader: 128/203] gskslnode: Always return a statement Benjamin Otte
- [gtk+/wip/otte/shader: 129/203] gskslscope: Track function calls Benjamin Otte
- [gtk+/wip/otte/shader: 130/203] gskslexpression: Implment function calls Benjamin Otte
- [gtk+/wip/otte/shader: 131/203] gsksl: Add support for structs Benjamin Otte
- [gtk+/wip/otte/shader: 132/203] gsksl: Add support for parsing members of struct variables Benjamin Otte
- [gtk+/wip/otte/shader: 133/203] gsksltype: Generate better type names Benjamin Otte
- [gtk+/wip/otte/shader: 134/203] gskslfunction: Properly type-check calls to struct constructors Benjamin Otte
- [gtk+/wip/otte/shader: 135/203] gsksl: Introduce gsk_sl_preprocessor_sync() Benjamin Otte
- [gtk+/wip/otte/shader: 136/203] gskslfunction: Parse arguments Benjamin Otte
- [gtk+/wip/otte/shader: 137/203] gskslexpression: Parse (sub)expressions in parenthesis Benjamin Otte
- [gtk+/wip/otte/shader: 138/203] gskslexpression: Change function call error handling Benjamin Otte
- [gtk+/wip/otte/shader: 139/203] gskslexpression: Implement negation Benjamin Otte
- [gtk+/wip/otte/shader: 140/203] gskslfunction: Split regular and builtin constructors Benjamin Otte
- [gtk+/wip/otte/shader: 141/203] gskslfunction: Reorganize gsk_sl_function_matches() Benjamin Otte
- [gtk+/wip/otte/shader: 142/203] gsksl: Add support for overloaded functions Benjamin Otte
- [gtk+/wip/otte/shader: 143/203] gsksl: Add GskSlPrinter Benjamin Otte
- [gtk+/wip/otte/shader: 144/203] gsksl: Rename GskSlNode to GskSlStatement Benjamin Otte
- [gtk+/wip/otte/shader: 145/203] gskslstatement: Print semicolon in the statement print function Benjamin Otte
- [gtk+/wip/otte/shader: 146/203] gskslstatement: Parse compound statements Benjamin Otte
- [gtk+/wip/otte/shader: 147/203] gsksl: Don't return a value from gsk_sl_statement_write_spv() Benjamin Otte
- [gtk+/wip/otte/shader: 148/203] gskslfunction: the body of a function is a single statement Benjamin Otte
- [gtk+/wip/otte/shader: 149/203] gskslstatement: Handle if statements Benjamin Otte
- [gtk+/wip/otte/shader: 150/203] gskslpreprocessor: Implement #ifdef, #else and #endif Benjamin Otte
- [gtk+/wip/otte/shader: 151/203] gsksltype: Turn void into a custom type class Benjamin Otte
- [gtk+/wip/otte/shader: 152/203] gskslstatement: Add gsk_sl_Stement_get_jump() Benjamin Otte
- [gtk+/wip/otte/shader: 153/203] gsksl: Redo qualifier handling Benjamin Otte
- [gtk+/wip/otte/shader: 154/203] gskslqualifier: Handle uniform variables Benjamin Otte
- [gtk+/wip/otte/shader: 155/203] gsksl: Add support for parsing blocks Benjamin Otte
- [gtk+/wip/otte/shader: 156/203] gskslqualifier: Implement layout(push_constant) Benjamin Otte
- [gtk+/wip/otte/shader: 160/203] gskslpreprocessor: Implement #include Benjamin Otte
- [gtk+/wip/otte/shader: 162/203] xxx: Change the clip shader do not use #f Benjamin Otte
- [gtk+/wip/otte/shader: 167/203] gsksltype: Add gsk_sl_type_value_equal() Benjamin Otte
- [gtk+/wip/otte/shader: 170/203] gskslprinter: Deal with non-normal floating points Benjamin Otte
- [gtk+/wip/otte/shader: 171/203] gsksl: Add gsk_spv_writer_get_id_for_zero() Benjamin Otte
- [gtk+/wip/otte/shader: 157/203] gsksltokenizer: Parse strings Benjamin Otte
- [gtk+/wip/otte/shader: 165/203] gsksl: Builtin constructors are no longer functions Benjamin Otte
- [gtk+/wip/otte/shader: 158/203] gsk: Add GskCodeSource Benjamin Otte
- [gtk+/wip/otte/shader: 163/203] gsksltype: Add concept of components Benjamin Otte
- [gtk+/wip/otte/shader: 161/203] gskslpreprocessor: Support parsing #version Benjamin Otte
- [gtk+/wip/otte/shader: 159/203] gskslcompiler: Provide a way to compile files Benjamin Otte
- [gtk+/wip/otte/shader: 172/203] gsksltype: Add gsk_sl_type_get_matching() Benjamin Otte
- [gtk+/wip/otte/shader: 173/203] gskslstatement: Add SPV code for return statement Benjamin Otte
- [gtk+/wip/otte/shader: 174/203] gskslfunction: Actually write arguments to SPV Benjamin Otte
- [gtk+/wip/otte/shader: 175/203] gskslexpression: Implement Division Benjamin Otte
- [gtk+/wip/otte/shader: 176/203] gskpsv: Completely redo SPV writing Benjamin Otte
- [gtk+/wip/otte/shader: 179/203] gskspvwriter: Put the declaration section into the block Benjamin Otte
- [gtk+/wip/otte/shader: 177/203] gskspv: Add GskSpvCodeBlock Benjamin Otte
- [gtk+/wip/otte/shader: 178/203] gskspv: Allow writing function calls Benjamin Otte
- [gtk+/wip/otte/shader: 180/203] gskspv: emit Debug information Benjamin Otte
- [gtk+/wip/otte/shader: 168/203] gsksl: Implement constructor writing to SPIR-V Benjamin Otte
- [gtk+/wip/otte/shader: 164/203] gskslvalue: Add gsk_sl_value_to_string () Benjamin Otte
- [gtk+/wip/otte/shader: 166/203] gskslfunction: Add gsk_sl_function_get_constant() Benjamin Otte
- [gtk+/wip/otte/shader: 169/203] gskslexpression: Split multiplication from other binary operations Benjamin Otte
- [gtk+/wip/otte/shader: 183/203] gskspv: Claim to support the same source extensions as glslc Benjamin Otte
- [gtk+/wip/otte/shader: 188/203] gskslexpression: Convert assignment expression to GskSlBinary Benjamin Otte
- [gtk+/wip/otte/shader: 185/203] gsksl: Split binary expressions into their own header Benjamin Otte
- [gtk+/wip/otte/shader: 186/203] gskslexpression: Move division to the new binary vfuncs Benjamin Otte
- [gtk+/wip/otte/shader: 187/203] gskslexpression: Move GskSlExpressionOperation to binaries Benjamin Otte
- [gtk+/wip/otte/shader: 181/203] gskspvwriter: Allow writing a function with initializer Benjamin Otte
- [gtk+/wip/otte/shader: 182/203] gskspv: Reorganize code more Benjamin Otte
- [gtk+/wip/otte/shader: 184/203] gskspv: Variables can go different places Benjamin Otte
- [gtk+/wip/otte/shader: 189/203] gskslexpression: Add gsk_sl_expression_is_assignable() Benjamin Otte
- [gtk+/wip/otte/shader: 190/203] gsksl: Get rid of pointer types Benjamin Otte
- [gtk+/wip/otte/shader: 191/203] gskspv: Add GskSpvAccessChain Benjamin Otte
- [gtk+/wip/otte/shader: 192/203] gskspv: Ensure function labels come before variables Benjamin Otte
- [gtk+/wip/otte/shader: 193/203] gsksl: Introduce GskSlFunctionType Benjamin Otte
- [gtk+/wip/otte/shader: 194/203] gskslvariable: Add load()/store() functions Benjamin Otte
- [gtk+/wip/otte/shader: 195/203] gskslvariable: Make it classed Benjamin Otte
- [gtk+/wip/otte/shader: 196/203] gskslvariable: Add a class for parameters Benjamin Otte
- [gtk+/wip/otte/shader: 197/203] gskslvariable: Fold constant variables away in SPV output Benjamin Otte
- [gtk+/wip/otte/shader: 198/203] gskspvwriter: Add optimization for access chain Benjamin Otte
- [gtk+/wip/otte/shader: 199/203] gskslexpression: Add spv writing optimization Benjamin Otte
- [gtk+/wip/otte/shader: 200/203] gskspv: Pass inout parameters by reference Benjamin Otte
- [gtk+/wip/otte/shader: 201/203] gskslprogram: Split out GskSlDeclaration Benjamin Otte
- [gtk+/wip/otte/shader: 202/203] gsksldeclaration: Type declarations aren't variables Benjamin Otte
- [gtk+/wip/otte/shader: 203/203] gskspv: Collect in and out variables Benjamin Otte
- [gnumeric] Improve contour plot import of Excel generated ODF. [#788801] Andreas J . Guelzow
- [gnome-builder/wip/chergert/editorsearch] editor: remove busy bit from search Christian Hergert
- [gnome-builder/wip/chergert/editorsearch] sourceview: remove dead code Christian Hergert
- [gnome-builder/wip/chergert/editorsearch] editor: clear repeat when entering interactive search Christian Hergert
- [gnome-builder/wip/chergert/editorsearch] editor: improve directions with n or N in vim mode Christian Hergert
- [gnome-calendar/gnome-3-26] Update Friulian translation Translations User D-L
- [gnome-calendar] Update Friulian translation Translations User D-L
- [gnome-software/gnome-3-26] Update Friulian translation Translations User D-L
- [gnome-software] Update Friulian translation Translations User D-L
- [gnome-builder/wip/chergert/editorsearch] editor: make # and * wrap around in vim mode Christian Hergert
- [gnome-nettool] Update Friulian translation Translations User D-L
- [gnome-todo/gnome-3-26] Update Friulian translation Translations User D-L
- [gnome-todo] Update Friulian translation Translations User D-L
- [dconf-editor/gnome-3-26] Update Friulian translation Translations User D-L
- [dconf-editor] Update Friulian translation Translations User D-L
- [gnome-shell/gnome-3-26] Update Friulian translation Translations User D-L
- [gnome-shell] Update Friulian translation Translations User D-L
- [gtk+] cssnode: Delay getting the parent style until we need it Timm Bäder
- [gtk+] tests: Add testgridbaseline Timm Bäder
- [gtk+] eventcontrollerscroll: Emit ::scroll for -1/+1 discrete steps Timm Bäder
- [gtk+] grid: Simplify allocating children Timm Bäder
- [gtk+] grid: Only pass baselines to children that request it Timm Bäder
- [gnome-builder/wip/chergert/editorsearch] vim: set search text based on current selection Christian Hergert
- [gtk+] modelmenuitem: Fix icon/label alignment Timm Bäder
- [gtk+] rendericon: Fix texture transformation Timm Bäder
- [glib] gmacros: Fix deprecations support with ICC Philip Withnall
- [glib] gdbus-codegen: Don't assume bindir and datadir share prefix Philip Withnall
- [glib] meson: Fix permissions of installed scripts Philip Withnall
- [gtk+] iconview: Remove double-MAX when updating rubberband Timm Bäder
- [gtk+] conview: Fix rubberband coordinates when scrolling Timm Bäder
- [gtk+] accellabel: Document new API Timm Bäder
- [glib] Don't skip invalid enum values in schemas Philip Withnall
- [glib] build: Add gdbus-codegen files as dependencies in generated code rule Philip Withnall
- [gnome-online-accounts] build: Make the Git submodules work with Web proxies Debarshi Ray
- [glib] gtester-report: Ignore package, version and revision info if missing Philip Withnall
- [gnome-boxes] Deleted branch wip/rishi/rhel Debarshi Ray
- [glib] build: Fix build with srcdir ≠ builddir Philip Withnall
- [gnome-boxes] (16 commits) Created branch wip/rishi/rhel Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 1/16] util: Simplify code Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 2/16] wizard-source: Group the sources into local files, and everything else Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 3/16] wizard-source: Separate the groups of sources using headings Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 4/16] wizard-source: Move the file selection button next to the heading Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 5/16] wizard-source: Align each page separately, instead of the whole widget Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 6/16] wizard: Let the WizardSource expand if it wants to Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 7/16] wizard, wizard-source: Don't align & margin WizardSource Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 8/16] downloader, wizard: Support a custom filename for downloaded media Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 9/16] wizard: Allow a custom filename when sanity-checking downloadable URIs Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 10/16] wizard: Wire the custom filename to the URI validator Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 11/16] wizard: Wire the custom filename to the downloader Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 12/16] build: Require webkitgtk+ and json-glib Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 13/16] configure: Require gtk+ >= 3.22.20 Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 14/16] wizard-source: Add a WebView with progress indication Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 15/16] wizard: Rename a method Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 16/16] wizard, wizard-source: Support gratis RHEL boxes Debarshi Ray
- [retro-gtk] Deleted branch wip/aplazas/port-module-query Adrien Plazas
- [retro-gtk] Deleted branch wip/aplazas/0.13 Adrien Plazas
- [gnome-builder/wip/chergert/editorsearch] editor: add active property to IdeEditorSearch Christian Hergert
- [gnome-builder/wip/chergert/editorsearch] quick-highlight: cleanup before refactoring Christian Hergert
- [retro-gtk] Deleted branch wip/aplazas/expose-options Adrien Plazas
- [chronojump] MIF. Fixed fitted average RFD Xavier Padullés
- [gtk+] label: Make all code snippets properly compile Timm Bäder
- [gtk+] gtksettings: Fix code snippet Timm Bäder
- [gtk+] togglebutton: Fix code snippet Timm Bäder
- [gimp] app: clear tentative gradient when halting the blend tool N/A
- [gimp] app: preserve dirname when switching save dialogs N/A
- [glib] docs: Fix a typo in the GSlice documentation Philip Withnall
- [gtk+] applicationwindow: Fix code sample Timm Bäder
- [gtk+] aboutdialog: Fix code snippets Timm Bäder
- [gtk+] accellabel: Fix code snippet Timm Bäder
- [gtk+] bindings: Fix code snippet Timm Bäder
- [glib] gdate: add g_date_copy() Philip Withnall
- [glib] gdbus-tool: Fix tab-completion for non-message-bus connections Philip Withnall
- [glib] gdbus-tool: Fix some invalid indentation Philip Withnall
- [glib] gdbus-tool: Add tab completion support to `gdbus emit` Philip Withnall
- [glib] Document how to integrate GTest into your project Philip Withnall
- [glib] meson: Improve gdbus-codegen custom target dependencies Nirbheek Chauhan
- [glib] W32: Bump target NT version to 0x601 (7 or newer) Philip Withnall
- [gnome-boxes] util: Simplify code Debarshi Ray
- [glib] Replace all instances of ssize_t with gssize Philip Withnall
- [glib] gio: mark the GAsyncResult source_object as nullable Philip Withnall
- [gnome-boxes] Deleted branch wip/rishi/rhel Debarshi Ray
- [gnome-boxes] (18 commits) Created branch wip/rishi/rhel Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 1/18] wizard-source: Group the sources into local files, and everything else Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 2/18] wizard-source: Separate the groups of sources using headings Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 3/18] wizard-source: Move the file selection button next to the heading Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 4/18] wizard-source: Align each page separately, instead of the whole widget Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 5/18] wizard: Let the WizardSource expand if it wants to Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 6/18] wizard, wizard-source: Don't align & margin WizardSource Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 7/18] downloader, wizard: Support a custom filename for downloaded media Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 8/18] wizard: Allow a custom filename when sanity-checking downloadable URIs Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 9/18] wizard: Wire the custom filename to the URI validator Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 10/18] wizard: Wire the custom filename to the downloader Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 11/18] build: Require webkitgtk+ and json-glib Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 12/18] configure: Require gtk+ >= 3.22.20 Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 13/18] wizard-source: Add a WebView with progress indication Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 14/18] wizard: Rename a method Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 15/18] wizard, wizard-source: Support gratis RHEL boxes Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 16/18] build: Restore logo definition for RHEL 4.x Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 17/18] build: Install the custom osinfo database with Meson Debarshi Ray
- [gnome-boxes/wip/rishi/rhel: 18/18] build: Install QEMU source & disk.img with Meson Debarshi Ray
- [glib] docs: Fix an incorrect function name in GSettings documentation Philip Withnall
- [glib] gsettingsschema: Fix some incorrect whitespace Philip Withnall
- [glib] gsettingsschema: Add a missing (nullable) annotation Philip Withnall
- [glib] Fix variable-scoping to avoid declaring on platforms where not used Philip Withnall
- [glib] Document that pre-unmount may not be emitted Philip Withnall
- [glib] introspection: Add more annotations for GFile Philip Withnall
- [glib] gio/tests/file: increase an arbitrary timeout Simon McVittie
- [glib] gio/tests/gdbus-proxy: sleep longer when testing that we time out Simon McVittie
- [glib] tests: Fix case of a string comparison Philip Withnall
- [retro-gtk] Created branch wip/aplazas/controller Adrien Plazas
- [retro-gtk/wip/aplazas/controller] Rename RetroInputDevice to RetroController Adrien Plazas
- [gnome-boxes] build: Restore logo definition for RHEL 4.x Debarshi Ray
- [gnome-boxes/gnome-3-26] build: Restore logo definition for RHEL 4.x Debarshi Ray
- [gnome-boxes/gnome-3-24] wizard: Always use media-optical when downloading, not some bogus logo Debarshi Ray
- [gnome-boxes/gnome-3-24] build: Restore logo definition for RHEL 4.x Debarshi Ray
- [gparted] Update Italian translation Translations User D-L
- [libsoup] 2.60.1 Claudio Saavedra
- [libsoup] Created tag 2.60.1 Claudio Saavedra
- [gtk+/gtk-3-22] Update Italian translation Translations User D-L
- [evolution-data-server] [ESoupSession] Special-case Daily Limit errors and propagate them to the caller Milan Crha
- [evolution-data-server/gnome-3-26] [ESoupSession] Special-case Daily Limit errors and propagate them to the caller Milan Crha
- [gnome-nettool] Update Italian translation Translations User D-L
- [tepl] App: add option to handle GApplication::activate Sébastien Wilmet
- [gtk+] (21 commits) Non-fast-forward update to branch wip/otte/shader Benjamin Otte
- [gtk+/wip/otte/shader: 1/21] gskslexpression: Move division to the new binary vfuncs Benjamin Otte
- [gtk+/wip/otte/shader: 2/21] gskslexpression: Move GskSlExpressionOperation to binaries Benjamin Otte
- [gtk+/wip/otte/shader: 3/21] gskslexpression: Convert assignment expression to GskSlBinary Benjamin Otte
- [gtk+/wip/otte/shader: 4/21] gskslexpression: Add gsk_sl_expression_is_assignable() Benjamin Otte
- [gtk+/wip/otte/shader: 5/21] gsksl: Get rid of pointer types Benjamin Otte
- [gtk+/wip/otte/shader: 6/21] gskspv: Add GskSpvAccessChain Benjamin Otte
- [gtk+/wip/otte/shader: 7/21] gskspv: Ensure function labels come before variables Benjamin Otte
- [gtk+/wip/otte/shader: 8/21] gsksl: Introduce GskSlFunctionType Benjamin Otte
- [gtk+/wip/otte/shader: 9/21] gskslvariable: Add load()/store() functions Benjamin Otte
- [gtk+/wip/otte/shader: 10/21] gskslvariable: Make it classed Benjamin Otte
- [gtk+/wip/otte/shader: 11/21] gskslvariable: Add a class for parameters Benjamin Otte
- [gtk+/wip/otte/shader: 12/21] gskslvariable: Fold constant variables away in SPV output Benjamin Otte
- [gtk+/wip/otte/shader: 13/21] gskspvwriter: Add optimization for access chain Benjamin Otte
- [gtk+/wip/otte/shader: 14/21] gskslexpression: Add spv writing optimization Benjamin Otte
- [gtk+/wip/otte/shader: 15/21] gskspv: Pass inout parameters by reference Benjamin Otte
- [gtk+/wip/otte/shader: 16/21] gskslprogram: Split out GskSlDeclaration Benjamin Otte
- [gtk+/wip/otte/shader: 17/21] gsksldeclaration: Type declarations aren't variables Benjamin Otte
- [gtk+/wip/otte/shader: 18/21] gskspv: Collect in and out variables Benjamin Otte
- [gtk+/wip/otte/shader: 19/21] gsksl: Emit decorations for variables Benjamin Otte
- [gtk+/wip/otte/shader: 20/21] gsksl: Implement addition Benjamin Otte
- [gtk+/wip/otte/shader: 21/21] gskspv: Implement writing constructor functions Benjamin Otte
- [glib] gio: Mark g_task_get_source_object as nullable Rico Tzschichholz
- [gobject-introspection] gir: Update annotations from GLib git master Rico Tzschichholz
- [gnome-commander/gcmd-1-8] Store the size of the options dialog in the gsettings options Uwe Scholz
- [gnome-commander] Store the size of the options dialog in the gsettings options Uwe Scholz
- [library-web] Fix module name for libgudev library Bastien Nocera
- [glib] gio: fix race condition in GDBusObjectManagerClient Philip Withnall
- [pitivi/1.0] application: Fix dbus app_id to match flatpak expectations Thibault Saunier
- [tracker] tracker: Return correctly for {get,set}_log_verbosity Thomas Bechtold
- [evolution-data-server] [CalDAV/CardDAV] Improve logic for object load from the server Milan Crha
- [gnumeric] xlsx: ignore bogus Print_Area "!#REF!" Morten Welinder
- [evolution-data-server/gnome-3-26] [CalDAV/CardDAV] Improve logic for object load from the server Milan Crha
- [tepl] File loading: add jump_to param to tepl_application_window_open_file() Sébastien Wilmet
- [tepl] File loading: update comment Sébastien Wilmet
- [gegl] spherize: remove keep-surroundings and background-color props N/A
- [gegl] spherize: disable negative curvatures N/A
- [gegl] spherize: reduce sphere radius to avoid out-of-bounds sampling N/A
- [gtk+] gtktextview: Add a missing g_assert_not_reached() for switch default Philip Withnall
- [evolution-data-server] [GTasks] Remember when timed query resulted in '400 Bad Request' Milan Crha
- [evolution-data-server/gnome-3-26] [GTasks] Remember when timed query resulted in '400 Bad Request' Milan Crha
- [evolution-data-server] Prevent crash when an On The Web calendar has set incorrect URI Milan Crha
- [geary] (13 commits) Created branch wip/778728-split-composer Michael Gratton
- [geary/wip/778728-split-composer: 1/13] Tighten up flatpack manifest per flathub review comments. Michael Gratton
- [geary/wip/778728-split-composer: 2/13] Add some comments to nightly flatpak-builder manifest for clarity. Michael Gratton
- [geary/wip/778728-split-composer: 3/13] Install appdata to $PREFIX/share/metainfo, not the old appdata dir. Michael Gratton
- [geary/wip/778728-split-composer: 4/13] Bump minimum library and vala version reqirements. Michael Gratton
- [geary/wip/778728-split-composer: 5/13] Remove GTK 3.20/3.22 source defines and the conditionals using them. Michael Gratton
- [geary/wip/778728-split-composer: 6/13] Remove set_label_xalign workaround and uses of it. Michael Gratton
- [geary/wip/778728-split-composer: 7/13] Remove most of the remaining workarounds for earlier GTK versions. Michael Gratton
- [geary/wip/778728-split-composer: 8/13] Fix a compile warning. Michael Gratton
- [geary/wip/778728-split-composer: 9/13] Remove some uses of the deprecated GearyApplication.instance prop. Michael Gratton
- [evolution-data-server/gnome-3-26] Prevent crash when an On The Web calendar has set incorrect URI Milan Crha
- [geary/wip/778728-split-composer: 10/13] Give the insert inline image dialog a relevant title and button. Michael Gratton
- [geary/wip/778728-split-composer: 11/13] Simply and update ComposerContainer interface and implementations. Michael Gratton
- [geary/wip/778728-split-composer: 12/13] Split body editing code in ComposerWidget into new ComposerEditor class. Michael Gratton
- [geary/wip/778728-split-composer: 13/13] Fix some spacing issues with the composer toolbar and attachment dnd. Michael Gratton
- [vala/staging] gtk+-4.0: Update to 3.91.2+1c232ed5 Rico Tzschichholz
- [vala/staging] vapi: Update GIR-based bindings Rico Tzschichholz
- [vala/staging] gio-2.0: Fix FileReadMoreCallback and File.load_partial_contents_async() Rico Tzschichholz
- [chronojump] Force sensor does not show on capture phases, time, videorecord Xavier de Blas
- [evolution] Bug 788829 - Busy loop when wrapping Reply quoted text Milan Crha
- [evolution/gnome-3-26] Bug 788829 - Busy loop when wrapping Reply quoted text Milan Crha
- [gnome-commander] Update German translation Translations User D-L
- [gtk+] range: Bring back middle clicks Matthias Clasen
- [gnumeric] xlsx: baby steps towards reading contour graphs. Morten Welinder
- [retro-gtk/wip/aplazas/controller] core: Make 'libretro-path' private and not a prop Adrien Plazas
- [retro-gtk/wip/aplazas/controller] core: Rename supports_serialization() into get_can_access_state() Adrien Plazas
- [retro-gtk/wip/aplazas/controller] core: Make 'filename' prop read-only Adrien Plazas
- [retro-gtk/wip/aplazas/controller] core: Make 'is-initiated' prop read-only Adrien Plazas
- [retro-gtk/wip/aplazas/controller] core: Make 'game-loaded' prop read-only Adrien Plazas
- [retro-gtk/wip/aplazas/controller] core: Make 'support-no-game' prop read-only Adrien Plazas
- [retro-gtk/wip/aplazas/controller] core: Fix the transfer type of get_filename() Adrien Plazas
- [retro-gtk/wip/aplazas/controller] log: Rename 'self' into 'sender' Adrien Plazas
- [retro-gtk/wip/aplazas/controller] module: Fix the prototype of serialization funcs Adrien Plazas
- [retro-gtk/wip/aplazas/controller] core: Make memory accessors handle GBytes Adrien Plazas
- [retro-gtk/wip/aplazas/controller] core: Make state accessors handle GBytes Adrien Plazas
- [retro-gtk/wip/aplazas/controller] firmware fix test Adrien Plazas
- [gtk+/gtk-3-22] iconhelper: Show error if fail to load placeholder icon Robert Ancell
- [gtk+/gtk-3-22] icon-theme: Show filename attempted when icon fails to load Robert Ancell
- [gtk+/gtk-3-22] gdk: Fix gdk_screen_get_monitor_workarea not returning work area Robert Ancell
- [retro-gtk] Non-fast-forward update to branch wip/aplazas/controller Adrien Plazas
- [retro-gtk/wip/aplazas/controller] core-descriptor: Fix firmware check loop Adrien Plazas
- [pybliographer/wip/gtk3] Rename unit tests files to match nosetests patterns Germán Poo-Caamaño
- [pybliographer/wip/gtk3] format: recode source files from latin-1 to utf-8 Germán Poo-Caamaño
- [pybliographer/wip/gtk3] format: Encapsulate module variable Germán Poo-Caamaño
- [pybliographer/wip/gtk3] format: set paths according to location of files Germán Poo-Caamaño
- [gst-debugger] remove common submodule Marcin Kolny
- [gnome-builder] (20 commits) ...quick-highlight: cleanup before refactoring Christian Hergert
- [gnome-games] retro: Adapt to API changes in retro-gtk Adrien Plazas
- [retro-gtk] (13 commits) ...core-descriptor: Fix firmware check loop Adrien Plazas
- [retro-gtk] Deleted branch wip/aplazas/controller Adrien Plazas
- [gnome-builder] style-guide: use © instead of (C) Christian Hergert
- [libglnx] tests: drop unused variable Colin Walters
- [gtk+/gtk-3-22] label: Make all code snippets properly compile Daniel Boles
- [gtk+] docs: Clarify the visibility of buttons in GtkStackSwitcher Daniel Boles
- [gtk+/gtk-3-22] togglebutton: Fix code snippet Daniel Boles
- [gtk+] ToggleButton: Actually show buttons in new snippet Daniel Boles
- [gtk+/gtk-3-22] ToggleButton: Actually show buttons in new snippet Daniel Boles
- [gtk+] Settings: Reflect resurrected middleclick in Range Daniel Boles
- [gtk+/gtk-3-22] applicationwindow: Fix code sample Daniel Boles
- [gtk+/gtk-3-22] aboutdialog: Fix code snippets Daniel Boles
- [gtk+/gtk-3-22] accellabel: Fix code snippet Daniel Boles
- [gtk+/gtk-3-22] bindings: Fix code snippet Daniel Boles
- [gtk+/gtk-3-22] range: Bring back middle clicks Daniel Boles
- [gtk+/gtk-3-22] Settings: Reflect resurrected middleclick in Range Daniel Boles
- [libglnx] fdio: Avoid ?: syntax for fstatat_allow_noent() Colin Walters
- [gnome-builder] build: terminal is no longer optional Christian Hergert
- [gtk+/gtk-3-22] Settings: Mention Shift+primary click on Range too Daniel Boles
- [gtk+] Settings: Mention Shift+primary click on Range too Daniel Boles
- [gst-debugger] Add error message frame Marcin Kolny
- [gst-debugger] send error if type does not exist Marcin Kolny
- [gst-debugger] handle error message in a client Marcin Kolny
- [pitivi] timeline: Support deleting a clip and shifting following ones Alexandru Băluț
- [pitivi] Provide a custom UI for frei0r-filter-alphaspot Alexandru Băluț
- [gst-debugger] Update POTFILES.in Piotr Drąg
- [pitivi] Update POTFILES.in Piotr Drąg
- [gegl] checkerboard: set boolean indicating that the op does opencl Øyvind Kolås
- [pitivi] dialogs: Fix the preferences dialog Alexandru Băluț
- [gegl] npd: opt out of threading Øyvind Kolås
- [gegl] mirrors: do not use gegl_buffer_sample_at - it isn't threadsafe Øyvind Kolås
- [gegl] gluas: opt out of autothreading Øyvind Kolås
- [glib] build: Fix enable-libmount=auto Patrick Griffis
- [gegl] contrast-curve: opt out of threading Øyvind Kolås
- [gegl] noise-spread: for thread-safety use a samplers instead of gegl_buffer_sample Øyvind Kolås
12 October 2017
- [gtk+] testsuite: cosmetics Matthias Clasen
- [gegl] noise-slur: use a sampler instead of gegl_buffer_sample_at_level Øyvind Kolås
- [gegl] noise-pick: use a sampler instead of gegl_buffer_sample_at_level Øyvind Kolås
- [gtk+] (44 commits) Non-fast-forward update to branch wip/otte/shader Benjamin Otte
- [gtk+/wip/otte/shader: 1/44] gsksl: Implement constructor writing to SPIR-V Benjamin Otte
- [gtk+/wip/otte/shader: 2/44] gskslexpression: Split multiplication from other binary operations Benjamin Otte
- [gtk+/wip/otte/shader: 3/44] gskslprinter: Deal with non-normal floating points Benjamin Otte
- [gtk+/wip/otte/shader: 4/44] gsksl: Add gsk_spv_writer_get_id_for_zero() Benjamin Otte
- [gtk+/wip/otte/shader: 5/44] gsksltype: Add gsk_sl_type_get_matching() Benjamin Otte
- [gtk+/wip/otte/shader: 6/44] gskslstatement: Add SPV code for return statement Benjamin Otte
- [gtk+/wip/otte/shader: 7/44] gskslfunction: Actually write arguments to SPV Benjamin Otte
- [gtk+/wip/otte/shader: 8/44] gskslexpression: Implement Division Benjamin Otte
- [gtk+/wip/otte/shader: 9/44] gskpsv: Completely redo SPV writing Benjamin Otte
- [gtk+/wip/otte/shader: 10/44] gskspv: Add GskSpvCodeBlock Benjamin Otte
- [gtk+/wip/otte/shader: 11/44] gskspv: Allow writing function calls Benjamin Otte
- [gtk+/wip/otte/shader: 12/44] gskspvwriter: Put the declaration section into the block Benjamin Otte
- [gtk+/wip/otte/shader: 13/44] gskspv: emit Debug information Benjamin Otte
- [gtk+/wip/otte/shader: 14/44] gskspvwriter: Allow writing a function with initializer Benjamin Otte
- [gtk+/wip/otte/shader: 15/44] gskspv: Reorganize code more Benjamin Otte
- [gtk+/wip/otte/shader: 16/44] gskspv: Claim to support the same source extensions as glslc Benjamin Otte
- [gtk+/wip/otte/shader: 17/44] gskspv: Variables can go different places Benjamin Otte
- [gtk+/wip/otte/shader: 18/44] gsksl: Split binary expressions into their own header Benjamin Otte
- [gtk+/wip/otte/shader: 19/44] gskslexpression: Move division to the new binary vfuncs Benjamin Otte
- [gtk+/wip/otte/shader: 20/44] gskslexpression: Move GskSlExpressionOperation to binaries Benjamin Otte
- [gtk+/wip/otte/shader: 21/44] gskslexpression: Convert assignment expression to GskSlBinary Benjamin Otte
- [gtk+/wip/otte/shader: 22/44] gskslexpression: Add gsk_sl_expression_is_assignable() Benjamin Otte
- [gtk+/wip/otte/shader: 23/44] gsksl: Get rid of pointer types Benjamin Otte
- [gtk+/wip/otte/shader: 24/44] gskspv: Add GskSpvAccessChain Benjamin Otte
- [gtk+/wip/otte/shader: 25/44] gskspv: Ensure function labels come before variables Benjamin Otte
- [gtk+/wip/otte/shader: 26/44] gsksl: Introduce GskSlFunctionType Benjamin Otte
- [gtk+/wip/otte/shader: 27/44] gskslvariable: Add load()/store() functions Benjamin Otte
- [gtk+/wip/otte/shader: 28/44] gskslvariable: Make it classed Benjamin Otte
- [gtk+/wip/otte/shader: 29/44] gskslvariable: Add a class for parameters Benjamin Otte
- [gtk+/wip/otte/shader: 30/44] gskslvariable: Fold constant variables away in SPV output Benjamin Otte
- [gtk+/wip/otte/shader: 31/44] gskspvwriter: Add optimization for access chain Benjamin Otte
- [gtk+/wip/otte/shader: 32/44] gskslexpression: Add spv writing optimization Benjamin Otte
- [gtk+/wip/otte/shader: 33/44] gskspv: Pass inout parameters by reference Benjamin Otte
- [gtk+/wip/otte/shader: 34/44] gskslprogram: Split out GskSlDeclaration Benjamin Otte
- [gtk+/wip/otte/shader: 35/44] gsksldeclaration: Type declarations aren't variables Benjamin Otte
- [gtk+/wip/otte/shader: 36/44] gskspv: Collect in and out variables Benjamin Otte
- [gtk+/wip/otte/shader: 37/44] gsksl: Emit decorations for variables Benjamin Otte
- [gtk+/wip/otte/shader: 38/44] gsksl: Implement addition Benjamin Otte
- [gtk+/wip/otte/shader: 39/44] gskspv: Implement writing constructor functions Benjamin Otte
- [gtk+/wip/otte/shader: 40/44] gsksl: Implement subtraction Benjamin Otte
- [gtk+/wip/otte/shader: 41/44] gsksl: Implement relational comparisons Benjamin Otte
- [gtk+/wip/otte/shader: 42/44] gskslexpression: Add a logical or expression Benjamin Otte
- [gtk+/wip/otte/shader: 43/44] gskslexpression: Fold constant expressions into SPIRV Benjamin Otte
- [gtk+/wip/otte/shader: 44/44] gskslexpression: Implement a logical and expression Benjamin Otte
- [gnome-builder] buffer: manually set (va)marshaller Christian Hergert
- [gtk+] Fix a typo Matthias Clasen
- [gtk+] Update some a11y tests Matthias Clasen
- [gnome-builder] Deleted branch wip/chergert/editorsearch Christian Hergert
- [geary] (19 commits) Non-fast-forward update to branch wip/778728-split-composer Michael Gratton
- [geary/wip/778728-split-composer: 14/19] Fix search loading spinner never disappearing when autoselect disabled. Michael Gratton
- [geary/wip/778728-split-composer: 15/19] Give the insert inline image dialog a relevant title and button. Michael Gratton
- [geary/wip/778728-split-composer: 16/19] Simply and update ComposerContainer interface and implementations. Michael Gratton
- [geary/wip/778728-split-composer: 17/19] Split body editing code in ComposerWidget into new ComposerEditor class. Michael Gratton
- [geary/wip/778728-split-composer: 18/19] Fix some spacing issues with the composer toolbar and attachment dnd. Michael Gratton
- [geary/wip/778728-split-composer: 19/19] Add new builder and source files to POTFILES.in. Michael Gratton
- [geary] (4 commits) Created branch wip/768975-service-info Michael Gratton
- [geary/wip/768975-service-info: 1/4] Miscellaneous whitespace changes. Michael Gratton
- [geary/wip/768975-service-info: 2/4] AccountInformation: separate out configuration Michael Gratton
- [geary/wip/768975-service-info: 3/4] Introduce ServiceInformation classes Michael Gratton
- [geary/wip/768975-service-info: 4/4] Port AccountInformation over to ServiceInformation Michael Gratton
- [gnome-builder] style-scheme: tweak current line color for builder-dark Christian Hergert
- [gnome-builder] quick-highlight: rewrite quick-highlight plugin Christian Hergert
- [gnome-builder] quick-highlight: tweak styling for quick highlight Christian Hergert
- [gnome-builder] quick-highlight: remove dead code Christian Hergert
- [gnome-builder] quick-highlight: fix path for extension type Christian Hergert
- [gnumeric] Improve contour plot import of Excel generated ODF. [#788801] Andreas J . Guelzow
- [nautilus] Created branch colin/nautilus-dnd-native-uris Carlos Soriano
- [nautilus/colin/nautilus-dnd-native-uris] Prefer local (file://) URIs than native ones (smb:// for example). Carlos Soriano
- [nautilus] Prefer local (file://) URIs than native ones (smb:// for example). Carlos Soriano
- [gtk+] Make css parser tests run Matthias Clasen
- [gtk+] Make css node and style tests run Matthias Clasen
- [nautilus] files-view: fix NautilusFloatingBar interfering with double click Carlos Soriano
- [pitivi] application: Fix dbus app_id to match flatpak expectations Thibault Saunier
- [glib] gio: Mark callback_data of GFileReadMoreCallback as closure Philip Withnall
- [pitivi] flatpak: Build opencv2 and the GStreamer plugins Thibault Saunier
- [gtk+] Update the css style test Matthias Clasen
- [mutter] settings: Get UI scaling factor from primary logical monitor Jonas Ådahl
- [mutter] DisplayConfig: Add 'legacy-ui-scaling-factor' property Jonas Ådahl
- [mutter/gnome-3-26] settings: Get UI scaling factor from primary logical monitor Jonas Ådahl
- [gst-debugger] Update Swedish translation Translations User D-L
- [glib] g_child_watch_source_new: Document restrictions for POSIX platforms Simon McVittie
- [dconf-editor] SettingsSchemaSource.get_default() could return null. Arnaud Bonatti
- [releng] Update 3.27/3.28 schedule to final Andre Klapper
- [network-manager-applet] build: Port to meson build system Thomas Haller
- [releng] Update 3.27/3.28 schedule to final, now for real Andre Klapper
- [static-web] Update 3.27/3.28 schedule to final Andre Klapper
- [static-web] Update 3.27/3.28 schedule to final, now for real Andre Klapper
- [evolution] Offer 'Open Message Filters' in alert about modified filter due to folder deletion Milan Crha
- [gtk+] gtkwidget: Lookup target widget when propagating emulated pressed Carlos Garnacho
- [gtk+] gtkwidget: Check return value before running bubble phase Carlos Garnacho
- [gtk+] testsuite: Fix gesture test inconsistencies due to legacy event handling Carlos Garnacho
- [gtk+] testsuite: Update gestures test to pointer emulation removal Carlos Garnacho
- [rhythmbox/wip/sam/meson] meson: Add missing config.h.meson file Sam Thursfield
- [evolution-data-server] Bug 788848 - [IMAPx] Enhance which folders are refreshed on NOTIFY notices Milan Crha
- [evolution-data-server/gnome-3-26] Bug 788848 - [IMAPx] Enhance which folders are refreshed on NOTIFY notices Milan Crha
- [sysadmin-bin] Land a Gitlab sync SSH keys script with corresponding classes it uses, the script will sync SSH keys Andrea Veri
- [sysadmin-bin] gnome_ldap_utils lives one level below Andrea Veri
- [libxml2] Upgrade timsort.h to latest revision Nick Wellnhofer
- [gtk+] window: Make code snippets compile Timm Bäder
- [gtk+] drawingarea: Fix code snippet Timm Bäder
- [gtk+] glarea: Make the code snippet compile Timm Bäder
- [gtk+] widget: Use blue for resize debugging Timm Bäder
- [gtk+] GtkCssStyleChange: Only print values that really changed Timm Bäder
- [gtk+] csstypesprivate: Remove AFFECTS_PANGO_LAYOUT mention Timm Bäder
- [gtk+] css: Replace _AFFECTS_TEXT with _TEXT_SIZE and _TEXT_CLIP Timm Bäder
- [gtk+] testsuite: Updated expected GtkSwitch nodes Timm Bäder
- [retro-gtk] core-view: Add missing license header Adrien Plazas
- [retro-gtk] Add RetroPixdata Adrien Plazas
- [retro-gtk] core: Make 'video-output' signal send a RetroPixdata Adrien Plazas
- [retro-gtk] Drop unused retro-video-converter.c Adrien Plazas
- [gnome-boxes] wizard-source: Group the sources into local files, and everything else Debarshi Ray
- [gnome-boxes] wizard-source: Separate the groups of sources using headings Debarshi Ray
- [gnome-boxes] wizard-source: Move the file selection button next to the heading Debarshi Ray
- [gnome-boxes] wizard-source: Align each page separately, instead of the whole widget Debarshi Ray
- [gnome-boxes] wizard: Let the WizardSource expand if it wants to Debarshi Ray
- [gnome-boxes] wizard, wizard-source: Don't align & margin WizardSource Debarshi Ray
- [gnome-boxes] downloader, wizard: Support a custom filename for downloaded media Debarshi Ray
- [gnome-boxes] wizard: Allow a custom filename when sanity-checking downloadable URIs Debarshi Ray
- [gnome-boxes] wizard: Wire the custom filename to the URI validator Debarshi Ray
- [gnome-boxes] wizard: Wire the custom filename to the downloader Debarshi Ray
- [gnome-boxes] build: Require webkitgtk+ and json-glib Debarshi Ray
- [gnome-boxes] configure: Require gtk+ >= 3.22.20 Debarshi Ray
- [gnome-boxes] wizard-source: Add a WebView with progress indication Debarshi Ray
- [gnome-boxes] wizard: Rename a method Debarshi Ray
- [gnome-boxes] wizard, wizard-source: Support gratis RHEL boxes Debarshi Ray
- [tracker] Correctly unref g_settings_schema Thomas Bechtold
- [gnumeric] ods: deal with bogus Print_Area from XL. Morten Welinder
- [tepl] File loading: improve error message Sébastien Wilmet
- [tepl] File saving: implement win.tepl-save and win.tepl-save-as GActions Sébastien Wilmet
- [gnome-photos] base-item: Assert that certain operations need a pre-loaded pipeline Debarshi Ray
- [gnome-photos] base-item: Process the graph after a revert only if the item is loaded Debarshi Ray
- [sysadmin-bin] Drop redundant code and start making good use of the gnome_ldap_utils class Andrea Veri
- [gnome-photos] base-item: Unbreak reverting directly from OVERVIEW without PREVIEW Debarshi Ray
- [gnome-photos/gnome-3-26] base-item: Assert that certain operations need a pre-loaded pipeline Debarshi Ray
- [gnome-photos/gnome-3-26] base-item: Process the graph after a revert only if the item is loaded Debarshi Ray
- [gnome-photos/gnome-3-26] base-item: Unbreak reverting directly from OVERVIEW without PREVIEW Debarshi Ray
- [sysadmin-bin] Syntax fixes, test it out next time :) Andrea Veri
- [retro-gtk] pixdata: Fix a memory leak Adrien Plazas
- [gnome-photos/gnome-3-24] base-item: Assert that certain operations need a pre-loaded pipeline Debarshi Ray
- [gnome-photos/gnome-3-24] base-item: Process the graph after a revert only if the item is loaded Debarshi Ray
- [gnome-photos/gnome-3-24] base-item: Unbreak reverting directly from OVERVIEW without PREVIEW Debarshi Ray
- [sysadmin-bin] Let create_homedirs make use of gnome_ldap_utils as well Andrea Veri
- [gtk+] testsuite: Make all gesture test touches happen in the middle of the window Carlos Garnacho
- [glibmm] gmmproc, _WRAP_METHOD_DOCS_ONLY: Optionally suppress @return section Kjell Ahlstedt
- [pybliographer/wip/gtk3] utils: Fix error_dialog to work on gtk3 Germán Poo-Caamaño
- [pybliographer/wip/gtk3] build: Fix running from tarball source Germán Poo-Caamaño
- [pybliographer/wip/gtk3] configure: Set version as a development one Germán Poo-Caamaño
- [pybliographer/wip/gtk3] gitignore: Tidy up patterns Germán Poo-Caamaño
- [gnome-boxes] Deleted branch wip/rishi/rhel Debarshi Ray
- [pygobject] Created branch pygobject-3-26 Christoph Reiter
- [pygobject/pygobject-3-26] configure.ac: version bump to 3.26.1 Christoph Reiter
- [pybliographer/wip/gtk3] Remove duplicated images from project directory Germán Poo-Caamaño
- [gtkmm] Gdk::Event: Suppress @return section in some method documentation Kjell Ahlstedt
- [jhbuild] core-deps-3.26: use 3.26 branch for pygobject Christoph Reiter
- [evolution] Bug 788568 - Add option to "Show Tasks without Due date" in the "To Do" bar Milan Crha
- [gtk+/gtk-3-22] StyleContext: Fix CSS snippet language, node names Daniel Boles
- [gtk+] StyleContext: Add CSS snippet language comments Daniel Boles
- [epiphany] application mode: let context menu be more complete, include inspection Gustavo Noronha Silva
- [jhbuild] 3.28: Add WebKit and json-glib as dependencies of gnome-boxes Debarshi Ray
- [gtk+/gtk-3-22] Update Hungarian translation Translations User D-L
- [gnumeric] Fix segfault on loading of gnumeric generated contour plot. Andreas J . Guelzow
- [gegl] emboss: update reference-hash, opt out of autothreading Øyvind Kolås
- [gegl] edge-sobel: update reference-hash, opt out of autothreading Øyvind Kolås
- [gegl] plasma: update reference hash Øyvind Kolås
- [gegl] cartoon: update reference hash Øyvind Kolås
- [gegl] apply-lens: update reference hash Øyvind Kolås
- [gegl] cubism: update reference hash Øyvind Kolås
- [gegl] deinterlace: update reference hash Øyvind Kolås
- [gegl] fractal-trace: update reference hash Øyvind Kolås
- [gegl] illusion: update reference hash Øyvind Kolås
- [gegl] lens-flare: update reference hash Øyvind Kolås
- [gegl] motion-blur-zoom: update reference hash Øyvind Kolås
- [gegl] photocopy: update reference hash Øyvind Kolås
- [gegl] transform: update reference hashes Øyvind Kolås
- [gegl] wind: update reference hash Øyvind Kolås
- [gegl] whirl-pinch: update reference hash Øyvind Kolås
- [gegl] waves: update reference hash Øyvind Kolås
- [gegl] tile-paper: update reference hash Øyvind Kolås
- [gegl] softglow: update reference hash Øyvind Kolås
- [gegl] sinus: update reference hash Øyvind Kolås
- [gegl] ripple: update reference hash Øyvind Kolås
- [gegl] polar-coordinates: update reference hash Øyvind Kolås
- [gegl] color-enhance: update reference hash Øyvind Kolås
- [gegl] contrast-curve: update reference hash Øyvind Kolås
- [gegl] gblur-1d: update reference hash Øyvind Kolås
- [gegl] high-pass: update reference hash Øyvind Kolås
- [gegl] linear-gradient: update reference hash Øyvind Kolås
- [gegl] mantiuk06: update reference hash Øyvind Kolås
- [gegl] mblur: update reference hash Øyvind Kolås
- [gegl] mirrors: update reference hash Øyvind Kolås
- [gegl] motion-blur-linear: update reference hash Øyvind Kolås
- [gegl] noise-cie-lch: update reference hash Øyvind Kolås
- [gegl] noise-rgb: update reference hash Øyvind Kolås
- [gegl] sepia: update reference hash Øyvind Kolås
- [gegl] svg-luminance-to-alpha: update reference hash Øyvind Kolås
- [gegl] tile-seamless: update reference hash Øyvind Kolås
- [gegl] watershed-transform: update reference hash Øyvind Kolås
- [gegl] generated-svg-ops: update reference hashes Øyvind Kolås
- [gegl] reinhard05: update reference hash Øyvind Kolås
- [gnome-builder] sourceview: remove unused code Christian Hergert
- [vala] (5 commits) ...gio-2.0: Fix FileReadMoreCallback and File.load_partial_contents_async() Rico Tzschichholz
- [gtk+/gtk-3-22] Update Slovak translation Translations User D-L
- [gnome-nettool] Update Slovak translation Translations User D-L
- [gnome-maps] exportViewDialog: Add translator comment for filename template Marcus Lundblad
- [gnome-builder] editor: remove search bubble drawing from sourceview Christian Hergert
- [gnome-builder] sourceview: remove more dead code Christian Hergert
- [gnome-builder] editor: restore search bubble functionality Christian Hergert
- [gnome-builder] editor: remove incorrect assertion Christian Hergert
- [gnome-builder] editor: ensure redraw after leaving interactive search Christian Hergert
- [gnome-builder] sourceview: remove dead code Christian Hergert
- [libdazzle] actiongroup: use static inline for helper functions Christian Hergert
- [gnome-builder] runmanager: use DZL_DEFINE_ACTION_GROUP() Christian Hergert
- [genius] Thu Oct 12 17:22:01 2017 Jiri (George) Lebl <jirka 5z com> George Lebl
- [gxml] DomParentNode.query_selector() fix return element no found Daniel Espinosa Ortiz
- [genius] Thu Oct 12 17:52:41 2017 Jiri (George) Lebl <jirka 5z com> George Lebl
- [gtk+/gtk-3-22] icon-browser: Stop repeating folder-documents too Daniel Boles
- [gtk+] icon-browser: Stop repeating folder-documents too Daniel Boles
- [gtk+] (71 commits) Non-fast-forward update to branch wip/otte/shader Benjamin Otte
- [gtk+/wip/otte/shader: 1/71] gsksl: Add GskSlPrinter Benjamin Otte
- [gtk+/wip/otte/shader: 2/71] gsksl: Add native functions Benjamin Otte
- [gtk+/wip/otte/shader: 3/71] gsksl: Rename GskSlNode to GskSlStatement Benjamin Otte
- [gtk+/wip/otte/shader: 4/71] gskslstatement: Print semicolon in the statement print function Benjamin Otte
- [gtk+/wip/otte/shader: 5/71] gskslstatement: Parse compound statements Benjamin Otte
- [gtk+/wip/otte/shader: 6/71] gsksl: Don't return a value from gsk_sl_statement_write_spv() Benjamin Otte
- [gtk+/wip/otte/shader: 7/71] gskslfunction: the body of a function is a single statement Benjamin Otte
- [gtk+/wip/otte/shader: 8/71] gskslstatement: Handle if statements Benjamin Otte
- [gtk+/wip/otte/shader: 9/71] gskslpreprocessor: Implement #ifdef, #else and #endif Benjamin Otte
- [gtk+/wip/otte/shader: 10/71] gsksltype: Turn void into a custom type class Benjamin Otte
- [gtk+/wip/otte/shader: 11/71] gskslstatement: Add gsk_sl_Stement_get_jump() Benjamin Otte
- [gtk+/wip/otte/shader: 12/71] gsksl: Redo qualifier handling Benjamin Otte
- [gtk+/wip/otte/shader: 13/71] gskslqualifier: Handle uniform variables Benjamin Otte
- [gtk+/wip/otte/shader: 14/71] gsksl: Add support for parsing blocks Benjamin Otte
- [gtk+/wip/otte/shader: 15/71] gskslqualifier: Implement layout(push_constant) Benjamin Otte
- [gtk+/wip/otte/shader: 16/71] gsksltokenizer: Parse strings Benjamin Otte
- [gtk+/wip/otte/shader: 17/71] gsk: Add GskCodeSource Benjamin Otte
- [gtk+/wip/otte/shader: 18/71] gskslcompiler: Provide a way to compile files Benjamin Otte
- [gtk+/wip/otte/shader: 19/71] gskslpreprocessor: Implement #include Benjamin Otte
- [gtk+/wip/otte/shader: 20/71] gskslpreprocessor: Support parsing #version Benjamin Otte
- [gtk+/wip/otte/shader: 21/71] xxx: Change the clip shader do not use #f Benjamin Otte
- [gtk+/wip/otte/shader: 22/71] gsksltype: Add concept of components Benjamin Otte
- [gtk+/wip/otte/shader: 23/71] gskslvalue: Add gsk_sl_value_to_string () Benjamin Otte
- [gtk+/wip/otte/shader: 24/71] gsksl: Builtin constructors are no longer functions Benjamin Otte
- [gtk+/wip/otte/shader: 25/71] gskslfunction: Add gsk_sl_function_get_constant() Benjamin Otte
- [gtk+/wip/otte/shader: 26/71] gsksltype: Add gsk_sl_type_value_equal() Benjamin Otte
- [gtk+/wip/otte/shader: 27/71] gsksl: Implement constructor writing to SPIR-V Benjamin Otte
- [gtk+/wip/otte/shader: 28/71] gskslexpression: Split multiplication from other binary operations Benjamin Otte
- [gtk+/wip/otte/shader: 29/71] gskslprinter: Deal with non-normal floating points Benjamin Otte
- [gtk+/wip/otte/shader: 30/71] gsksl: Add gsk_spv_writer_get_id_for_zero() Benjamin Otte
- [gtk+/wip/otte/shader: 31/71] gsksltype: Add gsk_sl_type_get_matching() Benjamin Otte
- [gtk+/wip/otte/shader: 32/71] gskslstatement: Add SPV code for return statement Benjamin Otte
- [gtk+/wip/otte/shader: 33/71] gskslfunction: Actually write arguments to SPV Benjamin Otte
- [gtk+/wip/otte/shader: 34/71] gskslexpression: Implement Division Benjamin Otte
- [gtk+/wip/otte/shader: 35/71] gskpsv: Completely redo SPV writing Benjamin Otte
- [gtk+/wip/otte/shader: 36/71] gskspv: Add GskSpvCodeBlock Benjamin Otte
- [gtk+/wip/otte/shader: 37/71] gskspv: Allow writing function calls Benjamin Otte
- [gtk+/wip/otte/shader: 38/71] gskspvwriter: Put the declaration section into the block Benjamin Otte
- [gtk+/wip/otte/shader: 39/71] gskspv: emit Debug information Benjamin Otte
- [gtk+/wip/otte/shader: 40/71] gskspvwriter: Allow writing a function with initializer Benjamin Otte
- [gtk+/wip/otte/shader: 41/71] gskspv: Reorganize code more Benjamin Otte
- [gtk+/wip/otte/shader: 42/71] gskspv: Claim to support the same source extensions as glslc Benjamin Otte
- [gtk+/wip/otte/shader: 43/71] gskspv: Variables can go different places Benjamin Otte
- [gtk+/wip/otte/shader: 44/71] gsksl: Split binary expressions into their own header Benjamin Otte
- [gtk+/wip/otte/shader: 45/71] gskslexpression: Move division to the new binary vfuncs Benjamin Otte
- [gtk+/wip/otte/shader: 46/71] gskslexpression: Move GskSlExpressionOperation to binaries Benjamin Otte
- [gtk+/wip/otte/shader: 47/71] gskslexpression: Convert assignment expression to GskSlBinary Benjamin Otte
- [gtk+/wip/otte/shader: 48/71] gskslexpression: Add gsk_sl_expression_is_assignable() Benjamin Otte
- [gtk+/wip/otte/shader: 49/71] gsksl: Get rid of pointer types Benjamin Otte
- [gtk+/wip/otte/shader: 50/71] gskspv: Add GskSpvAccessChain Benjamin Otte
- [gtk+/wip/otte/shader: 51/71] gskspv: Ensure function labels come before variables Benjamin Otte
- [gtk+/wip/otte/shader: 52/71] gsksl: Introduce GskSlFunctionType Benjamin Otte
- [gtk+/wip/otte/shader: 53/71] gskslvariable: Add load()/store() functions Benjamin Otte
- [gtk+/wip/otte/shader: 54/71] gskslvariable: Make it classed Benjamin Otte
- [gtk+/wip/otte/shader: 55/71] gskslvariable: Add a class for parameters Benjamin Otte
- [gtk+/wip/otte/shader: 56/71] gskslvariable: Fold constant variables away in SPV output Benjamin Otte
- [gtk+/wip/otte/shader: 57/71] gskspvwriter: Add optimization for access chain Benjamin Otte
- [gtk+/wip/otte/shader: 58/71] gskslexpression: Add spv writing optimization Benjamin Otte
- [gtk+/wip/otte/shader: 59/71] gskspv: Pass inout parameters by reference Benjamin Otte
- [gtk+/wip/otte/shader: 60/71] gskslprogram: Split out GskSlDeclaration Benjamin Otte
- [gtk+/wip/otte/shader: 61/71] gsksldeclaration: Type declarations aren't variables Benjamin Otte
- [gtk+/wip/otte/shader: 62/71] gskspv: Collect in and out variables Benjamin Otte
- [gtk+/wip/otte/shader: 63/71] gsksl: Emit decorations for variables Benjamin Otte
- [gtk+/wip/otte/shader: 64/71] gsksl: Implement addition Benjamin Otte
- [gtk+/wip/otte/shader: 65/71] gskspv: Implement writing constructor functions Benjamin Otte
- [gtk+/wip/otte/shader: 66/71] gsksl: Implement subtraction Benjamin Otte
- [gtk+/wip/otte/shader: 67/71] gsksl: Implement relational comparisons Benjamin Otte
- [gtk+/wip/otte/shader: 68/71] gskslexpression: Add a logical or expression Benjamin Otte
- [gtk+/wip/otte/shader: 69/71] gskslexpression: Fold constant expressions into SPIRV Benjamin Otte
- [gtk+/wip/otte/shader: 70/71] gskslexpression: Implement a logical and expression Benjamin Otte
- [gtk+/wip/otte/shader: 71/71] gsk: Add GskSlEnvironment Benjamin Otte
- [gtk+] (127 commits) Non-fast-forward update to branch wip/otte/shader Benjamin Otte
- [gtk+/wip/otte/shader: 1/127] gsk: Add a skeleton for a GLSL parser Benjamin Otte
- [gtk+/wip/otte/shader: 2/127] gsksl: Start parsing statements by parsing constants Benjamin Otte
- [gtk+/wip/otte/shader: 3/127] gsksl: Parse assignments Benjamin Otte
- [gtk+/wip/otte/shader: 4/127] gsksl: Add gsksltypesprivate.h Benjamin Otte
- [gtk+/wip/otte/shader: 5/127] gskslnode: Add gsk_sl_node_get_return_type() Benjamin Otte
- [gtk+/wip/otte/shader: 6/127] gskslnode: Add gsk_sl_node_is_constant() Benjamin Otte
- [gtk+/wip/otte/shader: 7/127] gskslnode: Add variables Benjamin Otte
- [gtk+/wip/otte/shader: 8/127] gskslnode: Add GskSlNodeOperation Benjamin Otte
- [gtk+/wip/otte/shader: 9/127] gsksltype: Add support for vector types Benjamin Otte
- [gtk+/wip/otte/shader: 10/127] gsksltype: Add matrix type Benjamin Otte
- [gtk+/wip/otte/shader: 11/127] gskslnode: Add comparison and shift operators Benjamin Otte
- [gtk+/wip/otte/shader: 12/127] gskslnode: Add builtin constructors Benjamin Otte
- [gtk+/wip/otte/shader: 13/127] gskslnode: Parse return statements Benjamin Otte
- [gtk+/wip/otte/shader: 14/127] gtk: Add gtk-glsl binary Benjamin Otte
- [gtk+/wip/otte/shader: 15/127] gsk: Add GskSlPointerType Benjamin Otte
- [gtk+/wip/otte/shader: 16/127] gsksl: Implement skeleton SPIRV output Benjamin Otte
- [gtk+/wip/otte/shader: 17/127] gsksltokenizer: Always return idents Benjamin Otte
- [gtk+/wip/otte/shader: 18/127] gsksl: Split out GskSlProgram Benjamin Otte
- [gtk+/wip/otte/shader: 19/127] gsksl: Introduce GskSlCompiler Benjamin Otte
- [gtk+/wip/otte/shader: 20/127] gskslcompiler: Add support for adding defines Benjamin Otte
- [gtk+/wip/otte/shader: 21/127] gskslpreprocessor: Implement #define and #undef Benjamin Otte
- [gtk+/wip/otte/shader: 22/127] gsksl: Add GskSlVariable Benjamin Otte
- [gtk+/wip/otte/shader: 23/127] gsksl: Split Expression from Node Benjamin Otte
- [gtk+/wip/otte/shader: 24/127] gsksl: Turn functions into functions Benjamin Otte
- [gtk+/wip/otte/shader: 25/127] gskslfunction: Change name printing to name getting Benjamin Otte
- [gtk+/wip/otte/shader: 26/127] gskslprogram: Parse global variables Benjamin Otte
- [gtk+/wip/otte/shader: 27/127] gsksl: Introduce GskSlValue Benjamin Otte
- [gtk+/wip/otte/shader: 28/127] gsksl: Redo declaration "decorator" parsing Benjamin Otte
- [gtk+/wip/otte/shader: 29/127] gsksl: Parse common layout() specifiers Benjamin Otte
- [gtk+/wip/otte/shader: 30/127] gskslexpression: Change is_constant() to get_constant() Benjamin Otte
- [gtk+/wip/otte/shader: 31/127] gskslvariable: Store constness of variables Benjamin Otte
- [gtk+/wip/otte/shader: 32/127] gsksldeclaration: Throw an error if a variable initializer doesn't match Benjamin Otte
- [gtk+/wip/otte/shader: 33/127] gskslvariable: Allow storing an initializer value with a variable Benjamin Otte
- [gtk+/wip/otte/shader: 34/127] gskslprogram: Allow variables to have constant initializers Benjamin Otte
- [gtk+/wip/otte/shader: 35/127] gskslexpression: References to const variables are const Benjamin Otte
- [gtk+/wip/otte/shader: 36/127] gsksltype: Add gsk_sl_type_get_index_stride() Benjamin Otte
- [gtk+/wip/otte/shader: 37/127] gskslexpression: Parse swizzles Benjamin Otte
- [gtk+/wip/otte/shader: 38/127] gskslpreprocessor: Redo error emission Benjamin Otte
- [gtk+/wip/otte/shader: 39/127] gsksl: Add an error enum Benjamin Otte
- [gtk+/wip/otte/shader: 40/127] gskslpreprocessor: Return fatalness of parsing Benjamin Otte
- [gtk+/wip/otte/shader: 41/127] gsksl: Make expression parsing never fail Benjamin Otte
- [gtk+/wip/otte/shader: 42/127] gskslnode: Always return a statement Benjamin Otte
13 October 2017
14 October 2017
15 October 2017
16 October 2017
17 October 2017
18 October 2017
19 October 2017
20 October 2017
21 October 2017
22 October 2017
23 October 2017
24 October 2017
25 October 2017
26 October 2017
- [geary] Created branch wip/789271-contact-office-0.12 Michael Gratton
- [libdazzle] menus: use class name for gtk-doc description Christian Hergert
- [eog] Add Polish help translation Piotr Drąg
- [gnome-software] snap: Don't crash on unknown snap types Robert Ancell
- [gnome-software/gnome-3-26] snap: Don't crash on unknown snap types Robert Ancell
- [gnome-software] (27 commits) Non-fast-forward update to branch wip/ubuntu-3-26 Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 16/27] Construct the "Software Sources" menu item dynamically Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 17/27] Hide licence, updated and category fields if they aren't set Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 18/27] Download changelog information on demand - this stops the UI blocking on startup Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 19/27] Sort snaps before other apps Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 20/27] Hide Kudo details since we don't have good data Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 21/27] packagekit: Disable updates Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 22/27] snap: Only feature snaps Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 23/27] Don't randomize editors picks. Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 24/27] Display a warning for non-sandboxed snaps. Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 25/27] snap: Install classic snaps Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 26/27] snap: Correct the app origin Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 27/27] details: Show an in-app notification when passed an invalid file or URL Robert Ancell
- [gnome-software] snap: Don't attempt to refine snaps without a valid name Robert Ancell
- [gnome-software/gnome-3-26] snap: Don't attempt to refine snaps without a valid name Robert Ancell
- [gnome-software] (13 commits) Non-fast-forward update to branch wip/ubuntu-3-26 Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 2/13] Construct the "Software Sources" menu item dynamically Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 3/13] Hide licence, updated and category fields if they aren't set Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 4/13] Download changelog information on demand - this stops the UI blocking on startup Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 5/13] Sort snaps before other apps Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 6/13] Hide Kudo details since we don't have good data Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 7/13] packagekit: Disable updates Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 8/13] snap: Only feature snaps Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 9/13] Don't randomize editors picks. Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 10/13] Display a warning for non-sandboxed snaps. Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 11/13] snap: Install classic snaps Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 12/13] snap: Correct the app origin Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 13/13] details: Show an in-app notification when passed an invalid file or URL Robert Ancell
- [gnome-todo/gnome-3-26] provider-eds: Make tasklists synchronize offline Gitlab Administrative User
- [gnome-todo] provider-eds: Make tasklists synchronize offline Gitlab Administrative User
- [gtk+] Drop unused includes of gtkrender.h Matthias Clasen
- [gtk+] Drop gtk_cell_renderer_get_size Matthias Clasen
- [gtk+] icon-browser: Make non-symbolic icons visible again Matthias Clasen
- [gtk+] wayland: Don't spew warnings for blank cursors Matthias Clasen
- [gtk+/gtk-3-22] wayland: Don't spew warnings for blank cursors Matthias Clasen
- [vala] Deleted branch staging Rico Tzschichholz
- [vala] (2 commits) Created branch staging Rico Tzschichholz
- [vala/staging: 1/2] codegen: Avoid possible conflicts with internal property/signal defines Rico Tzschichholz
- [vala/staging: 2/2] libxml-2.0: Add DTD methods Rico Tzschichholz
- [geary/wip/771643-replace-intltool] Add po/Makevars hint for Damned Lies (a.k.a. l10n.gnome.org). Michael Gratton
- [geary/wip/771643-replace-intltool] Re-enable top level cmake/Makefile "pot_file" target for po/geary.pot. Michael Gratton
- [geary/wip/771643-replace-intltool] Remove obsolete X-GNOME-FullName key from desktop file. Michael Gratton
- [geary/wip/771643-replace-intltool] Workaround xgettext not recognising Elementary Contractor files. Michael Gratton
- [geary/wip/771643-replace-intltool] Workaround a xgettext warning about a Vala verbatim comment. Michael Gratton
- [vala] (2 commits) ...libxml-2.0: Add DTD methods Rico Tzschichholz
- [chronojump] Fixed force sensor X plot Xavier de Blas
- [chronojump] force sensor: Better line configuration for signal Xavier de Blas
- [gimp-gap] Fixes to Catalan translation Jordi Mas
- [gvfs] mtp: Fix volume removal with current udev behavior Ondrej Holy
- [gvfs/gnome-3-26] mtp: Fix volume removal with current udev behavior Ondrej Holy
- [glib-openssl] (7 commits) ...server: set more options Ignacio Casal Quinteiro
- [glib-openssl: 5/7] Go back to a less restrictive cipher list Ignacio Casal Quinteiro
- [glib-openssl: 6/7] Call SSL_CTX_set_ecdh_auto and set it true Ignacio Casal Quinteiro
- [glib-openssl: 7/7] server: set more options Ignacio Casal Quinteiro
- [evolution] [ECellCombo] Misplaced combo popup under Wayland Milan Crha
- [glib-openssl] Deleted branch wip/improvements Ignacio Casal Quinteiro
- [evolution/gnome-3-26] [ECellCombo] Misplaced combo popup under Wayland Milan Crha
- [vala/0.38] codegen: Prioritize "array_length=true" over "array_null_terminated=true" Rico Tzschichholz
- [vala/0.38] Regenerate GIR-based bindings Rico Tzschichholz
- [vala/0.38] gtk+-4.0: Update to 3.92.1 Rico Tzschichholz
- [vala/0.38] gio-2.0: Expose g_task_get_source_object as Task.get_unowned_source_object Rico Tzschichholz
- [vala/0.38] codegen: Avoid possible conflicts with internal property/signal defines Rico Tzschichholz
- [vala/0.38] libxml-2.0: Add DTD methods Rico Tzschichholz
- [geary] (6 commits) ...Merge branch 'bug/727679-save-sent-queue'. Fixes Bug 727679. Michael Gratton
- [geary: 1/6] Fix assertion failure if there are messages in the outbox on startup. Bug 727679. Michael Gratton
- [geary: 2/6] When filling postmaster queue, include all messages, not just unsent. Bug 727679. Michael Gratton
- [geary: 3/6] Don't ignore sent messages in postman queue, try to save them. Bug 727679. Michael Gratton
- [geary: 4/6] Prefill postman queue only after account has been opened. Bug 727679. Michael Gratton
- [geary: 5/6] Remove nonfunctional "Try Again" button for saving sent emails. Bug 727679. Michael Gratton
- [geary: 6/6] Merge branch 'bug/727679-save-sent-queue'. Fixes Bug 727679. Michael Gratton
- [pygobject] test: revert parts of the previous test as it's broken on 32 bit builds Christoph Reiter
- [pygobject] Fix potential uninitialized memory access during GC Christoph Reiter
- [vala/0.38] gstreamer-1.0: Update from 1.13+ git master Rico Tzschichholz
- [gtk+] printing: Install printbackends Marek Kašík
- [gnome-initial-setup] assistant: Also update titlebar when the title changes Cosimo Cecchi
- [gnome-initial-setup] goa: fix a memory leak Cosimo Cecchi
- [gnome-initial-setup] goa: Fix a GIcon leak Cosimo Cecchi
- [gnome-initial-setup] copy-worker: Don't start if gnome-initial-setup-done was touched Cosimo Cecchi
- [evolution-ews] Prevent crash under ews_backend_sync_created_folders() Milan Crha
- [gnome-initial-setup] language-chooser: normalize, unaccent and casefold compared strings Cosimo Cecchi
- [evolution-ews/gnome-3-26] Prevent crash under ews_backend_sync_created_folders() Milan Crha
- [vala/0.36] codegen: Prioritize "array_length=true" over "array_null_terminated=true" Rico Tzschichholz
- [vala/0.36] Regenerate GIR-based bindings Rico Tzschichholz
- [vala/0.36] gtk+-4.0: Update to 3.92.1 Rico Tzschichholz
- [vala/0.36] gio-2.0: Expose g_task_get_source_object as Task.get_unowned_source_object Rico Tzschichholz
- [vala/0.36] codegen: Avoid possible conflicts with internal property/signal defines Rico Tzschichholz
- [vala/0.36] libxml-2.0: Add DTD methods Rico Tzschichholz
- [vala/0.34] codegen: Prioritize "array_length=true" over "array_null_terminated=true" Rico Tzschichholz
- [vala/0.34] Regenerate GIR-based bindings Rico Tzschichholz
- [vala/0.34] gio-2.0: Expose g_task_get_source_object as Task.get_unowned_source_object Rico Tzschichholz
- [vala/0.34] codegen: Avoid possible conflicts with internal property/signal defines Rico Tzschichholz
- [vala/0.34] libxml-2.0: Add DTD methods Rico Tzschichholz
- [tepl] Encoding: get_all(): include locale encoding Sébastien Wilmet
- [tepl] File loading: unit test empty file Sébastien Wilmet
- [evolution-data-server] [CalDAV/CardDAV] Append ending slash to URL when missing Milan Crha
- [evolution-data-server/gnome-3-26] [CalDAV/CardDAV] Append ending slash to URL when missing Milan Crha
- [sysadmin-bin] Remove silly if which is already captured by the for loop around it Patrick Uiterwijk
- [damned-lies] Update Brazilian Portuguese translation Translations User D-L
- [gtk+] actionable: Allow all detailed action name formats Matthias Clasen
- [gtk+/gtk-3-22] actionable: Allow all detailed action name formats Matthias Clasen
- [gtk+] appchooserwidget: Don't limit application list unconditionally Matthias Clasen
- [gtk+/gtk-3-22] appchooserwidget: Don't limit application list unconditionally Matthias Clasen
- [glib-openssl] Print the library from where it is coming the error Ignacio Casal Quinteiro
- [glib-openssl] Propagate RSA_R_DIGEST_TOO_BIG_FOR_RSA_KEY as a GError Ignacio Casal Quinteiro
- [mutter] backends/native: Fix handling of trackball settings Carlos Garnacho
- [mutter] wayland: Trigger wl_output updates on actor position changes Carlos Garnacho
- [mutter] wayland: Update pointer confinement on surface actor relocations Carlos Garnacho
- [glib] gdbus-proxy: Fix erroneous timeout during following tests Philip Withnall
- [geary] (2 commits) Created branch wip/784300-unlock-keyring Michael Gratton
- [geary/wip/784300-unlock-keyring: 1/2] Remove custom libsecret VAPI in favour of the system-provided one. Michael Gratton
- [geary/wip/784300-unlock-keyring: 2/2] Attempt to unlock the libsecret keyring before accessing secrets. Michael Gratton
- [glib] Clarify documentation of GValueTransform Philip Withnall
- [mutter/gnome-3-26] backends/native: Fix handling of trackball settings Carlos Garnacho
- [mutter/gnome-3-26] wayland: Trigger wl_output updates on actor position changes Carlos Garnacho
- [mutter/gnome-3-26] wayland: Update pointer confinement on surface actor relocations Carlos Garnacho
- [glib] build: Fix -Wstrict-prototypes warning in glib-2.0.m4 Philip Withnall
- [glib] build: Add #serial lines to m4 files Philip Withnall
- [glib] Use hash tables as sets in various places Philip Withnall
- [tepl] docs: write porting guide for file loading and saving Sébastien Wilmet
- [evolution-data-server] Bug 742167 - Stuck when going online Milan Crha
- [evolution-data-server/gnome-3-26] Bug 742167 - Stuck when going online Milan Crha
- [glib] docs: Clarify the thread-default GMainContext where the result is sent Debarshi Ray
- [glib] docs: Don't be vague about where GTask dispatches the result Debarshi Ray
- [rhythmbox] brasero-disc-recorder: Fix invalid object reference warnings Jonathan Matthew
- [rhythmbox] podcast: set the icon during construction Jonathan Matthew
- [gnome-usage] Remove comments from org.gnome.Usage.json Gitlab Administrative User
- [glib] gkeyfile: Add some examples to the documentation Philip Withnall
- [gnome-continuous] manifest: Disable -Werror for gnome-online-accounts Debarshi Ray
- [glib] docs: Explain how GAsyncReadyCallbacks are, and should be, invoked Debarshi Ray
- [glib] docs: Mention the idiomatic way of invoking a GAsyncReadyCallback Debarshi Ray
- [epiphany] header-bar: do not show home button if home page is set to blank page Michael Catanzaro
- [epiphany/gnome-3-26] header-bar: do not show home button if home page is set to blank page Michael Catanzaro
- [chronojump-server] Fixing new task form to align controls and labels Marcos Venteo Garcia
- [glib-openssl] tests: change the rsa digest to 1024 Ignacio Casal Quinteiro
- [glib] docs: Fix typo in documentation for G_PRIVATE_INIT Philip Withnall
- [glib-openssl] meson: bump required versin to 0.41.0 Paolo Borelli
- [glib-openssl] Release 2.50.5 Paolo Borelli
- [glib-openssl] Created tag v2.50.5 Paolo Borelli
- [tepl] File loading: write comment with implementation notes Sébastien Wilmet
- [gobject-introspection] (4 commits) Non-fast-forward update to branch wip/tingping/meson Patrick Griffis
- [gobject-introspection/wip/tingping/meson: 1/4] Initial work on meson port Patrick Griffis
- [gobject-introspection/wip/tingping/meson: 2/4] Windows: compile with /DYY_NO_UNISTD_H Patrick Griffis
- [gobject-introspection/wip/tingping/meson: 3/4] Declaration to export functions in girepository.dll/.lib, flag for skipping the build of the gir fil Patrick Griffis
- [gobject-introspection/wip/tingping/meson: 4/4] Fix dependency on giscanner's python module Patrick Griffis
- [gobject-introspection/wip/tingping/meson] Build docs Patrick Griffis
- [gnome-code-assistance] configure.ac: Add vala 0.40 to list of possible vala APIs Tristan Van Berkom
- [gnome-online-accounts] build: Fix the if-else branch Debarshi Ray
- [gnome-online-accounts] build: Update to the latest version of the sample template Debarshi Ray
- [gnome-online-accounts] build: Mention the URL of the home page in AC_INIT Debarshi Ray
- [gnome-online-accounts] build: Port away from gnome-common Debarshi Ray
- [chronojump-server] Script to fix resultEncoder resistance values Marcos Venteo Garcia
- [gnome-todo] (2 commits) ...Merge branch 'wip/sadiq' into 'master' Gitlab Administrative User
- [gnome-todo: 1/2] application: Add --quit commandline argument Gitlab Administrative User
- [gnome-todo: 2/2] Merge branch 'wip/sadiq' into 'master' Gitlab Administrative User
- [gnome-todo/gnome-3-26] Merge branch 'wip/sadiq' into 'master' Gitlab Administrative User
- [gnome-todo/gnome-3-26] Revert "Merge branch 'wip/sadiq' into 'master'" Gitlab Administrative User
- [tepl] Use GtkSourceView 4 Sébastien Wilmet
- [tepl] Bump API version to 4 Sébastien Wilmet
- [tepl] docs: update "Since: 3.2" to "Since: 4.0" Sébastien Wilmet
- [jhbuild] 3.28: Add m4-common as a dependency of gnome-online-accounts Debarshi Ray
- [tepl] Update dependencies for the GIR Sébastien Wilmet
- [latexila] Port to GtkSourceView 4 Sébastien Wilmet
- [gnome-software] (2 commits) Created branch wip/kalev/distro-upgrade-notification Kalev Lember
- [gnome-software/wip/kalev/distro-upgrade-notification: 1/2] packagekit offline: Use PackageKit public API for offline update results Kalev Lember
- [gnome-software/wip/kalev/distro-upgrade-notification: 2/2] Show a different notification after finishing a system upgrade Kalev Lember
- [gnome-shell-sass] common: Restore drag effect between workspaces Alessandro Bono
- [gnome-online-accounts] build: Fix the Makefile rules for the GSettings schema Debarshi Ray
- [gnome-builder/gnome-builder-3-26] Update German translation Translations User D-L
- [gnome-builder] Update German translation Translations User D-L
- [gnome-software] Non-fast-forward update to branch wip/kalev/distro-upgrade-notification Kalev Lember
- [gnome-shell] dialog: Reset initial focus on destroy Florian Müllner
- [gnome-software/wip/kalev/distro-upgrade-notification] Show a different notification after finishing a system upgrade Kalev Lember
- [gxml] Ported XParser to Vala upstream Daniel Espinosa Ortiz
- [releng] schedule: Assign remaining release dates Michael Catanzaro
- [glib] introspection: Add more filename type annotations for strings which can contain filenames Christoph Reiter
- [gthumb] image preloader: call the callback even after cancelling Paolo Bacchilega
- [gthumb] image viewer: use a white background for transparency Paolo Bacchilega
- [gthumb] selections: make volatile again Paolo Bacchilega
- [gthumb] picasaweb: removed album creation Paolo Bacchilega
- [gthumb] oauth: compare accounts by id Paolo Bacchilega
- [gthumb] account chooser: account name not visible Paolo Bacchilega
- [gthumb] picasaweb: removed 'open in browser' Paolo Bacchilega
- [gthumb] exporters: fixed run-time warnings when no file is selected Paolo Bacchilega
- [gthumb] picasaweb: remember application authorization Paolo Bacchilega
- [gthumb] picasaweb: use the new uris Paolo Bacchilega
- [gdm] display: don't mark initial-setup ran until it ran Ray Strode
- [pygobject] pygobject-object: Fix Python GC collecting a ref cycle too early Christoph Reiter
- [gnome-shell] theme: Restore drag effect between workspaces Alessandro Bono
- [evolution-data-server] Bug 789132 - Different TZID of RECURRENCE-ID fails to match instances Milan Crha
- [evolution-data-server/gnome-3-26] Bug 789132 - Different TZID of RECURRENCE-ID fails to match instances Milan Crha
- [gnome-shell] windowAttentionHandler: Follow app policy for attention notifications Florian Müllner
- [gnumeric] xlsx: use "valAx" for a surface chart's X axis. Morten Welinder
- [gnome-shell] windowAttentionHandler: Fix typo Florian Müllner
- [gnome-shell-extensions] windowsNavigator: Use regular for() loops Florian Müllner
- [gnome-shell-extensions] auto-move: Remove unused imports Florian Müllner
- [pygobject/pygobject-3-26] to_py_array: Properly handle enum array items Christoph Reiter
- [pygobject/pygobject-3-26] fix potential overflow when marshalling flags from py interface Christoph Reiter
- [pygobject/pygobject-3-26] flags: Add testcase for bug 786948 Christoph Reiter
- [pygobject/pygobject-3-26] test: revert parts of the previous test as it's broken on 32 bit builds Christoph Reiter
- [pygobject/pygobject-3-26] Fix potential uninitialized memory access during GC Christoph Reiter
- [pygobject/pygobject-3-26] pygobject-object: Fix Python GC collecting a ref cycle too early Christoph Reiter
- [gtk-doc] Always open files in text mode and always use utf-8 Stefan Sauer
- [gtk-doc] mkdb: Mark multiple Unicode strings as such Stefan Sauer
- [gnome-terminal] Update German translation Translations User D-L
- [damned-lies] Update German translation Translations User D-L
- [gegl] examples/hello-world.c: use gegl:display as comments indicate, not everyone has gegl:ff-save Øyvind Kolås
- [gnumeric] xlsx: save a view3D for contour plots. Morten Welinder
- [gtk+] wayland: Do not constrain saved window size Matthias Clasen
- [gtk-osx] Patch CFStringGetCStringPtr blunder in gio. John Ralls
- [gtk-osx] Add warning fix to WebKit-2.4.11 fixups patch. John Ralls
- [gtk-osx] Update webkit2gtk3 to 2.16.6. John Ralls
- [gtk-osx] Silence a couple of warnings for webkit and webkit1gtk3. John Ralls
- [gtk-osx] Update location of gstreamer and plugins John Ralls
- [gtk+/gtk-3-22] wayland: Do not constrain saved window size Matthias Clasen
- [gtk+] Wayland: Implement KDE's SSD protocol Matthias Clasen
- [gtk-doc] mkdb: fix missing info on typedefs Stefan Sauer
- [gtk-doc] mkdb: don't uses sys.exit in library Stefan Sauer
- [gtk+/gtk-3-22] Wayland: Implement KDE's SSD protocol Matthias Clasen
- [chronojump] Force sensor better sensitivity on buttons Xavier de Blas
- [gobject-introspection/wip/tingping/meson] Allow setting custom cairo-gobject libname Patrick Griffis
- [damned-lies] Update Swedish translation Translations User D-L
- [lightsoff] Update Swedish translation Translations User D-L
- [evolution-data-server] Update Swedish translation Translations User D-L
- [gnome-documents] Update Swedish translation Translations User D-L
- [gnome-software] snap: Protect store cache with a lock Robert Ancell
- [gnome-software/gnome-3-26] snap: Protect store cache with a lock Robert Ancell
- [gsettings-desktop-schemas] Update Swedish translation Translations User D-L
- [gnome-software/gnome-3-22] snap: Don't attempt to refine snaps without a valid name Robert Ancell
- [gnome-software/gnome-3-22] snap: Protect store cache with a lock Robert Ancell
- [gnome-software] (30 commits) Non-fast-forward update to branch wip/ubuntu-3-20 Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 1/30] Add a Snap plugin Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 2/30] Use minimal limits for review content Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 3/30] Format update descriptions to be suitable for Ubuntu. Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 4/30] Don't use notification actions under Unity Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 5/30] Add a --details-pkg option that allows showing app details keyed by package name Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 6/30] Add the concept of UpdateAll into the plugin loader Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 7/30] Hide licence, updated and category fields if they aren't set Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 8/30] provenance: Order after apt so we have the origin set Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 9/30] Build xdg-app-reviews only if ODRS is enabled Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 10/30] trivial: Run the generated libtool wrapper instead of /usr/bin/libtool Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 11/30] Allow transition from AS_APP_STATE_INSTALLED to AS_APP_STATE_UPDATABLE Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 12/30] Allow AS_APP_STATE_INSTALLED to AS_APP_STATE_INSTALLING Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 13/30] Download changelog information on demand - this stops the UI blocking on startup Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 14/30] De-dup based on source Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 15/30] Set error when org.freedesktop.fwupd has no service Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 16/30] 'Software Sources' -> 'Software & Updates' in menu Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 17/30] Update kudo hiding code Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 18/30] Remove scary 3rd party and non-free warnings (they were removed upstream). Show license as 'Unknown' Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 19/30] Disable history button Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 20/30] trivial: Use 'Install' as the verb for the headerbar button Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 21/30] Fix package name not being shown when using --details-pkg with unknown package Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 22/30] Disable "Software Updates Available" notification Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 23/30] Make filename passed with --local-filename absolute. Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 24/30] Sort snaps before other apps Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 25/30] Non-live updates are updatable but not updatable-live Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 26/30] trivial: Don't do two update actions for live update Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 27/30] Use 'Ubuntu Software' title in Ubuntu Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 28/30] Don't generate popular apps from Ubuntu reviews Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 29/30] Don't randomize editors picks. Robert Ancell
- [gnome-software/wip/ubuntu-3-20: 30/30] Use the developer name if set in preference to the project group Robert Ancell
- [gnome-software] (33 commits) Non-fast-forward update to branch wip/ubuntu-3-22 Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 7/33] Download changelog information on demand - this stops the UI blocking on startup Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 8/33] Add an APT plugin Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 9/33] Construct the "Software Sources" menu item dynamically Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 10/33] Sort snaps before other apps Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 11/33] Hide licence, updated and category fields if they aren't set Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 12/33] Hide Kudo details since we don't have good data Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 13/33] Handle apt URLs of the form apt://packagename Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 14/33] ubuntu-review: Re-prompt for authentication if request fails due to 401 Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 15/33] ubuntu-review: Simplify auth code Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 16/33] Disable "Software Updates Available" notification Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 17/33] Don't use notification actions under Unity Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 18/33] Do not hardcode the application name Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 19/33] Use correct form when handling APT URLs Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 20/33] Support snap:// URL handling by backporting URL handling improvements from trunk Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 21/33] dpkg: Mark local .debs as managed by APT Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 22/33] Make filename passed with --local-filename absolute. Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 23/33] Limit search entry to 100 characters. Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 24/33] Make gs_app_list_filter_duplicates not change app order. Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 25/33] snap: Use first featured snap as featured app Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 26/33] snap: Only feature snaps Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 27/33] Don't randomize editors picks. Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 28/33] snap: Use new Polkit API Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 29/33] snap: Support new snapd license field Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 30/33] Use the developer name if set in preference to the project group Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 31/33] snap: Use developer field Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 32/33] snap: Correct the app origin Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 33/33] snap: Fix leak of GsApp Robert Ancell
- [gnome-software] (13 commits) Non-fast-forward update to branch wip/ubuntu-3-22 Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 1/13] Support snap:// URL handling by backporting URL handling improvements from trunk Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 2/13] dpkg: Mark local .debs as managed by APT Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 3/13] Make filename passed with --local-filename absolute. Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 4/13] Limit search entry to 100 characters. Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 5/13] Make gs_app_list_filter_duplicates not change app order. Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 6/13] snap: Use first featured snap as featured app Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 7/13] snap: Only feature snaps Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 8/13] Don't randomize editors picks. Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 9/13] snap: Use new Polkit API Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 10/13] snap: Support new snapd license field Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 11/13] Use the developer name if set in preference to the project group Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 12/13] snap: Use developer field Robert Ancell
- [gnome-software/wip/ubuntu-3-22: 13/13] snap: Correct the app origin Robert Ancell
- [gnome-software] (13 commits) Non-fast-forward update to branch wip/ubuntu-3-26 Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 2/13] Construct the "Software Sources" menu item dynamically Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 3/13] Hide licence, updated and category fields if they aren't set Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 4/13] Download changelog information on demand - this stops the UI blocking on startup Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 5/13] Sort snaps before other apps Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 6/13] Hide Kudo details since we don't have good data Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 7/13] packagekit: Disable updates Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 8/13] snap: Only feature snaps Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 9/13] Don't randomize editors picks. Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 10/13] Display a warning for non-sandboxed snaps. Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 11/13] snap: Install classic snaps Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 12/13] snap: Correct the app origin Robert Ancell
- [gnome-software/wip/ubuntu-3-26: 13/13] details: Show an in-app notification when passed an invalid file or URL Robert Ancell
- [gxml] XParser: Reimplemented create_stream, write_strem methods Daniel Espinosa Ortiz
- [gxml] XPath: Reimplemented write_stream_async, create_stream_async Daniel Espinosa Ortiz
- [gxml] GomDocument: Fixed get_element_by_id() Daniel Espinosa Ortiz
- [gxml] GomObject: Fixed list just instantiable properties Daniel Espinosa Ortiz
- [gxml] GomObject: Avoids to set non-instantiatable attributes Daniel Espinosa Ortiz
- [gxml] GomObject: Instantiable Properties first Daniel Espinosa Ortiz
- [libdmapsharing] Rename some tests W . Michael Petullo
- [libdmapsharing] Small changes to libdmapsharing/Makefile.am W . Michael Petullo
- [libdmapsharing] Small changes after running pedansee W . Michael Petullo
- [libdmapsharing] Add pedansee.conf W . Michael Petullo
- [gnumeric] xlsx: fix writing of trend line equation. Morten Welinder
- [gnumeric] xlsx: avoid criticals on exporting unnamed trend line. Morten Welinder
- [gnumeric] xlsx: fix import and export of trend line "affine flag". Morten Welinder
27 October 2017
28 October 2017
29 October 2017
30 October 2017
31 October 2017
- [seahorse/wip/nielsdg/meson] Port build system to Meson Niels De Graef
- [gjs] (2 commits) ...Merge branch 'abstract-inheritance' into 'master' Gitlab Administrative User
- [gjs: 2/2] Merge branch 'abstract-inheritance' into 'master' Gitlab Administrative User
- [gjs: 1/2] legacy: Allow ES6 classes to inherit from abstract Lang.Class class Gitlab Administrative User
- [gnome-tweak-tool/gnome-3-26] Updated Slovenian translation Jeremy Bicha
- [gnome-tweak-tool/gnome-3-26] Update zh_CN translation Jeremy Bicha
- [gnome-tweak-tool/gnome-3-26] Updated Czech translation Jeremy Bicha
- [gnome-tweak-tool/gnome-3-26] 3.26.3 Jeremy Bicha
- [gnome-tweak-tool] Created tag 3.26.3 Jeremy Bicha
- [gnome-tweak-tool] Copy NEWS from 3.26.3 Jeremy Bicha
- [gnome-tweak-tool] trivial: fix typo in NEWS Jeremy Bicha
- [gnome-boxes/gnome-3-26] Update Brazilian Portuguese translation Translations User D-L
- [gnome-boxes] Update Brazilian Portuguese translation Translations User D-L
- [gnome-todo] theme: Add 2px border-radius to row entries Gitlab Administrative User
- [gnome-todo] edit-panel: Trap textview clicks Gitlab Administrative User
- [gnome-todo/gnome-3-26] build: Fix AppStream metainfo file name Gitlab Administrative User
- [gnome-todo] build: Fix AppStream metainfo file name Gitlab Administrative User
- [gxml] GomElement, Parser: Fix parse namespaced attributes Daniel Espinosa Ortiz
- [gtk+] Drop gdk_pango_context_get_for_screen Matthias Clasen
- [gtk+] tests: Stop using gdk_pango_context_get. Matthias Clasen
- [gtk+] Drop gdk_pango_context_get Matthias Clasen
- [gtk+] gtk-demo: Remove calls to gtk_style_context_reset_widgets() Benjamin Otte
- [gtk+] stylecontext: Port to use display instead of screen Benjamin Otte
- [gtk+] icontheme: Use GdkDisplay instead of GdkScreen Benjamin Otte
- [gtk+] Add gdk_event_get/set_display Matthias Clasen
- [gtk+] gdk: Stop using gdk_event_set_screen Matthias Clasen
- [gtk+] gtk: Stop using gdk_event_get_screen Matthias Clasen
- [gtk+] Drop gdk_event_set/get_screen Matthias Clasen
- [gnome-todo/gnome-3-26] Bump 3.26.2 release Gitlab Administrative User
- [gnome-todo] Created tag GNOME_TODO_3_26_2 Gitlab Administrative User
- [gnome-calendar] month-view: only idle add month cell update when necessary Georges Basile Stavracas Neto
- [gnome-calendar] month-view: remove reminescent dnd code Georges Basile Stavracas Neto
- [gtk+] printoperation: Stop using gdk_app_launch_context_set_screen Matthias Clasen
- [gtk+] Drop gdk_app_launch_context_set_screen Matthias Clasen
- [gtk+] Forgotten file Matthias Clasen
- [gnome-continuous] Add build-api patch for at-spi2-atk Emmanuele Bassi
- [gnome-calendar] month-cell: only update label when date changes Georges Basile Stavracas Neto
- [jhbuild] core-3.28: Use Meson to build at-spi2-atk Emmanuele Bassi
- [gnome-builder] build: specify pkg-config name to generate_gir() Christian Hergert
- [gnome-software] Created branch wip/rancell/bgo789680 Robert Ancell
- [gnome-software/wip/rancell/bgo789680] Use the correct GCancellable when switching between apps Robert Ancell
- [gtk+] widget: Remove gtk_widget_has_screen() Benjamin Otte
- [gtk+] window: Remove gtk_window_get_screen() Benjamin Otte
- [gtk+] css: Merge GtkStyleProviderPrivate into GtkStyleProvider Benjamin Otte
- [gtk+] Update POTFILES.in Piotr Drąg
- [gtk+] gtk: Fix debug build Benjamin Otte
- [gtk+] styleprovider: Fix fallout from merge Benjamin Otte
- [dconf-editor/gnome-3-22] Correct generated code. Arnaud Bonatti
- [dconf-editor/gnome-3-22] Prepare 3.22.4. Arnaud Bonatti
- [dconf-editor] Created tag 3.22.4 Arnaud Bonatti
- [dconf-editor/gnome-3-24] SettingsSchemaSource.get_default() could return null. Arnaud Bonatti
- [dconf-editor/gnome-3-24] Correct generated code. Arnaud Bonatti
- [dconf-editor/gnome-3-24] Prepare 3.24.3. Arnaud Bonatti
- [gtk+] gdk/win32: Fix build after GdkScreen and settings changes Chun-wei Fan
- [dconf-editor] Created tag 3.24.3 Arnaud Bonatti
- [geary] (7 commits) Non-fast-forward update to branch wip/781488-aliyun-greeting-error Michael Gratton
- [geary/wip/781488-aliyun-greeting-error: 2/7] Fix HTML signatures that are single IMG tags not recognised as HTML. Michael Gratton
- [geary/wip/781488-aliyun-greeting-error: 3/7] Assorted async test case fixes. Michael Gratton
- [geary/wip/781488-aliyun-greeting-error: 4/7] Add test case stub for Geary.Imap.Deserializer to the build. Michael Gratton
- [geary/wip/781488-aliyun-greeting-error: 5/7] Tidy up deserialiser source a bit. Michael Gratton
- [geary/wip/781488-aliyun-greeting-error: 6/7] Allow IMAP atoms to be terminated by an atom-special w/o needing a space. Michael Gratton
- [geary/wip/781488-aliyun-greeting-error: 7/7] Ensure syntax errors are always reported by the deserialiser. Michael Gratton
- [evolution-data-server] Bug 789677 - [ECalClient] Incorrect free call in process_detached_instances() Milan Crha
- [gtk+] window: Turn gtk_window_set_screen() into gtk_window_set_display() Benjamin Otte
- [gtk+] mountoperation: Move from screen to display Benjamin Otte
- [gtk+] invisible: Make it use display, not screen Benjamin Otte
- [gtk+] widget: Remove gtk_widget_get_screen() Benjamin Otte
- [evolution-data-server/gnome-3-26] Bug 789677 - [ECalClient] Incorrect free call in process_detached_instances() Milan Crha
- [gtk+] settings: Remove gtk_settings_get_for_screen() Benjamin Otte
- [gtk+] docs: Fix up some places that still said screen instead of display Benjamin Otte
- [gnome-calculator] icons: ship app icon with Calculator Robert Roth
- [gnome-calendar] (50 commits) Created branch wip/flb/weather-forecast Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 1/50] Initial weather service. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 2/50] weather: Allow to set a fix location. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 3/50] weather: Simplify and inline property param flags Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 4/50] weather: Properly extract and translate weather information. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 5/50] weather: Prepare global time zone support. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 6/50] weather: Add a TODO Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 7/50] weather: Improve logging Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 8/50] weather: Improve weather folding Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 9/50] weather: Rename WeatherInfo.weather_info to gweather_info Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 10/50] Weather: Change weather update signal. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 11/50] week-view: Fix outdated ownership comment. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 12/50] weather: Add optional reading point logging Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 13/50] week-header: Add initial weather support. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 14/50] weather: Pin weather services to applications. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 15/50] weather: Integrate weather into our main windows. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 16/50] weather: Change weather icon selection heuristic. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 17/50] weather: Use -night icons only for fold-results when it makes sense. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 18/50] weather: week: Add space between icon and temperature Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 19/50] week-header: Style temperatures Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 20/50] weather: Display service attributions in AboutDialog. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 21/50] weather: steal a data point from tomorrow in case there is none for "today". Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 22/50] Synchronise weather on application.sync. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 23/50] weather: Re-use old weather predictions on errors Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 24/50] week-header: Properly handle weather infos on date changes Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 25/50] window: Set style class "error" for invalid locations Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 26/50] window: Improve weather setting sensitivity Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 27/50] weather: Use find_nearest_city instead of new_detached Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 28/50] weather: Drop gcal_weather_service_get_location_name() Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 29/50] weather: Introduce a proper timer for forecasts. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 30/50] weather: Rename check-interval to check-interval-renew. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 31/50] weather: Set check-interval-renew to 3h. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 32/50] timer: Improve duration api Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 33/50] weather: Use shorter timeouts if local weather info is invalid Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 34/50] weather: Use network status Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 35/50] weather: Rename timer to duration timer. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 36/50] Avoid single line comments. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 37/50] weather: Change the way I calculate begin-of-day Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 38/50] weather: Update on 00:00 Georges Basile Stavracas Neto
- [gegl] workshop/shadows-highlights-correction: uncomment opencl related code Thomas Manni
- [gnome-calendar/wip/flb/weather-forecast: 39/50] timer: Rename struct CallbackWrapper to CbWrapperData Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 40/50] timer: Drop useless if in reset. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 41/50] week-header: Rename WeatherInfoPos to WeatherInfoDay and drop positions. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 42/50] weather: start the right timer. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 43/50] weather, timer: Set log domains Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 44/50] month-view: Show weather reports. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 45/50] month-cell: Display temperatures Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 46/50] year-view: Show weather reports. Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 47/50] view: Move weather API to interface GcalView Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 48/50] Whitespace changes Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 49/50] month-cell: Fix day number positions Georges Basile Stavracas Neto
- [gnome-calendar/wip/flb/weather-forecast: 50/50] month-cell: Drop temperature labels Georges Basile Stavracas Neto
- [wing] Added timeout parameter to wing_service_manager_stop_service Ignacio Casal Quinteiro
- [network-manager-libreswan] service: fix fallthrough warnings Lubomir Rintel
- [network-manager-libreswan] all: add additional 'Advanced' settings Lubomir Rintel
- [gtk+] gskpango: Remove GDK api macros Timm Bäder
- [gtk+] widget: Improve get_request_mode vfunc docs Timm Bäder
- [gtk+] viewport: Simplify child allocation Timm Bäder
- [gtk+] widget: Rename color variable to match the color Timm Bäder
- [gtk+] textview: Stop fiddling with CSS padding Timm Bäder
- [gtk+] textview: Remove {top,bottom,left,right}_border Timm Bäder
- [gtk+] widget: Make invalidation coordinates widget-relative Timm Bäder
- [gnome-terminal] client: legacy: Simplfy FD passing options Christian Persch
- [evolution] Updated Czech translation Marek Černocký
- [gnome-terminal] Updated Czech translation Marek Černocký
- [latexila] Updated Czech translation Marek Černocký
- [gxml] Updated Czech translation Marek Černocký
- [bijiben] Updated Czech translation Marek Černocký
- [chronojump] Updated Czech translation Marek Černocký
- [gnome-photos/gnome-3-26] flatpak: Update tracker and tracker-miners to 2.0.1 Debarshi Ray
- [gnome-photos/gnome-3-26] flatpak: Update tracker-miners to 2.0.2 Debarshi Ray
- [evolution-data-server] Bug 789555 - "Synchronize for offline" works on opened folders only Milan Crha
- [evolution-data-server/gnome-3-26] Bug 789555 - "Synchronize for offline" works on opened folders only Milan Crha
- [evolution-data-server/gnome-3-26] NEWS update for 3.26.2.1 Milan Crha
- [evolution-data-server] Created tag EVOLUTION_DATA_SERVER_3_26_2_1 Milan Crha
- [evolution-data-server/gnome-3-26] Post-release version bump Milan Crha
- [gnome-boxes/gnome-3-26] Revert "libvirt-machine-props: Allow resize of disk w/ snapshots" Felipe Borges
- [gnome-boxes/gnome-3-26] Release 3.26.3 Felipe Borges
- [gnome-boxes/gnome-3-26] libvirt-machine-props: Allow resize of disk w/ snapshots Felipe Borges
- [wing] Fix compilation error Ignacio Casal Quinteiro
- [wing] Release 0.0.12 Ignacio Casal Quinteiro
- [wing] Created tag v0.0.12 Ignacio Casal Quinteiro
- [wing] Post release version bump Ignacio Casal Quinteiro
- [gegl] operations/transform: flush cl caches before threaded transform Øyvind Kolås
- [gnome-terminal] nautilus: Fix duplicated open menus Christian Persch
- [gnome-terminal] Update Spanish translation Translations User D-L
- [library-web] Update Spanish translation Translations User D-L
- [adwaita-icon-theme] symbolic: input-gaming tweaks Jakub Steiner
- [gnome-disk-utility] Update Spanish translation Translations User D-L
- [damned-lies] Update Spanish translation Translations User D-L
- [gegl] operations/common/grey: Use alpha only if the source has it Debarshi Ray
- [dconf-editor/gnome-3-26] SettingsSchemaSource.get_default() could return null. Arnaud Bonatti
- [dconf-editor/gnome-3-26] Correct generated code. Arnaud Bonatti
- [dconf-editor/gnome-3-26] Prepare 3.26.2. Arnaud Bonatti
- [dconf-editor] Created tag 3.26.2 Arnaud Bonatti
- [chronojump] ForceSensor realtime graph with ablines, and other improvements Xavier de Blas
- [gedit] Fixed Czech translation Marek Černocký
- [dconf-editor] Correct generated code. Arnaud Bonatti
- [tracker] libtracker-common: Add tracker-seccomp from the libtracker-miners library Sam Thursfield
- [tracker] meson: Fix use of nonexistant 'default' keyword Sam Thursfield
- [tracker] meson: Remove erroneous reference to tracker-parser-sha1.h.in Sam Thursfield
- [tracker] meson: Remove options that are only relevant to tracker-miners Sam Thursfield
- [tracker] Deleted branch wip/sam/meson-subproject Sam Thursfield
- [gtk+] dnd: Drop GdkScreen from apis Matthias Clasen
- [babl] CIE: Add conversion from "RGBA float" to "CIE Lab float" Øyvind Kolås
- [babl] CIE: Use cbrt instead of pow for the reference XYZ to LAB conversion Øyvind Kolås
- [babl] CIE: Make the RGB to Lab fast paths as accurate as the reference Øyvind Kolås
- [babl] CIE: Make the RGB to Lab fast paths work with non-sRGB primaries Øyvind Kolås
- [epiphany] Update Spanish translation Translations User D-L
- [libxslt] Disable some MSVC warnings Nick Wellnhofer
- [libxslt] Also run Windows tests with --maxdepth 200 Nick Wellnhofer
- [releng] schedule: Assign next release to Tristan Michael Catanzaro
- [gnome-font-viewer] Update Spanish translation Translations User D-L
- [jhbuild] core-deps-3.28: WebKitGTK+ 2.19.1 Carlos Garcia Campos
- [glib] mkenums: Don't raise when unlinking a file that does not exist Philip Withnall
- [gnome-tweak-tool/gnome-3-26] Update Arabic translation Khaled Hosny
- [glib] meson: Fix libmount support Philip Withnall
- [gnome-usage] process: Replace getters and setter with properties Petr Štětka
- [gnome-tweak-tool] Update Arabic translation Khaled Hosny
- [msitools] test: fix wrongly written NULL-parameter Marc-Andre Lureau
- [gnome-continuous] manifest: WebKitGTK+ 2.19.1 Carlos Garcia Campos
- [gimp] Bug 780375 - Color picker won't pick on Wayland N/A
- [gvfs] Deleted branch wip/inigomartinez/meson Iñigo Martínez
- [gvfs] (11 commits) Created branch wip/inigomartinez/meson Iñigo Martínez
- [gvfs/wip/inigomartinez/meson: 1/11] build: Port to meson build system Iñigo Martínez
- [gvfs/wip/inigomartinez/meson: 2/11] build: Remove autotools Iñigo Martínez
- [gvfs/wip/inigomartinez/meson: 3/11] build: Remove configuration summary Iñigo Martínez
- [gvfs/wip/inigomartinez/meson: 4/11] build: Reorder meson options and update description Iñigo Martínez
- [gvfs/wip/inigomartinez/meson: 5/11] build: Do not generate the deprecated programs by default Iñigo Martínez
- [gvfs/wip/inigomartinez/meson: 6/11] build: Do not build gdu volume monitor by default Iñigo Martínez
- [gvfs/wip/inigomartinez/meson: 7/11] mtp: Remove redundant ifdefs Iñigo Martínez
- [gvfs/wip/inigomartinez/meson: 8/11] metadata: Remove udev dependency in favor of gudev Iñigo Martínez
- [gvfs/wip/inigomartinez/meson: 9/11] build: Remove unnecessary guards Iñigo Martínez
- [gvfs/wip/inigomartinez/meson: 10/11] build: Fix missing GDU monitor service file Iñigo Martínez
- [gvfs/wip/inigomartinez/meson: 11/11] build: Improve installation on system paths Iñigo Martínez
- [gnome-usage] storage-actionbar: Port to Gtk+ widget template Petr Štětka
- [gtk+] (23 commits) Created branch wip/carlosg/event-as-object Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 1/23] gdk: Refurbish GdkEvent struct hierarchy Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 2/23] gdk: Remove GdkEventType argument from GdkEvent union Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 3/23] gdk: Fold GdkEventPrivate fields into event structs Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 4/23] gtk/a11y: Use allocated events Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 5/23] gdk: Use allocated events Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 6/23] gdk: Figure out the GdkSeat of an event from the GdkDevice Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 7/23] gdk: Remove GdkScreen from GdkEventPrivate Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 8/23] gdk: Turn GdkEvent into a GObject Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 9/23] gtk: Adapt marshallers to GdkEvent as GObject Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 10/23] gdk: Remove gdk_event_is_allocated() Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 11/23] gtk/a11y: Fetch events as object Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 12/23] gdk: Make GdkEvent type a construct only property Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 13/23] gdk: Move additional code in gdk_event_new() to GdkEvent::constructed Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 14/23] gdk: Keep reference on tools from motion/button events. Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 15/23] gdk: Implement motion history as motion event data Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 16/23] gtk: Remove CONSTRUCT_ONLY flag from GtkEventControllerScroll::flags Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 17/23] gdk: Remove gdk_window_[gs]et_event_compression() Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 18/23] gdk/x11: s/gdk_event_free/g_object_unref/ Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 19/23] gdk/wayland: s/gdk_event_free/g_object_unref/ Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 20/23] gtk: s/gdk_event_free/g_object_unref/ Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 21/23] gtk: Avoid some event copies Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 22/23] gtk: Make gtk_get_current_event() return a reference Carlos Garnacho
- [gtk+/wip/carlosg/event-as-object: 23/23] gdk: Make gdk_display_peek_event() Return a reference to the event Carlos Garnacho
- [gjs/gnome-3-26] jsapi-util-args: Update out-of-date comments Gitlab Administrative User
- [gjs/gnome-3-26] build: Tweak code coverage options Gitlab Administrative User
- [gjs/gnome-3-26] tweener: Fix a couple of warnings Gitlab Administrative User
- [gjs/gnome-3-26] legacy: Allow ES6 classes to inherit from abstract Lang.Class class Gitlab Administrative User
- [gjs/gnome-3-26] release: Prepare for 1.50.2 Gitlab Administrative User
- [gjs] Created tag 1.50.2 Gitlab Administrative User
- [gjs/gnome-3-26] build: Post-release version bump Gitlab Administrative User
- [epiphany] Require WebKitGTK+ 2.19.1 Michael Catanzaro
- [epiphany] Revert "window: Don't depend on WebKit trunk" Michael Catanzaro
- [epiphany] window: Check context menu item sensitivity using editor state Michael Catanzaro
- [epiphany] Deleted branch wip/editor-state Michael Catanzaro
- [gnome-tweak-tool] Update Arabic translation Khaled Hosny
- [gnome-tweak-tool/gnome-3-26] Update Arabic translation Khaled Hosny
- [gtk+] Drop GdkScreen from GdkDevice apis Matthias Clasen
- [gnome-desktop/gnome-3-26] 3.26.2 Michael Catanzaro
- [gnome-desktop] Created tag 3.26.2 Michael Catanzaro
- [gvfs] gphoto2: Fix wrong format specifier in debug print Ondrej Holy
- [gvfs] monitor: Remove device file checks Ondrej Holy
- [gvfs/gnome-3-26] monitor: Remove device file checks Ondrej Holy
- [gnome-todo] task-row, new-task-row: improve padding Gitlab Administrative User
- [gnome-todo] task-row: move padding improvements Gitlab Administrative User
- [gvfs] (9 commits) Non-fast-forward update to branch wip/inigomartinez/meson Ondrej Holy
- [gvfs/wip/inigomartinez/meson: 1/9] build: Remove configuration summary Ondrej Holy
- [gvfs/wip/inigomartinez/meson: 2/9] build: Reorder meson options and update description Ondrej Holy
- [gnome-software] Add missing locking for Fedora distro upgrades plugin Kalev Lember
- [gvfs/wip/inigomartinez/meson: 3/9] build: Do not generate the deprecated programs by default Ondrej Holy
- [gvfs/wip/inigomartinez/meson: 4/9] build: Do not build gdu volume monitor by default Ondrej Holy
- [gvfs/wip/inigomartinez/meson: 5/9] mtp: Remove redundant ifdefs Ondrej Holy
- [gvfs/wip/inigomartinez/meson: 6/9] metadata: Remove udev dependency in favor of gudev Ondrej Holy
- [gnome-software/gnome-3-26] Add missing locking for Fedora distro upgrades plugin Kalev Lember
- [gvfs/wip/inigomartinez/meson: 7/9] build: Remove unnecessary guards Ondrej Holy
- [gnome-todo] application: fix typo in app name Gitlab Administrative User
- [gvfs/wip/inigomartinez/meson: 8/9] build: Fix missing GDU monitor service file Ondrej Holy
- [gvfs/wip/inigomartinez/meson: 9/9] build: Improve installation on system paths Ondrej Holy
- [gnome-todo] project: Drop GtdArrowFrame Gitlab Administrative User
- [gdm] session-worker: Adjust Initialize to behave more like SetupFor* Ray Strode
- [gdm] session: don't call gdm_session_defaults_changed from setup Ray Strode
- [gdm] session-worker: Use g_variant_dup_string where possible Ray Strode
- [gnome-user-docs/gnome-3-26] 3.26.2 Petr Kovář
- [gnome-user-docs] Created tag 3.26.2 Petr Kovář
- [tracker-miners] meson: Remove project options that are only relevant in tracker core Sam Thursfield
- [tracker-miners] meson: Fix use of invalid 'default' keyword in meson_options.txt Sam Thursfield
- [gdm/gnome-3-26] session-worker: Adjust Initialize to behave more like SetupFor* Ray Strode
- [gdm/gnome-3-26] session: don't call gdm_session_defaults_changed from setup Ray Strode
- [gdm/gnome-3-26] session-worker: Use g_variant_dup_string where possible Ray Strode
- [gdm/gnome-3-26] NEWS: update for release Ray Strode
- [tracker-miners] (2 commits) Created branch sam/meson-subproject Sam Thursfield
- [tracker-miners/sam/meson-subproject: 1/2] Rename libtracker-common to libtracker-miners-common Sam Thursfield
- [gdm/gnome-3-26] configure: bump to 3.26.2.1 Ray Strode
- [tracker-miners/sam/meson-subproject: 2/2] meson: Add tracker core as a subproject Sam Thursfield
- [gdm] Created tag 3.26.2.1 Ray Strode
- [tracker-miners] Deleted branch sam/meson-subproject Sam Thursfield
- [tracker-miners] (2 commits) Created branch sam/meson-subproject Sam Thursfield
- [tracker-miners/sam/meson-subproject: 1/2] Rename libtracker-common to libtracker-miners-common Sam Thursfield
- [tracker-miners/sam/meson-subproject: 2/2] meson: Add tracker core as a subproject Sam Thursfield
- [gtk+] inspector: Fix property being "display" now Benjamin Otte
- [gvfs] build: Port to meson build system Ondrej Holy
- [gvfs] build: Remove configuration summary Ondrej Holy
- [gvfs] build: Reorder meson options and update description Ondrej Holy
- [gvfs] build: Do not generate the deprecated programs by default Ondrej Holy
- [gvfs] build: Do not build gdu volume monitor by default Ondrej Holy
- [gvfs] mtp: Remove redundant ifdefs Ondrej Holy
- [gvfs] build: Remove unnecessary guards Ondrej Holy
- [gvfs] build: Fix missing GDU monitor service file Ondrej Holy
- [gvfs] build: Improve installation on system paths Ondrej Holy
- [chronojump] force sensor minor fix Xavier de Blas
- [chronojump] forceSensor ensure image rfd is enough big to be plot Xavier de Blas
- [gnome-terminal] build: Remove vala client Christian Persch
- [gtk+] testsuite: Update for screen => display property changes Benjamin Otte
- [gtk+] tests: Remove completely outdated test Benjamin Otte
- [gnome-user-docs] Fixed missing word Marek Černocký
- [gxml] GomElementTest: Remove warnings Daniel Espinosa Ortiz
- [gnome-user-docs/gnome-3-26] Fixed missing word Marek Černocký
- [gnome-boxes/gnome-3-26] Update Polish translation Piotr Drąg
- [gnome-boxes] Update Polish translation Piotr Drąg
- [gnome-usage] Update POTFILES.in Piotr Drąg
- [gnome-getting-started-docs/gnome-3-26] 3.26.2 Petr Kovář
- [gnome-getting-started-docs] Created tag 3.26.2 Petr Kovář
- [gnome-system-monitor] Fix inaccurate %CPU values in the Processes table Benoît Dejean
- [gnome-todo/wip/gbsneto/dnd-fixups: 1/6] wip Gitlab Administrative User
- [gnome-todo] (6 commits) Created branch wip/gbsneto/dnd-fixups Gitlab Administrative User
- [gnome-todo/wip/gbsneto/dnd-fixups: 3/6] task-list-view: Properly finish drop operation Gitlab Administrative User
- [gnome-todo/wip/gbsneto/dnd-fixups: 2/6] task-list-view: Use GDK_ACTION_MOVE instead of COPY Gitlab Administrative User
- [gnome-todo/wip/gbsneto/dnd-fixups: 5/6] task-row: Reset cursor after DnD Gitlab Administrative User
- [gnome-todo/wip/gbsneto/dnd-fixups: 4/6] task-row: Use real, unscaled widget in DnD Gitlab Administrative User
- [gnome-todo/wip/gbsneto/dnd-fixups: 6/6] task-row: Make most of the row header draggable Gitlab Administrative User
- [gnome-todo] (6 commits) Non-fast-forward update to branch wip/gbsneto/dnd-fixups Gitlab Administrative User
- [gnome-todo/wip/gbsneto/dnd-fixups: 1/6] task-row: Start working on DnD Gitlab Administrative User
- [gnome-todo/wip/gbsneto/dnd-fixups: 2/6] task-list-view: Use GDK_ACTION_MOVE instead of COPY Gitlab Administrative User
- [gnome-todo/wip/gbsneto/dnd-fixups: 3/6] task-list-view: Properly finish drop operation Gitlab Administrative User
- [gnome-todo/wip/gbsneto/dnd-fixups: 4/6] task-row: Use real, unscaled widget in DnD Gitlab Administrative User
- [gnome-todo/wip/gbsneto/dnd-fixups: 5/6] task-row: Reset cursor after DnD Gitlab Administrative User
- [gnome-todo/wip/gbsneto/dnd-fixups: 6/6] task-row: Make most of the row header draggable Gitlab Administrative User
- [gtk+/gtk-3-22] SpinButton: Fix typo Daniel Boles
- [gtk+/gtk-3-22] gdkmonitor: Fix typo Daniel Boles
- [gtk+] gdkmonitor: Fix typo Daniel Boles
- [gtk+/gtk-3-22] icon-browser: Centre Copy button in dialog again Daniel Boles
- [gtk+] icon-browser: Centre Copy button in dialog again Daniel Boles
- [network-manager-libreswan] properties/trivial: whitespace fixes Thomas Haller
- [network-manager-libreswan] properties: don't use strlen() to check for empty string Thomas Haller
- [gtk+] AboutDialog: Fix accepting GTK_LICENSE_AGPL_3_0 Daniel Boles
- [gtk+/gtk-3-22] AboutDialog: Fix accepting GTK_LICENSE_AGPL_3_0 Daniel Boles
- [gnome-todo/wip/gbsneto/dnd-fixups] task-list-view: Properly calculate row x offset Gitlab Administrative User
- [gnome-todo/wip/gbsneto/dnd-fixups] task-list-view: Also set drag status on failure Gitlab Administrative User
- [gnome-todo] (8 commits) ...task-list-view: Also set drag status on failure Gitlab Administrative User
- [gnome-todo] Deleted branch wip/gbsneto/dnd-fixups Gitlab Administrative User
- [vte] vala: add metadata to make Terminal.spawn_async () appear in the VAPI Christian Persch
- [babl] babl: add babl_format_exists Øyvind Kolås
- [babl] export-symbols: add babl_format_exists Øyvind Kolås
- [gnome-todo] style: Properly line-through completed task rows' title Gitlab Administrative User
- [file-roller/gnome-3-26] updated for version 3.26.2 Paolo Bacchilega
- [file-roller] Created tag 3.26.2 Paolo Bacchilega
- [gnome-sdk-images] glib-networking uses meson now Alexander Larsson
- [jhbuild] (2 commits) Created branch jjardon/reorganization Javier Jardón Cabezas
- [jhbuild/jjardon/reorganization: 1/2] core-3.28: Move some modules from meta-core-gnome-utilities to meta-gnome-core-shell Javier Jardón Cabezas
- [jhbuild/jjardon/reorganization: 2/2] 3.28: core utilities are still apps; they can eventually be flatpaks Javier Jardón Cabezas
- [gvfs] Deleted branch wip/inigomartinez/meson Iñigo Martínez
- [gnome-font-viewer] Update German translation Translations User D-L
- [polari] Update German translation Translations User D-L
- [gnome-builder] doc: Add instructions for Rust language server Christian Hergert
- [gtk+] dnd: Remove remnants of screen tracking Matthias Clasen
- [gtk+] Drop gdk_window_get_screen Matthias Clasen
- [gnome-todo] application: Cleanup code Gitlab Administrative User
- [gnome-todo] application: Use positional formats in About dialog Gitlab Administrative User
- [gnome-todo] application: Show VCS hash when debug-building Gitlab Administrative User
- [gtk+] Stop using gdk_pango_get_context_for_display Matthias Clasen
- [rhythmbox] shell: remove extra pixbuf unref Jonathan Matthew
- [recipes/recipes-1.0] Update German translation Translations User D-L
- [gtk+] tests: Stop using gdk_pango_get_context_for_display Matthias Clasen
- [gtk+] Drop gdk_pango_context_get_for_display Matthias Clasen
- [jhbuild] core-deps-3.28: Disable more fwupd backends Michael Catanzaro
- [releng] GNOME 3.26.2 Michael Catanzaro
- [recipes] Update German translation Translations User D-L
- [gnome-builder] ide-compile-command: fix typo in comment Sébastien Lafargue
- [gnome-builder] ide-compile-coomand: protect file key against unref Sébastien Lafargue
- [gtk+] Drop the GDK_DPI_SCALE variable Matthias Clasen
- [gtk+] Stop using screen resolution Matthias Clasen
- [gtk+] Drop the screen resolution api Matthias Clasen
- [gtk+] monitor: remove GdkScreen mention from docs Matthias Clasen
Mail converted by MHonArc