Skip to content

Tags: mcpcpc/kfc

Tags

0.1.4

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix typo in README

0.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
released at 0.1.3

0.1.2

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
squash refactoring, bump version to 0.1.2

kfc: change SEQ to SEQUENCE

kfc: remove setenv() function

kfc: cleanup and commenting

kfc: remove randf

kfc: cleanup

kfc: cleanup

remove kfc.h

replace system() with popen()

README Update

README Update

fix '/' allocated memory, refactor len variable

changed len and fp from global to local variables

change  from global to local variable

change *flag variables to local variables

free  at end of main()

changed  and  from global to local variables

add default directory if XDG_CONFIG_HOME does not exist

realloc memory for sel in random_palette()

change  from gloval to local variable

change sval from global to local variable

realloc()  memory when selecting a palette

fix random palette failures

kfc cleanup

change getenv() to threadsafe operation

main(): free  variable

Update README to thank E5ten for his help

formatting cleanup

Update README

remove free(tmp) since it's an invalid pointer

Add files via upload

cleanup formatting

rename screenshot image in docs/ directory

fix sel malloc()

fix sel malloc()

fix realloc

cleanup

0.1.1

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
squash commits, bump to 0.1.1

0.1.0

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update README

0.0.9

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix print_palette for multi-args

0.0.8

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
add new palettes

0.0.7

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
package name change

change from "KISS colors" to "kiss for colors"

0.0.6

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
kc.c: fix palette path

0.0.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update kc.c