- 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 3 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
- 18 Jul, 2018 3 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
DialerButton: free letters See merge request Librem5/libhandy!83
-
- 12 Jul, 2018 1 commit
-
-
Guido Gunther authored
-
- 09 Jul, 2018 2 commits
-
-
Guido Gunther authored
column: Fix height for width request See merge request Librem5/libhandy!82
-
Adrien Plazas authored
Use the width allocated to the child instead of the width allocated to the column to compute the height requested by the column. This avoids children whose height depends on their allocated width to be cropped at the bottom of the column because it doesn't request enough height.
-
- 26 Jun, 2018 12 commits
-
-
Guido Gunther authored
Replace phone-dial-symbolic by call-start-symbolic See merge request Librem5/libhandy!79
-
Adrien Plazas authored
Silence all gtk-doc warnings and make sure they don't creep back in See merge request Librem5/libhandy!78
-
Adrien Plazas authored
Drop the custom phone-dial-symbolic icon to use call-start-symbolic, which available in Adwaita, looks similar enough and is used in application mockups.
-
Guido Gunther authored
There doesn't seem to be a way to make gtk-doc warnings fatal so look for warnings in a build log.
-
Guido Gunther authored
This fixes more gtk-doc warnings (dropped empty lines for brevity): Building documentation for libhandy In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (nullable) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found!
-
Guido Gunther authored
This makes gtk-doc ignore the macro which avoids these warnings (and dead index entries): Building documentation for libhandy html/api-index-full.html:265: warning: no link for: "HANDY-INSIDE:CAPS" -> (HANDY_INSIDE). html/api-index-full.html:265: warning: no link for: "libhandy-handy" -> (handy).
-
Guido Gunther authored
Fixes these gtk-doc warnings: ./libhandy-unused.txt:1: warning: 2 unused declarations. They should be added to libhandy-sections.txt in the appropriate place.
-
Guido Gunther authored
Fixes another gtk-doc warning. This is an API break but I don't think anybody bothers atm.
-
Guido Gunther authored
-
Guido Gunther authored
Fixes this gtk-doc warning: html/HdyLeaflet.html:873: warning: no link for: "HdyLeaflet-todos" -> (<span class="type">“todos”</span>). Note that one slot for future signals might be too little but extending this (which is an ABI break) should be done in a separate patch.
-
Guido Gunther authored
This brings down the number of gtk-doc warnings significantly by fixing: unknown:0: warning: Value descriptions for GtkProgressState are missing in source code comment block. unknown:0: warning: Field descriptions for struct GtkProgressTracker are missing in source code comment block. libhandy/src/gtkprogresstracker.c:227: warning: Parameter description for gtk_progress_tracker_get_progress::reversed is not used from source code comment block. libhandy/src/gtkprogresstracker.c:227: warning: Parameter description for gtk_progress_tracker_get_progress::reverse is missing in source code comment block. libhandy/src/gtkprogresstracker.c:261: warning: Parameter description for gtk_progress_tracker_get_ease_out_cubic::reversed is not used from source code comment block. libhandy/src/gtkprogresstracker.c:261: warning: Parameter description for gtk_progress_tracker_get_ease_out_cubic::reverse is missing in source code comment block.
-
Guido Gunther authored
-
- 22 Jun, 2018 4 commits
-
-
Adrien Plazas authored
arrows: test object construction See merge request Librem5/libhandy!76
-
Guido Gunther authored
Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Adrien Plazas authored
gitlab-ci: Build on Debian buster using provided build-deps See merge request Librem5/libhandy!77
-
Guido Gunther authored
This checks if we can build on Debian buster using the build-deps provided in the control file.
-