[gnome-characters] (76 commits) Non-fast-forward update to branch bilelmoussaoui/gtk4



The branch 'bilelmoussaoui/gtk4' 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:

  5b5aa18... flatpak: bump to newer gnome-desktop
  d36ae29... lib-gc: drop gtk dependency
  9821e50... require newer versions of the dependencies
  c1fe7f0... switch to Adw instead of Hdy namespace
  bf4d221... don't subclass GtkListBox
  e633cea... make it run with gtk4
  4c31619... port to Adw.Application
  55143f1... UI: remove useless properties
  e3de2a1... category list: fix GtkImage api usage
  fdfca95... flatpak: give it access to dri
  94ac584... window: fix post wrapping listbox in a bin usage
  5305a00... about dialog: stop handling response signal
  a6b1ed7... window: fix post wrapping listbox in a bin usage post fix
  6c83a6d... make use of new css helper
  921dd2b... category list: drop the whole params mess
  5d2ea07... category list: show the list of categories on the sidebar
  72f9225... drop not used initEnv function
  a2b0737... finish removal of the params module
  ecdf415... build: depend on libadwaita instead of libhandy
  2602279... set the correct list type when a sidebar item is selected
  3d48947... refactor CategoryListView to a proper Sidebar
  2e046c3... shortcuts: use gtk's automatic way for loading it
  9b49edd... menu: set from UI file
  6cb86aa... sidebar: move categories to the UI file
  4e3ac7f... window: update title when a sidebar item is selected
  711e56b... characters: create a new common view widget
  771e8be... characters view: fix chars rendering
  8bed46b... CI: introduce a eslint job
  12271a9... misc: eslint fixes
  6323666... Fix search
  80f506d... mark the sidebar separator as not navigatable
  3868fa1... split sidebar into sidebar/sidebar row
  2ae717c... sidebar row: cleanup accessibility stuff
  34097c7... sidebar: use symbolic icons for emoji categories
  5ad1155... characters view: add a gesture click controller
  2f7c3dd... character dialog: redesign & cleanup
  207d623... CI: drop fedora job
  b63cad3... characters view: fix click gesture handler
  f6bc1a7... characters view: implement scrollable
  7f54c1d... character dialog: close with escape
  6c0cff3... character dialog: use a leaflet
  05b7a9b... couple of code fixes & remove dead code
  a145d5c... characters view: draw the baseline with gsk
  732c882... characters view: render emojis using gsk
  da26473... characters: port remaining rendering code to snapshot api
  b3cfbfb... characters view: smooth scrolling
  76fcec5... characters view: use borders color for baseline
  1c949af... window: display window controls when folded
  8cebf48... character dialog: don't select a row by default
  1b3da3c... characters view: center characters on the view
  ff86c6f... drop font filter feature
  a9a3dd0... characters view: load latin scripts correctly
  38fa393... characters view: remove unneeded returns
  a92ea22... characters view: use get_color for fg color
  8dc027b... characters view: add a view class
  ee41d19... characters view: don't draw a baseline for emoji categories
  d35e6f0... characters view: search by scripts once they are loaded
  7bfbde0... baseline fix
  f0a6702... characters view: fix clicked position of edge rows
  27d9adc... characters view: await on async search functions
  123f9a2... characters view: stop limiting results
  2c4cbf2... characters view: remove unneeded notify signal handler
  b6b2e86... window: cleanup loading screen UI
  1bac439... sidebar: cleanup rows spacing
  78caa53... window: bind show-start-title-buttons of the main headerbar
  1790fff... characters view: promisify async functions
  3776d61... window: fix search
  57e06a7... window: drop useless functions & simplify
  e7a3af2... character dialog: use a leaflet for the whole view
  0f3d0cc... window: better default height
  0d5d1ce... window: track search toggle button as well
  f96929f... window: re-add the show primary menu shortcut
  ebd2c3d... drop unused font fitler menu
  a7ff9cc... i18n: update POTFILES
  18b9f85... gschema: drop the font setting

