[gnome-characters] (71 commits) Non-fast-forward update to branch bilelmoussaoui/gtk4
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-characters] (71 commits) Non-fast-forward update to branch bilelmoussaoui/gtk4
- Date: Thu, 25 Nov 2021 11:03:09 +0000 (UTC)
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:
4f10036... flatpak: bump to newer gnome-desktop
6c3093a... lib-gc: drop gtk dependency
0cc9fac... require newer versions of the dependencies
59bf7b0... switch to Adw instead of Hdy namespace
26091ad... don't subclass GtkListBox
411e618... make it run with gtk4
6ad8afb... port to Adw.Application
36d6b2c... UI: remove useless properties
a76ca1e... category list: fix GtkImage api usage
1c4731c... flatpak: give it access to dri
6c09750... window: fix post wrapping listbox in a bin usage
8be339f... about dialog: stop handling response signal
24442fc... window: fix post wrapping listbox in a bin usage post fix
40f2a45... make use of new css helper
b714d67... category list: drop the whole params mess
4b9c874... category list: show the list of categories on the sidebar
b9fd0bf... drop not used initEnv function
8334b0b... finish removal of the params module
7003131... build: depend on libadwaita instead of libhandy
0778c5d... set the correct list type when a sidebar item is selected
36d7862... refactor CategoryListView to a proper Sidebar
cd0afbf... shortcuts: use gtk's automatic way for loading it
d683eee... menu: set from UI file
6822a59... sidebar: move categories to the UI file
4e77581... window: update title when a sidebar item is selected
bf8f592... characters: create a new common view widget
012fd91... characters view: fix chars rendering
6e05205... CI: introduce a eslint job
1e0f4ca... misc: eslint fixes
4afd4a7... Fix search
a422dc4... mark the sidebar separator as not navigatable
6ac7ce0... split sidebar into sidebar/sidebar row
103de62... sidebar row: cleanup accessibility stuff
19c5fc1... sidebar: use symbolic icons for emoji categories
9d0dafb... flatpak: give it access to a11y bus
dfc7736... characters view: add a gesture click controller
42c0a0d... character dialog: redesign & cleanup
a36fbf4... CI: drop fedora job
87fdcc7... characters view: fix click gesture handler
557edf4... characters view: implement scrollable
07fba84... character dialog: close with escape
8bf1068... character dialog: use a leaflet
139fba2... couple of code fixes & remove dead code
21d5b44... characters view: draw the baseline with gsk
2e10029... characters view: render emojis using gsk
8d2cddf... characters: port remaining rendering code to snapshot api
8fb4b0e... characters view: smooth scrolling
779eed5... characters view: use borders color for baseline
398016b... window: display window controls when folded
47593c9... character dialog: don't select a row by default
70ad72b... characters view: center characters on the view
8913960... drop font filter feature
efc1645... characters view: load latin scripts correctly
e27462b... characters view: remove unneeded returns
b1102cb... characters view: use get_color for fg color
f169b64... characters view: add a view class
885b8df... characters view: don't draw a baseline for emoji categories
8438a13... characters view: search by scripts once they are loaded
c431b18... baseline fix
9177871... characters view: fix clicked position of edge rows
6e0ea00... characters view: await on async search functions
31a72a6... characters view: stop limiting results
a6942bb... characters view: remove unneeded notify signal handler
c283296... window: cleanup loading screen UI
da70eee... sidebar: cleanup rows spacing
138bf51... window: bind show-start-title-buttons of the main headerbar
199bcef... characters view: promisify async functions
9eabebd... window: fix search
909fd4c... window: drop useless functions & simplify
76b3166... character dialog: use a leaflet for the whole view
3b3517b... window: better default height
ecd179a... window: track search toggle button as well
Commits added to 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]