aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/libhandy
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11-toolkits/libhandy: Update to 1.0.3Neel Chauhan2021-02-042-4/+4
| | | | | | | | | Reviewed by: 0mp, tcberner Approved by: 0mp (mentor), tcberner Differential Revision: https://reviews.freebsd.org/D28452 Notes: svn path=/head/; revision=564067
* x11-toolkits/libhandy: update to 1.0.2Tobias C. Berner2020-11-133-4/+5
| | | | | | | | | | | | | | | | | | | | | - Fix gtk-doc install path. - Code cleanups. - HdyCarousel: - Fix pages not being drawn until scrolled on X11. - HdyComboRow: - Fix test failures on x86. - HdyLeaflet and HdyDeck: - Fix transition shadow on HiDPI. - HdySwipeTracker: - Fix touchpad swipes not working after pressing a GtkButton. - Fix swipes in nested swipeable widgets when started from a GtkButton. - HdyViewSwitcherTitle: - Mark title and subtitle properties as translatable for Glade. - Translation updates: - Catalan Notes: svn path=/head/; revision=555030
* x11-toolkits/libhandy: update to 1.0.1Tobias C. Berner2020-10-313-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: - Fix build with Glade 3.37. - Fix a Meson version warning. - Typo fixes. - HdyAvatar: - Minimize the amount of redundant load_image() calls. - Center non-square custom images. - Add .image style class to avatars with custom images. - Allow css border and shadow on avatars with custom images so elementary can style it. - HdyCarousel: - Fix drawing cache. - Fix crash when scrolling over empty carousel. - HdyComboRow: - Fix popover hiding animation when clicking a row. - Always reserve space for checkmarks. - HdyHeaderGroup: - Fix a warning on nesting HdyHeaderGroups. - HdyKeypad: - Fix input of the #, @ and + characters. - HdyLeaflet and HdyDeck: - Fix minimum size when 'interpolate-size' property is TRUE. - HdyPreferencesWindow: - Fix searching rows that have mnemonics. - HdySwipeTracker: - Fix swipes not working if started from GtkButton. - Increase drag threshold for touchscreens. - Avoid a jump when starting a drag. - HdyViewSwitcher: - Fix sizing with invisible pages. - Transiation updates: - French - Friulian - Slovenian Notes: svn path=/head/; revision=553745
* Update libhandy to 1.0.0 which is needed by recently gnomeBaptiste Daroussin2020-09-174-57/+64
| | | | | | | | | Repocopy the old version into libhandy0 so that ports relying on it can still work. Bump revision of those ports Notes: svn path=/head/; revision=548837
* Update to 0.0.13Carlo Strub2020-06-084-26/+11
| | | | | | | | PR: 246511 Submitted by: Lewis Cook <vulcan@wired.sh> Notes: svn path=/head/; revision=538249
* x11-toolkits/libhandy: Drop e1c500dd02b1.patch from distinfo tooTobias Kortkamp2020-02-021-2/+0
| | | | Notes: svn path=/head/; revision=524967
* x11-toolkits/libhandy: Move e1c500dd02b1.patch to patch fileTobias Kortkamp2020-02-022-3/+21
| | | | | | | | | | | Checksum of it changed again. It changes all the time because GitLab insists on embedding the version of whatever Git packages they have installed in the footer. PR: 243797 Notes: svn path=/head/; revision=524965
* x11-toolkits/libhandy: Unbreak fetchTobias Kortkamp2019-11-051-2/+2
| | | | | | | The patch footer changed once again. Notes: svn path=/head/; revision=516774
* x11-toolkits/libhandy: regen patches (gitlab bug)Jan Beich2019-09-151-1/+1
| | | | | | | | | | | | | | | | --- gnome/e1c500dd02b1.patch.orig +++ gnome/e1c500dd02b1.patch @@ -26,5 +26,5 @@ index fcdc381..036c336 100644 echo '} ' -- -2.18.1 +2.21.0 Reported by: pkg-fallout Notes: svn path=/head/; revision=512130
* x11-toolkits/libhandy: update to 0.0.10Jan Beich2019-08-033-7/+19
| | | | | | | | | | | - Backport fix to init codegen PR: 239056 Submitted by: Greg V <greg@unrelenting.technology> Approved by: maintainer timeout (3 weeks) Notes: svn path=/head/; revision=507930
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* x11-toolkits/libhandy: fix build with GCC-based architecturesPiotr Kubaj2019-04-301-1/+1
| | | | | | | | | | | Add USES=compiler:c11 to fix: cc1: error: unrecognized command line option "-std=gnu11" PR: 237220 Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=500561
* Update libhandy to 0.0.9.Koop Mast2019-03-233-6/+6
| | | | | | | Obtained from: gnome development repo Notes: svn path=/head/; revision=496663
* Add libhandy, a library with GTK+ widgets for mobile phones.Koop Mast2019-02-164-0/+66
Obtained from: GNOME development repo Notes: svn path=/head/; revision=493055