[gtk] (83 commits) Non-fast-forward update to branch bin-removal



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

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

Commits removed from the branch:

  7d9d885... docs: Add more detail to the drawing overview
  7a9bfa1... dragicon: Derive from GtkWidget
  9486de9... widget-factory: Fix a typo
  9b0b6bf... frame: Add a child property
  37687cc... Use gtk_frame_set_child throughout
  732ac3a... frame: Derive from GtkWidget
  ffd7e50... aspectframe: Add a child property
  f8aaa87... Use gtk_aspect_frame_set_child throughout
  628a6b7... aspectframe: Derive from GtkWidget
  66615a5... fishbow: fixup premature popover
  006e16d... aspect frame use fixup
  08812ba... viewport: Add a child property
  66cb797... Use gtk_viewport_set_child throughout
  9ac072c... viewport: Derive from GtkWidget
  51d5652... popover: Add a child property
  10f7981... Use gtk_popover_set_child throughout
  4ee5611... popover: Derive from GtkWidget
  4eaaf23... scrolledwindow: Add a child property
  f4fcdc7... Use gtk_scrolled_window_set_child throughout
  79d23b1... scrolledwindow: Derive from GtkWidget
  65b3a5b... button: Add a child property
  3c4b819... Use gtk_button_set_child throughout
  99bb66a... checkbutton: Remove the container implementation
  4c727a0... checkbutton: add flipping
  60555d2... button: Derive from GtkWidget
  0320f31... window: Add a child property
  99576d3... Use gtk_window_set_child throughout
  d79021d... window: Derive from GtkWidget
  81361a0... revealer: Add a child property
  257101d... Use gtk_revealer_set_child throughout
  bb5c9e4... revealer: Derive from GtkWidget
  ecdc525... flowboxchild: Derive from GtkWidget
  aa3a246... listboxrow: Derive from GtkWidget
  7f6c509... searchbar: Add a child property
  2d30b40... Use gtk_search_bar_set_child throughout
  c8e0945... searchbar: Derive from GtkWidget
  6bfe3a3... overlay: Add a child property
  0a65f4c... Use gtk_overlay_set_child throughout
  579e971... overlay: Derive from GtkWidget
  02cb4c6... Add gtk_overlay_remove_overlay
  8d82812... testgtk: Fix g_object_new use
  1fecfb5... frame: Don't queue a resize if xalign changes
  008482d... frame: Fix xalign handling
  a4b22f2... testframe: Drop padding
  9d83201... testkineticscrolling: Make this work again
  4203200... combobox: Add a child property
  83e9838... Use gtk_combo_box_set_child throughout
  27fab98... combobox: Derive from GtkWidget
  d197562... tooltipwindow: Derive from GtkWidget
  4c0ce8b... builder-tool: Convert former bin children
  6cbe198... Add a test for bin child conversion
  6e447b1... gtk-demo: Port blur demo from GtkBin
  d571d94... inspector: Derive recorder from GtkWidget
  3f73569... testtooltips: Derive demo from GtkWidget
  e8c34ec... Drop GtkBin

