- 21 Sep, 2018 8 commits
-
-
Makes the secondary text smaller to better match the mockups for Calls.
-
This helps making it clear that these symbols are available, contrary to the dim ones from a regular dialer button.
-
Unify the digit and the letters of a dialer button as its symbols. This allows to make the code simpler by limiting the number of special cases. digit. This also handles Unicode characters.
-
Make the delete button clear the whole user input on long press
-
Adrien Plazas authored
This automatically updates the headerbars' window decoration layout.
-
Adrien Plazas authored
-
Adrien Plazas authored
Directly bind whether the back button and the close button are visible to whether the headerbar is folded.
-
Adrien Plazas authored
This is a boolean equivalent of the fold property, it is a needed convenience as is can be used in GtkBuilder declarations while the fold property is more convenient to use from C as it enables stronger typing.
-
- 13 Sep, 2018 2 commits
-
-
-
GitLab pages isn't supported now. So simply store the artifacts.
-
- 12 Sep, 2018 8 commits
-
-
Alexander Mikhaylenko authored
Applying the style to every element inside 'stacksidebar' also removes border from unrelated elements such as scrollbars. Hence only remove it from lists.
-
Mohammed Sadiq authored
As the properties where set to not explicitly fire ::notify, no signals where emitted. Let it be not explicit so that the signal will be emitted on change
-
Guido Gunther authored
-
Adrien Plazas authored
-
Adrien Plazas authored
This allows the child to be allocated all the width up to a certain point. Librem5/libhandy#34
-
Adrien Plazas authored
-
Adrien Plazas authored
This is needed to let the titlebar handle rendering its background.
-
Adrien Plazas authored
This widget present itself as the title bar of a window but is otherwise a simple bin which can receive any widget. This coupled with a transparent headerbar background can work around graphical glitches when animation header bars in a leaflet.
-
- 11 Sep, 2018 1 commit
-
-
Adrien Plazas authored
This avoids starting the transition when unfolded, which doesn't make sense as all children are visible. Librem5/libhandy#35
-
- 07 Sep, 2018 2 commits
-
-
Adrien Plazas authored
Use a GtkSeparator to separate the stack sidebar from the various demo widgets, use custom styling to make the sidebar not draw its own separator, and move the start of the header bar and the header bar separator out of their box and directly into the leaflet. This allows to have the separators well aligned with no workaround other than a simple custom style, to have no separator appearing when the window is folded, and to not trigger the GTK+ bug making titlebar separators appear black.
-
Adrien Plazas authored
This is needed for the serparators to look right.
-
- 06 Sep, 2018 1 commit
-
-
Adrien Plazas authored
-
- 05 Sep, 2018 1 commit
-
-
Adrien Plazas authored
Always show a close button on the rightmost header bar.
-
- 30 Aug, 2018 1 commit
-
-
Set the target and current mode transition positions to the final 1.0 value instead of the initial 0.0 one. This fixes an inconsistency on initially unfolded leaflets as they would be drawn in their folded state with no animation triggered to transition to the final state as the target and the current values were the same.
-
- 28 Aug, 2018 1 commit
-
-
Adrien Plazas authored
Hides the last visible child at the end of an animation only if the leaflet is folded. This avoids children to become incorrectly invisible at the end of the transition when the leaflet is unfolded. Librem5/libhandy#32
-
- 10 Aug, 2018 2 commits
-
-
Jordan Petridis authored
Previously it was initialized only inside the if branch, and was left uninitialized left for the rest of the scope.
-
-
- 09 Aug, 2018 6 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
The variable is unsigned.
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
and fix the fallout. This would have caught Librem5/libhandy!94 right away.
-
- 07 Aug, 2018 1 commit
-
-
Adrien Plazas authored
This avoids falling into the default error case when getting a column's maximum width.
-
- 03 Aug, 2018 1 commit
-
-
Adrien Plazas authored
Let's not live in the past: we want to test for the future. This also avoid our users to install an old runtime when they may already have master installed.
-
- 27 Jul, 2018 1 commit
-
-
Adrien Plazas authored
-
- 26 Jul, 2018 2 commits
-
-
Christopher Davis authored
-
Christopher Davis authored
HdyColumn was previously missing from libhandy.xml, meaning that it could not be used or previewed from Glade. This commit adds HdyColumn to the file. Fixes Librem5/libhandy#16
-
- 24 Jul, 2018 1 commit
-
-
Adrien Plazas authored
When a separator is between two header bars it will take a special style, better fitting its purpose. This moves the start header bar and the separator following it into a box so they remain a single entity to use in size groups, while making the separator a sibling of the header bar to benefit from this special style. This reveals the following bug in GTK+: https://gitlab.gnome.org/GNOME/gtk/issues/1231
-
- 23 Jul, 2018 1 commit
-
-
Guido Gunther authored
-