Commits added to the branch:

  99677b3... Add "symbols" as a search keyword (*)
  7614de7... flatpak: bump to newer gnome-desktop
  e00b632... lib-gc: drop gtk dependency
  b761560... require newer versions of the dependencies
  a962d5e... switch to Adw instead of Hdy namespace
  93cebf8... don't subclass GtkListBox
  52971de... make it run with gtk4
  5aa0f15... port to Adw.Application
  c609ccf... UI: remove useless properties
  1a7aad0... category list: fix GtkImage api usage
  ca4ddc8... flatpak: give it access to dri
  8f2437a... window: fix post wrapping listbox in a bin usage
  d52aae4... about dialog: stop handling response signal
  6b71e62... window: fix post wrapping listbox in a bin usage post fix
  dc67409... make use of new css helper
  7f8ed9d... category list: drop the whole params mess
  3be40e5... category list: show the list of categories on the sidebar
  b8bd82e... drop not used initEnv function
  d20de63... finish removal of the params module
  5a21283... build: depend on libadwaita instead of libhandy
  0bd5b32... set the correct list type when a sidebar item is selected
  8b37329... refactor CategoryListView to a proper Sidebar
  c7f6c08... shortcuts: use gtk's automatic way for loading it
  24b5e51... menu: set from UI file
  b86c918... sidebar: move categories to the UI file
  e36ec49... window: update title when a sidebar item is selected
  11f559a... characters: create a new common view widget
  8e48cb1... characters view: fix chars rendering
  88be480... CI: introduce a eslint job
  94b9235... misc: eslint fixes
  86ccf77... Fix search
  4343a1f... mark the sidebar separator as not navigatable
  a83e04e... split sidebar into sidebar/sidebar row
  a554a06... sidebar row: cleanup accessibility stuff
  d04f564... sidebar: use symbolic icons for emoji categories
  b189d4b... characters view: add a gesture click controller
  2131fb8... character dialog: redesign & cleanup
  7ae2ab1... CI: drop fedora job
  49eee0f... characters view: fix click gesture handler
  67eb706... characters view: implement scrollable
  07351e2... character dialog: close with escape
  45cc45f... character dialog: use a leaflet
  5c7bc6f... couple of code fixes & remove dead code
  11e9923... characters view: draw the baseline with gsk
  ea26bdf... characters view: render emojis using gsk
  3538769... characters: port remaining rendering code to snapshot api
  385e772... characters view: smooth scrolling
  815dc85... characters view: use borders color for baseline
  655bfb3... window: display window controls when folded
  31b9ddb... character dialog: don't select a row by default
  c353953... characters view: center characters on the view
  7691686... drop font filter feature
  108acd3... characters view: load latin scripts correctly
  5be8c41... characters view: remove unneeded returns
  4f72c90... characters view: use get_color for fg color
  71e61b4... characters view: add a view class
  63ee224... characters view: don't draw a baseline for emoji categories
  f53a160... characters view: search by scripts once they are loaded
  26c71a9... baseline fix
  c203320... characters view: fix clicked position of edge rows
  9d6c9fd... characters view: await on async search functions
  6f32c76... characters view: stop limiting results
  a98cca5... characters view: remove unneeded notify signal handler
  d771ced... window: cleanup loading screen UI
  da558a2... sidebar: cleanup rows spacing
  ae1e566... window: bind show-start-title-buttons of the main headerbar
  0a8438e... characters view: promisify async functions
  57a20a2... window: fix search
  ac27c75... window: drop useless functions & simplify
  9ac91e8... character dialog: use a leaflet for the whole view
  89957d2... window: better default height
  cb8f186... window: track search toggle button as well
  080aedd... window: re-add the show primary menu shortcut
  bf66a5f... drop unused font fitler menu
  25975ea... i18n: update POTFILES
  afcc90c... gschema: drop the font setting

(*) 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]