From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#51309: 28.0.60; [Feature Request] Allow to customize tab-bar button images Date: Fri, 22 Oct 2021 10:01:58 +0300 Organization: LINKOV.NET Message-ID: <87r1cdikx5.fsf@mail.linkov.net> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23646"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: 51309@debbugs.gnu.org To: Carlos Pita Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Oct 22 09:27:48 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mdoxw-0005wI-0Z for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 22 Oct 2021 09:27:48 +0200 Original-Received: from localhost ([::1]:44438 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdoxv-0001Fe-1A for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 22 Oct 2021 03:27:47 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33622) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdovI-0006fn-Io for bug-gnu-emacs@gnu.org; Fri, 22 Oct 2021 03:25:06 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:47668) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mdovG-00062S-Fp for bug-gnu-emacs@gnu.org; Fri, 22 Oct 2021 03:25:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mdovG-0005bt-6z for bug-gnu-emacs@gnu.org; Fri, 22 Oct 2021 03:25:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 22 Oct 2021 07:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51309 X-GNU-PR-Package: emacs Original-Received: via spool by 51309-submit@debbugs.gnu.org id=B51309.163488749621545 (code B ref 51309); Fri, 22 Oct 2021 07:25:02 +0000 Original-Received: (at 51309) by debbugs.gnu.org; 22 Oct 2021 07:24:56 +0000 Original-Received: from localhost ([127.0.0.1]:59214 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdovA-0005bR-5Q for submit@debbugs.gnu.org; Fri, 22 Oct 2021 03:24:56 -0400 Original-Received: from relay2-d.mail.gandi.net ([217.70.183.194]:56687) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdov8-0005bA-KU for 51309@debbugs.gnu.org; Fri, 22 Oct 2021 03:24:54 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 3AA4A4000A; Fri, 22 Oct 2021 07:24:47 +0000 (UTC) In-Reply-To: (Carlos Pita's message of "Thu, 21 Oct 2021 17:30:51 -0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:217853 Archived-At: >> Could you send such a button string with an image that looks good >> on HiDPI screens? Then we could try to make a customizable option >> based on your design. > > Vectorized images will do it. Otherwise you will have to provide pixmaps > at twice the resolution and, anyway, with fractional scaling they might > end up being blurry again (although not so much as when scaling up > x2). I assume there are not many devices with higher scaling factors > running emacs out there, yet... Some time ago we tried to use svg, but it had many problems with scaling and background. Maybe this is fixed now, need to try again.