[libhandy] (126 commits) Non-fast-forward update to branch correct-signal-params
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libhandy] (126 commits) Non-fast-forward update to branch correct-signal-params
- Date: Fri, 22 May 2020 13:39:20 +0000 (UTC)
The branch 'correct-signal-params' 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:
3c261d3... swipeable: Correct signal parameters for begin-swipe
Commits added to the branch:
7060806... doc: Add macOS build instructions (*)
0f24dab... stackable-box: Avoid use-after-free in remove() (*)
c66a56c... view-switcher-title: Unset stack before destroying (*)
831963a... glade-hdy-carousel: Add a missing assignment (*)
fc523b2... header-bar: Remove some unused variables (*)
c2d2b4d... avatar: Add a missing transfer annotation (*)
0f4394e... avatar: Allow NULL in HdyAvatarImageLoadFunc (*)
cc1e6d4... avatar: Add test for when the image load function returns N (*)
c9789c2... avatar: Fix typo in usage example (*)
b46380d... avatar: Reset font description before calculating the font (*)
fe2b97f... avatar: Use a better linear function for padding around the (*)
b8e397f... demo: Drop setting the header group focus (*)
7a0f8a8... demo: Put the right header bar in a GtkStack (*)
5788091... demo: Give its own header to the search bar demo (*)
91b3cba... demo: Add a HdyDeck example (*)
06767a5... Drop HdyDialog (*)
2c49883... example: Resize demo window (*)
b4819b0... swipe-tracker: Reject drags in window's draggable areas (*)
aacaae7... stackable-box: Check is visible child exists in folded mode (*)
13c0cce... Introduce hdy-cairo-private.h (*)
eed852b... Introduce HdyNothing (*)
5b7c544... Add HdyWindowMixin (*)
7a431fb... Add HdyWindow (*)
a976a41... Add HdyApplicationWindow (*)
15eebc7... gtk-window: Add hdy_gtk_window_get_state() (*)
b50159a... Add HdyWindowHandleController (*)
b7a31f6... Add HdyWindowHandle (*)
f1a0808... header-bar: Register its own window (*)
597543a... header-bar: Add a window handle controller (*)
3edb06c... tests: Add a HdyWindow test (*)
feab5f0... tests: Add a HdyApplicationWindow test (*)
6f09d95... tests: Add a HdyWindowHandle test (*)
8de4545... preferences-window: Port to HdyWindow (*)
1df0b55... example: Port view switcher window to HdyWindow (*)
713fe57... example: Port main window to HdyApplicationWindow (*)
9fb79e7... example: Add a HdyWindow demo (*)
b82457b... combo-row: Code style fix (*)
059ac59... combo-row: Make it activatable when it has a bound model (*)
b24b56c... action-row: Fix the activatable widget precondition (*)
ef6707f... action-row: Make it activatable when it has an activatable (*)
1442d49... demo: Don't set action rows as unactivatable (*)
339e42f... demo: Bind the switch-rows to their switches (*)
cb0fef9... example: Fix a typo on the HdyWindow page (*)
183aa2f... meson: Fix disabling the Glade catalog (*)
121b6c9... glade: Add a Glade+libhandy flatpak manifest (*)
027ee97... ci: Build Glade with Handy (*)
e2172b2... window-mixin: Set no_show_all for the titlebar box (*)
729f7bd... window-mixin: Only allow one child (*)
c8486b7... window-mixin: Don't include the titlebar into foreach() (*)
0c1d9cf... stackable-box: Skip mode transitions for deck (*)
f204b2b... glade: Add get-children-function to the dtd (*)
53219d9... glade: Fix HdyCarousel sorting (*)
80c3ca1... glade: List HdyAvatar (*)
dd46715... glade: List HdyKeypad (*)
f7c9aa6... glade: List HdyViewSwitcherTitle (*)
2b4d95c... glade: List HdyDeck (*)
6b17b26... glade: List HdyWindow (*)
6b8bfc2... glade: List HdyApplicationWindow (*)
641b38d... glade: List HdyWindowHandle (*)
be16b94... example: Make the "Go to the next page" row activatable (*)
a6c2d2f... example: Don't leave an empty autoptr declaration (*)
4d1fda8... main: Don't use G_SOURCE_FUNC() macro (*)
db67708... preferences-window: Add .titlebar to the headerbar (*)
9649832... example: Add .titlebar to all headerbars (*)
6e03a05... example: Fix leaflet/deck typos (*)
f4aae4f... preferences-window: Use crossfade transition (*)
b2851f5... stackable-box: Fix a typo in a comment (*)
e95edf4... Fix acknowledge typo in build doc (*)
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 (*)
70a3f68... swipeable: Correct signal parameters for begin-swipe
(*) 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]