Commits added to the branch:

  8165616... Adwaita: bring more attention to focus change (*)
  43a453e... headerbar: Remove has-subtitle property (*)
  67822d0... appchooserdialog: Create title and subtitle manually (*)
  fa0509c... filechooserdialog: Create title and subtitle manually (*)
  35d50f8... headerbar: Remove subtitle (*)
  c2e4e1a... headerbar: Remove user-settable title (*)
  739f681... headerbar: Rename custom-title to title-widget (*)
  6b4bed2... builder-tool: Rename GtkHeaderBar:custom-title to title-wid (*)
  ab59562... headerbar: Document GtkBuilder child types, add a title exa (*)
  4315458... docs: Add more detail to the drawing overview (*)
  8653a5e... dragicon: Derive from GtkWidget (*)
  e393465... widget-factory: Fix a typo (*)
  c31431c... Update Basque translation (*)
  fa90747... Merge branch 'wip/exalm/headerbar-title' into 'master' (*)
  fd1fe0e... Merge branch 'matthiasc/for-master' into 'master' (*)
  32740a7... Update Ukrainian translation (*)
  80867ac... appchooserdialog: Don't show subtitle label when subtitle i (*)
  0b4a1bb... Merge branch 'wip/exalm/subtitle' into 'master' (*)
  817112a... filechooser: Translate type column (*)
  b4d5ddc... Merge branch 'filechooser-translation' into 'master' (*)
  05ad3c5... Update Chinese (Taiwan) translation (*)
  ab0ad4a... Merge branch 'wip/jimmac/emphasize-focus-change' into 'mast (*)
  8127d70... Adwaita: make transition offset more subtle (*)
  2dcb240... Merge branch 'wip/jimmac/avoid-wobbly-windows' into 'master (*)
  77cf6cd... frame: Don't queue a resize if xalign changes (*)
  130ae89... frame: Fix xalign handling (*)
  92ac66f... testframe: Drop padding (*)
  837b141... Merge branch 'matthiasc/for-master' into 'master' (*)
  d64d469... Updated Spanish translation (*)
  d2b5bef... Adwaita: Convert entries to the new focus rings (*)
  d62e2fa... Merge branch 'wip/exalm/entries' into 'master' (*)
  2a61671... widget-factory: Add .toolbar
  b76acf0... Adwaita: Style .toolbar
  bd87071... frame: Add a child property
  8bc6167... Use gtk_frame_set_child throughout
  307a741... frame: Derive from GtkWidget
  88c1588... aspectframe: Add a child property
  a123c53... Use gtk_aspect_frame_set_child throughout
  73320b1... aspectframe: Derive from GtkWidget
  493bdf6... fishbow: fixup premature popover
  ae9dc96... aspect frame use fixup
  fbda4a0... viewport: Add a child property
  e94e043... Use gtk_viewport_set_child throughout
  6ece788... viewport: Derive from GtkWidget
  1f3f0ab... popover: Add a child property
  1699006... Use gtk_popover_set_child throughout
  ca51293... popover: Derive from GtkWidget
  36aca15... scrolledwindow: Add a child property
  8e5b43c... Use gtk_scrolled_window_set_child throughout
  0281a59... scrolledwindow: Derive from GtkWidget
  1e12336... button: Add a child property
  fee1e34... Use gtk_button_set_child throughout
  fec32d9... checkbutton: Modernize
  dafdf8d... css tests: Update expected results
  7e02092... css testsuite: Remove an obsolete test
  302c686... button: Derive from GtkWidget
  ca87717... window: Add a child property
  2a80d46... Use gtk_window_set_child throughout
  748cfa8... window: Derive from GtkWidget
  dd54312... revealer: Add a child property
  7cae59c... Use gtk_revealer_set_child throughout
  c1f06a6... revealer: Derive from GtkWidget
  b8ccb1e... flowboxchild: Derive from GtkWidget
  77d71ab... listboxrow: Derive from GtkWidget
  40e9b7e... searchbar: Add a child property
  f580dd8... Use gtk_search_bar_set_child throughout
  d483728... searchbar: Derive from GtkWidget
  71cd681... overlay: Add a child property
  e06f1a8... Use gtk_overlay_set_child throughout
  64fbb2b... overlay: Derive from GtkWidget
  96441fc... Add gtk_overlay_remove_overlay
  09b5144... testgtk: Fix g_object_new use
  d536d9f... testkineticscrolling: Make this work again
  fb7add6... combobox: Add a child property
  865df6c... Use gtk_combo_box_set_child throughout
  25494e2... combobox: Derive from GtkWidget
  75b5343... tooltipwindow: Derive from GtkWidget
  c0efca5... builder-tool: Convert former bin children
  f7fd545... Add a test for bin child conversion
  04e6116... gtk-demo: Port blur demo from GtkBin
  577b88e... inspector: Derive recorder from GtkWidget
  b82b827... testtooltips: Derive demo from GtkWidget
  7c26b70... Drop GtkBin

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


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