10000 Tags · alastairdb/doom-modeline · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: alastairdb/doom-modeline

Tags

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplify image creation (seagle0128#432)

Switch from an XPM to a PBM bitmap: PBM is easier to generate and easier
for Emacs to decode. Emacs has PBM support built-in so it's always
available (keep the `image-type-available-p` check in case this changes).

Stop creating a temporary list-of-lists to iterate over.

Rename `doom-modeline--make-xpm` to `doom-modeline--make-image` because
it's no longer creating an XPM, and the type of the bitmap should not
matter to callers.

v3.0.0

Toggle v3.0.0's commit message
Exclude child frames while calculating window numbers.

v2.9.2

Toggle v2.9.2's commit message
Bump version.

v2.9.1

Toggle v2.9.1's commit message
Fix seagle0128#295: Incorrect documentation for faces.

v2.9.0

Toggle v2.9.0's commit message
Update dependencies.

v2.8.2

Toggle v2.8.2's commit message
Update default faces of evil.

v2.8.1

Toggle v2.8.1's commit message
Update README.

Close seagle0128#276.

v2.8.0

Toggle v2.8.0's commit message
Optimize buffer state icons.

v2.7.3

Toggle v2.7.3's commit message
Fix invalid face for inactive bars.

v2.7.2

Toggle v2.7.2's commit message
New face: doom-modeline-host.

0