aboutsummaryrefslogtreecommitdiffstats
path: root/etc/images (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tab-line: Add close button for modified tabs (bug#79046)Elías Gabriel Pérez2025-07-312-0/+20
| | | | | | | | | | | | | * etc/NEWS: Announce changes. * etc/images/tabs/close-modified.xpm: New image. * etc/images/tabs/README (Files): Add button icon name to README. * lisp/tab-line.el (tab-line-close-modified-button-show): New user option. (tab-line-close-modified): Define new icon. (tab-line-close-modified-button): New variable. (tab-line-tab-modified-p): New function. (tab-line-tab-name-format-default): Rework. (tab-line-tab-face-modified): Use 'tab-line-tab-modified-p'.
* Change foreground color handling for SVG files (bug#77841)Alan Third2025-07-1040-2/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc/images/checkbox-mixed.svg: * etc/images/checked.svg: * etc/images/conceal.svg: * etc/images/down.svg: * etc/images/gnus/gnus-pointer.svg: * etc/images/left.svg: * etc/images/outline-close.svg: * etc/images/outline-open.svg: * etc/images/radio-checked.svg: * etc/images/radio-mixed.svg: * etc/images/radio.svg: * etc/images/reveal.svg: * etc/images/right.svg: * etc/images/symbols/check-mark_16.svg: * etc/images/symbols/chevron_down_16.svg: * etc/images/symbols/chevron_left_16.svg: * etc/images/symbols/chevron_right_16.svg: * etc/images/symbols/chevron_up_16.svg: * etc/images/symbols/cross_16.svg: * etc/images/symbols/cross_circle_16.svg: * etc/images/symbols/cross_circle_fill_16.svg: * etc/images/symbols/dot_large_16.svg: * etc/images/symbols/dot_medium_16.svg: * etc/images/symbols/dot_small_16.svg: * etc/images/symbols/heart_16.svg: * etc/images/symbols/heart_fill_16.svg: * etc/images/symbols/heart_half_16.svg: * etc/images/symbols/menu_16.svg: * etc/images/symbols/minus_16.svg: * etc/images/symbols/minus_circle_16.svg: * etc/images/symbols/minus_circle_fill_16.svg: * etc/images/symbols/plus_16.svg: * etc/images/symbols/plus_circle_16.svg: * etc/images/symbols/plus_circle_fill_16.svg: * etc/images/symbols/star_16.svg: * etc/images/symbols/star_fill_16.svg: * etc/images/symbols/star_half_16.svg: * etc/images/unchecked.svg: * etc/images/up.svg: Set 'fill' color to 'currentcolor'. * etc/images/symbols/README: Add explanation of change to instructions. * src/image.c: Remove setting of the 'fill' color in the default SVG stylesheet.
* Add tool bar icons to package menu. (Bug#78601)Elías Gabriel Pérez2025-06-2815-0/+821
| | | | | | | | | | | | | | | | | | | | | | | * etc/images/package-menu/README: * etc/images/package-menu/delete.xpm: * etc/images/package-menu/execute.xpm: * etc/images/package-menu/info.xpm: * etc/images/package-menu/install.xpm: * etc/images/package-menu/unmark.xpm: * etc/images/package-menu/upgrade.xpm: * etc/images/package-menu/url.xpm: * etc/images/package-menu/delete.pbm: * etc/images/package-menu/execute.pbm: * etc/images/package-menu/info.pbm: * etc/images/package-menu/install.pbm: * etc/images/package-menu/unmark.pbm: * etc/images/package-menu/upgrade.pbm: * etc/images/package-menu/url.pbm: New files. * lisp/emacs-lisp/package.el (package-menu--tool-bar-map): New variable. (package-menu-mode): Set tool bar. * lisp/term/pgtk-win.el (x-gtk-stock-map): * lisp/term/x-win.el (x-gtk-stock-map): Add new icons to alist.
* Merge from origin/emacs-30Eli Zaretskii2025-03-011-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f88dc0f2f9d ; Fix documentation of 'buffer-text-pixel-size' 734986349fd ; Minor Android documentation improvements a90da899034 ; Fix up emacs-lisp-mode docstring 58c7acb5554 ; Fix completion-fail-discreetly docstring typo. 02c830ba22b Fix ert-font-lock macro signatures 0c6b8643aec Fix a typo in 'window_text_pixel_size' 8a8c25eaccd ; Add Rudolf Schlatte to authors.el 94c0ea39a5a * doc/misc/efaq.texi (New in Emacs 30): Fix typo. (Bug#7... 0be5f9115ec ; * etc/images/README (Files): Add an entry for last-page... 63adf9dcf53 ; Reflow some cl-lib docstrings 99253f79703 ; * etc/TODO: New section "Make it easier to contribute". # Conflicts: # lisp/emacs-lisp/cl-macs.el
| * ; * etc/images/README (Files): Add an entry for last-page.xpmSean Whitton2025-02-241-0/+1
| |
| * Update copyright year to 2025Stefan Kangas2025-01-0221-31/+31
| | | | | | | | Run "TZ=UTC0 admin/update-copyright".
* | Update copyright year to 2025Paul Eggert2025-01-0121-31/+31
| | | | | | | | Run "TZ=UTC0 admin/update-copyright".
* | * etc/images/kitchen-sink.xpm: New file.Manuel Giraud2024-09-281-0/+56
| |
* | Merge from savannah/emacs-30Po Lu2024-08-291-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | e6c72aec9d7 ; Fix typos 9ffa38d3925 Eglot: fix completion highlighting (bug#72824) d6880bc24dd ; * admin/make-tarball.txt: Document gotcha. afee71273b7 Discuss commit log messages on feature branches 77302ccb6aa * admin/authors.el (authors-fixed-entries): Update docstr... 3a4839d1427 More consistent treesit-forward-sexp around comments (bug... 31293155879 Improve php-ts-mode font lock and support latest grammar ... b8c05d73a11 Fix tree-sitter local parser overlay cleanup routine aa6ed7f67ec Fix copyright years by hand (Bug#72809)
| * Fix copyright years by hand (Bug#72809)Stefan Kangas2024-08-261-2/+2
| | | | | | | | These are dates that admin/update-copyright did not update.
* | ; Fix punctuation in etc/*Stefan Kangas2024-07-271-3/+3
|/
* Use the current face foreground for read-passwd icons (bug#71213)Kévin Le Gouguec2024-05-282-2/+2
| | | | | | | | * etc/images/conceal.svg: * etc/images/reveal.svg: Remove 'fill' attribute so that the current face's background is applied: this helps the icon's SVG representation remain legible regardless of how the mode-line is themed.
* 'read-passwd' can toggle the visibility of passwordsMichael Albinus2024-02-255-1/+14
| | | | | | | | | | | | | | | | | | | | | | * doc/lispref/minibuf.texi (Reading a Password): * etc/NEWS: 'read-passwd' can toggle the visibility of passwords. * etc/images/README: Mention the new images below. * etc/images/conceal.pbm: * etc/images/conceal.svg: * etc/images/reveal.pbm: * etc/images/reveal.svg: New images. * lisp/simple.el (read-passwd--mode-line-buffer) (read-passwd--mode-line-icon): New defvars. (read-passwd--toggle-visibility, read-passwd-mode): New defuns. * lisp/subr.el (read-passwd-map): Add 'TAB' binding. (read-passwd--hide-password): New defvar. (read-passwd--hide-password): Rename function from `read-password--hide-password'. Adapt callees. Implement both hiding and showing the password. (Bug#69237) (read-passwd): Call `read-passwd-mode'.
* ; Add 2024 to copyright yearsPo Lu2024-01-022-2/+2
|
* Merge from savannah/emacs-29Po Lu2024-01-0219-27/+27
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dc4e6b13296 ; Update copyright years in more files 64b37776318 ; Run set-copyright from admin.el 8e1c56ae467 ; Add 2024 to copyright years # Conflicts: # doc/misc/modus-themes.org # doc/misc/texinfo.tex # etc/NEWS # etc/refcards/ru-refcard.tex # etc/themes/modus-operandi-theme.el # etc/themes/modus-themes.el # etc/themes/modus-vivendi-theme.el # lib/alloca.in.h # lib/binary-io.h # lib/c-ctype.h # lib/c-strcasecmp.c # lib/c-strncasecmp.c # lib/careadlinkat.c # lib/cloexec.c # lib/close-stream.c # lib/diffseq.h # lib/dup2.c # lib/filemode.h # lib/fpending.c # lib/fpending.h # lib/fsusage.c # lib/getgroups.c # lib/getloadavg.c # lib/gettext.h # lib/gettime.c # lib/gettimeofday.c # lib/group-member.c # lib/malloc.c # lib/md5-stream.c # lib/md5.c # lib/md5.h # lib/memmem.c # lib/memrchr.c # lib/nanosleep.c # lib/save-cwd.h # lib/sha1.c # lib/sig2str.c # lib/stdlib.in.h # lib/strtoimax.c # lib/strtol.c # lib/strtoll.c # lib/time_r.c # lib/xalloc-oversized.h # lisp/auth-source-pass.el # lisp/emacs-lisp/lisp-mnt.el # lisp/emacs-lisp/timer.el # lisp/info-look.el # lisp/jit-lock.el # lisp/loadhist.el # lisp/mail/rmail.el # lisp/net/ntlm.el # lisp/net/webjump.el # lisp/progmodes/asm-mode.el # lisp/progmodes/project.el # lisp/progmodes/sh-script.el # lisp/textmodes/flyspell.el # lisp/textmodes/reftex-toc.el # lisp/textmodes/reftex.el # lisp/textmodes/tex-mode.el # lisp/url/url-gw.el # m4/alloca.m4 # m4/clock_time.m4 # m4/d-type.m4 # m4/dirent_h.m4 # m4/dup2.m4 # m4/euidaccess.m4 # m4/fchmodat.m4 # m4/filemode.m4 # m4/fsusage.m4 # m4/getgroups.m4 # m4/getloadavg.m4 # m4/getrandom.m4 # m4/gettime.m4 # m4/gettimeofday.m4 # m4/gnulib-common.m4 # m4/group-member.m4 # m4/inttypes.m4 # m4/malloc.m4 # m4/manywarnings.m4 # m4/mempcpy.m4 # m4/memrchr.m4 # m4/mkostemp.m4 # m4/mktime.m4 # m4/nproc.m4 # m4/nstrftime.m4 # m4/pathmax.m4 # m4/pipe2.m4 # m4/pselect.m4 # m4/pthread_sigmask.m4 # m4/readlink.m4 # m4/realloc.m4 # m4/sig2str.m4 # m4/ssize_t.m4 # m4/stat-time.m4 # m4/stddef_h.m4 # m4/stdint.m4 # m4/stdio_h.m4 # m4/stdlib_h.m4 # m4/stpcpy.m4 # m4/strnlen.m4 # m4/strtoimax.m4 # m4/strtoll.m4 # m4/time_h.m4 # m4/timegm.m4 # m4/timer_time.m4 # m4/timespec.m4 # m4/unistd_h.m4 # m4/warnings.m4 # nt/configure.bat # nt/preprep.c # test/lisp/register-tests.el
| * ; Update copyright years in more filesPo Lu2024-01-023-8/+8
| |
| * ; Add 2024 to copyright yearsPo Lu2024-01-0219-19/+19
| |
* | Fix toolbar for Log Edit modeEli Zaretskii2023-12-241-5/+5
| | | | | | | | | | | | | | * lisp/vc/log-edit.el (log-edit-tool-bar-map): Fix buttons and help messages. * etc/images/README (Files): Fix whitespace.
* | Introduce a toolbar for Log Edit modePo Lu2023-12-2411-3/+506
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc/NEWS: Announce new change. * etc/images/README: List the sources of the new image files. * etc/images/commit.xpm: * etc/images/commit.pbm: * etc/images/gen-changelog.xpm: * etc/images/gen-changelog.pbm: * etc/images/ins-changelog.xpm: * etc/images/ins-changelog.pbm: * etc/images/load-changelog.xpm: * etc/images/load-changelog.pbm: * etc/images/view-diff.xpm: New files. * lisp/vc/log-edit.el (log-edit-menu): Insert a menu item for "Generate ChangeLog". (log-edit-tool-bar-map): New keymap. (log-edit-mode): Install this keymap as the tool bar map.
* | Tweak plus and minus svg iconsYuan Fu2023-12-064-2/+2
| | | | | | | | | | | | | | Shrink them a tiny bit so they look the same size as cross. * etc/images/symbols/minus_16.svg: * etc/images/symbols/plus_16.svg: Shrink a bit.
* | Add Gnus mode line logo in SVG formatManuel Giraud2023-11-201-0/+94
| | | | | | | | | | | | | | Bug#67174 * etc/images/gnus/gnus-pointer.svg: New Gnus mode line logo in SVG format. * lisp/gnus/gnus.el (gnus-mode-line-buffer-identification): Use it.
* | Add dot SVG iconsYuan Fu2023-09-156-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The advantage of SVG dots over Unicode dots is that their size is fixed. With Unicode dots, the size varies with the font. Dot icons can be useful for status indicator: green dot for online, red dot for offline, etc. * etc/images/symbols/dot_large_16.pbm: * etc/images/symbols/dot_large_16.svg: * etc/images/symbols/dot_medium_16.pbm: * etc/images/symbols/dot_medium_16.svg: * etc/images/symbols/dot_small_16.pbm: * etc/images/symbols/dot_small_16.svg: New file.
* | Add a Doc View tool barPo Lu2023-07-132-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc/NEWS: Announce the new tool bar. * etc/images/last-page.xpm: * etc/images/last-page.pbm: New images. Mirrored from next-page.xpm. * lisp/doc-view.el (doc-view-menu): Use `doc-view-new-search' instead of an anonymous function. (doc-view-tool-bar-map): New keymap. (doc-view-search): Update the tool bar after initiating a search. (doc-view-new-search): New command. (doc-view-mode): Set the tool bar map appropriately.
* | Update Android portPo Lu2023-07-071-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/tool-bar.el (modifier-bar-modifier-list): New variable. (modifier-bar-button): New function. (tool-bar-event-apply-alt-modifier) (tool-bar-event-apply-super-modifier) (tool-bar-event-apply-hyper-modifier) (tool-bar-event-apply-shift-modifier) (tool-bar-event-apply-control-modifier) (tool-bar-event-apply-meta-modifier): Factor out modifier bar logic to that function, and redisplay the tool bar where necessary. (modifier-bar-available-p): New function. (modifier-bar-mode): Disable tool bar items corresponding to modifier keys that've already been pressed. * etc/images/shift.pbm: Regenerate from correct font.
* | Implement a tool bar containing modifier keysPo Lu2023-07-046-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/frames.texi (Tool Bars): Describe modifier bars. * doc/lispref/keymaps.texi (Extended Menu Items, Tool Bar): Document changes to tool bar menu item handling and secondary tool bars. * etc/NEWS: Announce changes. * lisp/simple.el (event-apply-modifier): Correctly apply Ctrl and Shift modifiers to lower case ASCII key events that already have other modifiers applied. * lisp/tool-bar.el (tool-bar--cache-key) (tool-bar--secondary-cache-key): New defsubsts. (tool-bar--flush-cache): Flush secondary tool bar cache. (tool-bar-make-keymap): Include secondary tool bar if necessary. (tool-bar-make-keymap-1): New arg MAP. Generate a keymap for that map if specified, else default to tool-bar-map. (set-text-conversion-style, tool-bar-apply-modifiers) (overriding-text-conversion-style) (tool-bar-event-apply-alt-modifier) (tool-bar-event-apply-super-modifier) (tool-bar-event-apply-hyper-modifier) (tool-bar-event-apply-shift-modifier) (tool-bar-event-apply-control-modifier) (tool-bar-event-apply-meta-modifier, modifier-bar-mode): New functions. * src/dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_WRAP. * src/frame.c (make_frame): Clear new field `tool_bar_wraps_p'. * src/frame.h (struct frame): New field `tool_bar_wraps_p'. * src/keyboard.c (parse_tool_bar_item): Handle QCwrap properties in tool bar menu items. (syms_of_keyboard): New defsym QCwrap. * src/xdisp.c (build_desired_tool_bar_string): Clear f->tool_bar_wraps_p and set it appropriately. Insert new line characters in the tool bar string upon encountering a wrap character. (display_tool_bar_line): Stop at EOB, not line end. Reseat on the next line upon encountering EOL characters. (redisplay_tool_bar): Allow rows to be different heights if explicit new lines are present upon the tool bar string.
* | Improve portability of newly added iconsPo Lu2023-04-0322-1/+7
| | | | | | | | | | * etc/images/symbols/README: Document what to do with changed icons. * etc/images/symbols: Add portable variants of SVG icons.
* | Modify chevron icons and add some moreYuan Fu2023-04-038-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | * etc/images/symbols/chevron_left_16.svg: * etc/images/symbols/chevron_right_16.svg: Make them shorter so that they appear roughly the same size as up and down chevrons. * etc/images/symbols/cross_circle_fill_16.svg: * etc/images/symbols/heart_16.svg: * etc/images/symbols/heart_fill_16.svg: * etc/images/symbols/heart_half_16.svg: * etc/images/symbols/minus_circle_fill_16.svg: * etc/images/symbols/plus_circle_fill_16.svg: New icons.
* | Add some icons (bug#62562)Yuan Fu2023-04-0116-0/+82
|/ | | | | * etc/images/symbols/README: New file. * etc/images/symbols/*.svg: New icons.
* ; Fix copyright years in 2 more files.Eli Zaretskii2023-01-012-5/+5
|
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-0119-22/+22
|
* ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-151-2/+2
|
* Standardize XPM filesStefan Kangas2022-09-285-69/+7
| | | | | | | | | | | These headers make GraphicsMagick croak with "Improper image header". Note that the copyright information is already in README. * etc/images/checked.xpm: * etc/images/gnus/gnus.xpm: * etc/images/gnus/gnus-pointer.xpm: * etc/images/mh-logo.xpm: * etc/images/unchecked.xpm: Normalize file headers.
* Add portable versions of the outline SVGsPo Lu2022-09-162-0/+0
| | | | | | | | | * lisp/outline.el (outline-open): (outline-close): Add PBM images. * etc/images/outline-open.pbm: * etc/images/outline-close.pbm: New images used on systems without librsvg.
* Add outline open/close images (bug#57813)Juri Linkov2022-09-162-0/+10
| | | | | | | | | | * etc/images/outline-open.svg: * etc/images/outline-close.svg: New files. * lisp/outline.el (outline-open, outline-close): Use images outline-open.svg and outline-close.svg. * lisp/emacs-lisp/icons.el (icons--create): Add :ascent 'center'.
* ; Fix typos: prefer American spellingStefan Kangas2022-07-141-1/+1
|
* Add nohandle-guide images for tree-widgetLars Ingebrigtsen2022-06-064-0/+53
| | | | These are copies of the guide.* files
* Remove the "retro" Gnus/Message tool barsLars Ingebrigtsen2022-04-3044-815/+0
| | | | | | | | | | | | | | | | | | | | * doc/misc/gnus.texi (Gravatars): Remove documentation. * lisp/gnus/gmm-utils.el (gmm-tool-bar-style): Obsoleted. * lisp/gnus/gnus-group.el (gnus-group-tool-bar): Use the "Gnome" definition. (gnus-group-tool-bar-gnome, gnus-group-tool-bar-retro) (gnus-group-tool-bar-zap-list): Obsolete. * lisp/gnus/gnus-sum.el (gnus-summary-tool-bar): Use the "Gnome" definition. (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro) (gnus-summary-tool-bar-zap-list): Obsolete. * lisp/gnus/message.el (message-tool-bar): Use the "Gnome" definition. (message-tool-bar-gnome, message-tool-bar-retro) (message-tool-bar-zap-list): Obsolete.
* Merge from origin/emacs-28Stefan Kangas2022-01-026-11/+11
|\ | | | | | | | | | | | | efb1c7ec37 ; * admin/notes/years: More known problems. f475c5823a ; Copyright year fixes 2684def348 ; Run set-copyright from admin.el 2558b37b5e ; * admin/notes/years: Mention known problems with 'update...
| * ; Copyright year fixesGlenn Morris2022-01-016-11/+11
| |
* | Merge from origin/emacs-28Eli Zaretskii2022-01-0119-19/+19
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 836be7a112 ; * etc/refcards/ru-refcard.tex: Update Copyright year. 86cbc6ee4a * lisp/net/tramp-sh.el: Adapt copyright year ebe8772f65 ; Minor fixes related to copyright years 23c1ee6989 ; * test/manual/etags/ETAGS.good_N: Adjust to copyright ye... 8d3fc7ec89 * src/xfaces.c (face_for_font): Make 'hash' be uintptr_t. 19dcb237b5 ; Add 2022 to copyright years. # Conflicts: # etc/NEWS # etc/refcards/ru-refcard.tex # lib/cdefs.h # lisp/erc/erc-dcc.el # lisp/erc/erc-imenu.el # lisp/erc/erc-replace.el # lisp/image-dired.el # lisp/progmodes/xref.el # m4/alloca.m4 # m4/byteswap.m4 # m4/errno_h.m4 # m4/getopt.m4 # m4/gnulib-common.m4 # m4/inttypes.m4 # m4/stddef_h.m4 # m4/stdint.m4 # m4/sys_socket_h.m4
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-0119-19/+19
| |
| * Use current face foreground for SVG icons in customizeStefan Kangas2021-11-044-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | It turns out these few icons were missed when the color and size information was removed from the SVG icons that replaced XPM icons for Customize buffer. * etc/images/down.svg: * etc/images/left.svg: * etc/images/right.svg: * etc/images/up.svg: Don't define foreground; this means they will use the foreground of the currently defined face instead. (Bug#51556) (cherry picked from commit 11702a6dd7cb8286f28b7cb986057d2d2c66a914)
* | Add new tool-bar items to xwidget-webkitPo Lu2021-11-073-0/+282
| | | | | | | | | | | | | | | | * etc/images/README: Update copyright information for new images. * etc/images/connect-to-url.pbm: * etc/images/connect-to-url.xpm: Import new images from GNOME. * lisp/xwidget.el (xwidget-webkit-tool-bar-map): New keymap variable. (xwidget-webkit-mode): Set tool-bar-map to the appropriate map.
* | Use current face foreground for SVG icons in customizeStefan Kangas2021-11-024-4/+4
|/ | | | | | | | * etc/images/down.svg: * etc/images/left.svg: * etc/images/right.svg: * etc/images/up.svg: Don't define foreground; this means they will use the foreground of the currently defined face instead. (Bug#51556)
* Work around librsvg bug (bug#47074)Alan Third2021-04-045-8/+8
| | | | | | | | | | | | Librsvg <= 2.40 has restrictions on how certain numbers can be run together in path elements which do not match the SVG spec. * etc/images/checkbox-mixed.svg: * etc/images/checked.svg: * etc/images/radio-checked.svg: * etc/images/unchecked.svg: Separate problem numbers. * etc/images/radio-mixed.svg: Separate problem numbers and color and font-weight data.
* Make new SVG widgets match character height (bug#47074)Alan Third2021-04-036-6/+6
| | | | | | | | | * etc/images/checkbox-mixed.svg: * etc/images/checked.svg: * etc/images/radio-checked.svg: * etc/images/radio-mixed.svg: * etc/images/radio.svg: * etc/images/unchecked.svg: Use viewBox and set height to 1em.
* Add SVG icons for customize buffersStefan Kangas2021-04-0311-0/+217
| | | | | | | | | | | | | | | | | | | * etc/images/checkbox-mixed.svg: * etc/images/checked.svg: * etc/images/down.svg: * etc/images/left.svg: * etc/images/radio-checked.svg: * etc/images/radio-mixed.svg: * etc/images/radio.svg: * etc/images/right.svg: * etc/images/unchecked.svg: * etc/images/up.svg: New files from the Adwaita Icon Theme (made by the GNOME project). The background color was changed from gray to none to use the same colors as the current face instead. (Bug#47074) * etc/images/README: Add license information for the above new files. * lisp/wid-edit.el (widget-image-conversion): Prefer SVG if it exists. (radio-button): Rename radio buttons to "radio-checked" and "radio". These files did not exist before.
* Fix copyright years by handPaul Eggert2021-01-017-13/+13
| | | | These are dates that admin/update-copyright did not update.
* Update copyright year to 2021Paul Eggert2021-01-0119-19/+19
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Fix copyright years by handPaul Eggert2020-01-017-13/+13
| | | | These are dates that admin/update-copyright did not update.