[libhandy] (203 commits) Non-fast-forward update to branch unstable-api
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libhandy] (203 commits) Non-fast-forward update to branch unstable-api
- Date: Fri, 26 Jun 2020 07:28:35 +0000 (UTC)
The branch 'unstable-api' 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:
0803413... Remove the HANDY_USE_UNSTABLE_API guard
ded81aa... doc: Tell to stop acknowledging the API unstability
Commits added to the branch:
da0c5f6... expander-row: Simplify boolean parameter sanitization (*)
460a78f... expander-row: Prevent gtk_widget_show_all() (*)
5b4845c... view-switcher: Extend bin instead of box (*)
8cba7e9... column: Queue resize after changing maximum width (*)
181d521... stackable-box: Disconnect the signal handler after removing (*)
d8dc353... stackable-box: Unset last_visible_child after removing or h (*)
8c1a489... stackable-box: Only hide last visible child when folded (*)
009bd8c... preferences-window: Implement remove() and forall() (*)
91e01cc... preferences-page: Subclass GtkBin instead of GtkScrolledWin (*)
f89df4f... preferences-page: Implement remove() and forall() (*)
361e10b... preferences-group: Subclass GtkBin (*)
9193341... preferences-group: Implement remove() (*)
35a0d35... action-row: Implement remove() (*)
b9b2c26... action-row: Don't allow adding null prefixes (*)
2ced6f4... expander-row: Implement remove() (*)
91ef53d... expander-row: Fix forall() (*)
144646d... glade: Update dtd (*)
b514935... glade: Add GladeHdyUtils (*)
cb437a9... glade: Use utils in HdyCarousel adaptor (*)
02655df... glade: Add a synthetic position child property for HdyCarou (*)
88397a9... glade: Properly support HdyHeaderBar (*)
45ba373... glade: Have proper names for HdyViewSwitcherTitle policy (*)
e1b9691... glade: Properly support HdySearchBar (*)
323f09c... glade: Set better default values for HdyColumn (*)
8b21646... glade: Support HdyLeaflet and HdyDeck (*)
ea57c78... glade: Support HdyPreferencesWindow (*)
123603e... glade: Support HdyPreferencesPage (*)
0d82b88... glade: Mark HdyPreferencessGroup properties as translatable (*)
b04befb... glade: Support HdyExpanderRow (*)
6f9cf34... debian: Drop handy-1-examples's dep on libhandy-0.0-0 (*)
ff617e8... example: Replace deprecated Dialer with Keypad in example.p (*)
9264653... example: Add some spacing between widgets (*)
8157ecc... Separate public and private enums (*)
48e6c47... Adding new example apps using libhandy. (*)
d2b5e3d... Update .gitlab-ci.yml (*)
438bd79... Update .gitlab-ci.yml (*)
797957d... Update .gitlab-ci.yml (*)
f3fe15a... glade: Make the Flatpak manifest use Glade 3.36 (*)
887beed... glade: Adapt to Glade 3.36 API changes (*)
d08c587... glade: Support both 3.24 and 3.36 (*)
a8008fe... navigation-direction: Add HdyDeck in doc (*)
2217595... Bump the version to 0.80.0 (*)
a551b8b... debian: Bump the 0.9.90 symbols to 0.80.0 (*)
b61eefd... Release libhandy 0.80.0 (*)
0e19baf... adwaita: Fix nested list bottom rounding (*)
54d36f0... theme: Move window corners to Adwaita (*)
59b51e9... theme: Split shared style into shared and fallback (*)
f763716... theme: Introduce HighContrast style (*)
87c0b2d... theme: Adjust leaflet/deck shadow for dark and HC (*)
8592f86... doap: Update the maintainers' email (*)
a8a2a8c... Switch CI to GNOME (*)
f10626c... gitlab-ci: Use eatmydata to speed up package installation (*)
8c5f5d4... gitlab-ci: Don't bother updating manual page catalogs (*)
885e0dd... examples: Enable tests, introspection and VAPI (*)
2ae9365... glade: use 3.36.0 instead of gnome-3-36 HEAD (*)
59249ee... ci: Speed up api-visibility job (*)
295a705... ci: Migrate to GNOME CI template for Flatpak (*)
2bfaeb2... ci: Export the reference manual to GitLab pages (*)
0e2770b... build: Add an override for pygobject (*)
02bc7f8... expander-row: Move switch to the left of the arrow (*)
49c7854... expander-row: Allow adding arbitrary action widgets (*)
0db328d... example: Add examples of expander rows with actions (*)
e6f821f... carousel: Set allow-mouse-drag=true by default (*)
c0a5be4... doc: Make parallel-installatable with libhandy 0.x (*)
d5dea97... keypad: Fix the code style (*)
29af376... keypad: Don't force the keypad to be visible (*)
e4731d4... keypad: Don't override its own props in the template (*)
e390d10... keypad: Make it inherit from GtkBin (*)
6c6425a... keypad: Add spacing properties (*)
43fd89c... header-bar: Add .titlebar style class by default (*)
31fc550... Update repo links (*)
895ecec... header-bar: Account for box-shadow when clipping (*)
b894cf2... avatar: Account for box-shadow when clipping (*)
06a1f76... title-bar: Account for box-shadow when clipping (*)
aba99d0... title-bar: Respect CSS min-width and min-height (*)
cd296fa... header-bar: Respect CSS min-width and min-height (*)
15eee53... view-switcher-title: Null-check view switcher in dispose() (*)
a9b3ca9... view-switcher-title: Set no-show-all=true on the squeezer (*)
e60a39e... swipeable: Add gesture state getters (*)
c9c012b... swipe-tracker: Lazily access swipeable state (*)
993cbf0... swipe-tracker: Remove hdy_swipe_tracker_confirm_swipe() (*)
df35598... swipe-tracker: Add hdy_swipe_tracker_shift_position() (*)
20d10fc... carousel-box: Rename child to widget in insert() and reorde (*)
ba4caff... carousel-box: Implement add() through insert() (*)
47322a8... carousel-box: Add swipe state accessors (*)
55ec7ba... carousel-box: Add hdy_carousel_box_get_page_at_position() (*)
b77daa6... carousel-box: Add hdy_carousel_box_get_current_page_index() (*)
2a0a1a3... carousel-box: Shift position after page changes (*)
ffe42d8... carousel-box: Remove hdy_carousel_box_animate() (*)
708a697... carousel-box: Allow children to have different sizes (*)
19e8952... carousel-box: Decouple tick callback id from the animation (*)
0a53848... carousel-box: Extract animation struct (*)
bf14cfe... carousel-box: Use for loop in forall() (*)
12cc4c2... carousel-box: Add reveal-duration property (*)
f1ba6d7... carousel-box: Animate child addition and deletion (*)
25fa1ff... carousel: Add reveal-duration property (*)
e019d18... carousel-box: Track child additions and removals (*)
5ee76fb... carousel: Support add/remove animations for indicators (*)
e4274f3... debian: Fix source package name (*)
8eb2010... glade: Make parallel-installable with 0.x (*)
2a87c8f... debian: Update Glade module soname (*)
411afd2... stackable-box: Add get_adjacent_child() (*)
769010a... leaflet: Add get_adjacent_child() (*)
77477ff... deck: Add get_adjacent_child() (*)
95ad020... tests: Test hdy_leaflet_get_adjacent_child() and navigate() (*)
ef9d244... tests: Test hdy_deck_get_adjacent_child() and navigate() (*)
3488743... themes: Recompile themes (*)
bb4f7a7... preferences-group: Use the heading style class (*)
1cb5c63... themes: Drop the h4 fallback (*)
e7ddcbd... swipe-tracker: Add checks to hdy_swipe_tracker_shift_positi (*)
0d0e62a... carousel-box: Don't animate child removal during destructio (*)
b028a78... stackable-box: Reset cancel status after ending a transitio (*)
f127a91... stackable-box: Don't skip the gesture with 0 transition dur (*)
3851d65... stackable-box: Stop transition when starting a swipe (*)
96a0eae... view-switcher-title: Remove has-subtitle property (*)
728748a... preferences-page: Add a private vertical adjustment getter (*)
c254d75... preferences-window: Fix setting the page's vertical adjustm (*)
df30dfd... preferences-window: Make search rows activatable (*)
558ae25... Update doc link to Gitlab pages (*)
7631f1e... Add .gitattributes to ignore files in git archive (*)
f734b77... editorconfig: Specify indentation for NEWS (*)
0d60b33... debian: Update the symbols (*)
4c9153a... Version 0.81.0 (*)
bd7db82... Drop hdy_list_box_separator_header() (*)
dc6ecb8... .gitattibutes: Don't ignore run.in when exporting (*)
08f38e7... README.md: Drop the app examples (*)
d88cf2a... search-bar: Correctly special-case the direct internal chil (*)
0e92772... swipeable: Add the missing <handy.h> inclusion guard (*)
5d2d4fc... column: Notify when changing size properties (*)
77d8857... doap: Update the description (*)
86c1e24... window-mixin: Implement destroy() (*)
13db89f... po: Remove libhandy.pot (*)
b9f9de8... Update POTFILES.in and POTFILES.skip (*)
1f6fbe0... Don't install glade files outside prefix (*)
07d36fd... Add Ukrainian translation (*)
f8db2ae... ci: Bump fedora version to 32 (*)
9201ffc... ci: Remove --werror for Fedora job (*)
8bc6d19... glade: Include config.h and glib/gi18n-lib.h first (*)
cb7b63d... stackable-box: Skip children with 0 size (*)
efb36a1... stackable-box: Don't fold with only 1 visible child (*)
9803471... Add Spanish translation (*)
b8f4082... Rename the HdyColumn files to hdy-clamp (*)
e7ae6f3... Rename HdyColumn to HdyClamp (*)
f624b99... clamp: Implement GtkOrientable (*)
3fc0b5c... clamp: Rename maximum-width into maximum-size (*)
bc72a5b... clamp: Rename linear-growth-width into tightening-threshold (*)
1e553d6... clamp: Give sane defaults to the size properties (*)
1f02b94... preferences-page: Use the default HdyClamp prop values (*)
a115680... preferences-window: Use the default HdyClamp prop values (*)
218afcf... demo: Use the default HdyClamp prop values (*)
9062830... glade: Don't override the HdyClamp properties (*)
b509fd4... doc: Document the HdyColumn to HdyClamp migration (*)
eb93989... Update Ukrainian translation (*)
27362d5... doc: Mention the renamed HdyClamp style classes (*)
0fa07da... stackable-box: Skip computing the fold when it's forced (*)
adb4733... swipe-tracker: Move some event handling to bubble stage (*)
30e8f28... example: Remove workarounds for nested swipeable widgets (*)
07058f3... deck: Fix transition-type default value (*)
4a3e0c8... deck: Make 'slide' the last transition (*)
a832d76... leaflet: Make 'slide' the last transition (*)
8495fd8... stackable-box: Make 'slide' the last transition (*)
749e1fa... deck: Remove NONE transition type (*)
7cf6cda... leaflet: Remove NONE transition type (*)
f128fd5... stackable-box: Stop using NONE transition as a flag (*)
0bdc87c... stackable-box: Remove NONE transition type (*)
9ce7a09... stackable-box: Remove is_direction_dependent_child_transiti (*)
472f6ee... doc: Mention NONE removal in migration guide (*)
49ce664... swipe-tracker: Keep association from the swipeable to swipe (*)
255c8bf... swipe-tracker: Register event capture handler implicitly (*)
7f3acb3... debian: Update symbols (*)
cc83397... Version 0.82.0 (*)
e6d85db... Fix some typos (*)
31af86a... stackable-box: Fix allocation during mode transitions (*)
0baa348... swipeable: Rename switch-child signal to child-switched (*)
e9add4b... swipeable: Rename begin-swipe signal to swipe-began (*)
e4a448f... swipeable: Rename update-swipe signal to swipe-updated (*)
180691d... swipeable: Rename end-swipe signal to swipe-ended (*)
d6ac50b... swipeable: Fix get_snap_points() docs (*)
9b4e1dd... swipeable: Add warnings to all signal docs (*)
0084731... swipeable: Remove hdy_swipe_tracker_confirm_swipe() mention (*)
d89d3dc... swipable: Fix get_range() parameter names (*)
194afb2... Add Polish translation (*)
02d2fb9... stackable-box: Rewrite transitions (*)
1e223b3... stackable-box: Reduce amount of set_child_visible() calls (*)
21516c3... stackable-box: Stop setting visibility in set_position() (*)
a94e74e... stackable-box: Fix code style (*)
de1196e... gitattributes: keep symbols file to fix debian build (*)
b6a3a7c... glade: Correctly define init-function as an element (*)
7f875ea... Add hdy_init() back (*)
ccaec16... build: Drop the override for pygobject (*)
46f8f69... main: Don't delay styles and icons initialization (*)
19901e0... meson: Bump the version to 0.83.0 (*)
e5f97b9... d/libhandy-1-0: install locales (*)
225347c... shadow-helper: Skip any drawing at 0 or 1 progress (*)
1493f8b... shadow-helper: Add an outline (*)
1b15009... stackable-box: Ensure shadow caching for child transitions (*)
af3b699... shadow-helper: Fix outline offset in some directions (*)
28ec0ea... shadow-helper: Mark paintable area (*)
f9b84e5... shadow-helper: Use OVER operator instead of ATOP (*)
a617a75... stackable-box: Simplify folded mode transition allocation (*)
cf54242... stackable-box: Fix end child allocation during mode transit (*)
7f80b37... Remove the HANDY_USE_UNSTABLE_API guard
a674fac... doc: Tell to stop acknowledging the API unstability
(*) 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]