herbe.git
6 days ago gitadd color change if argv[1] is a color in #RRGGBB format master
6 days ago gitadd stdin support
2021-03-29 Samuel DudíkMerge pull request #26 from The-Compiler/patch-2
2021-03-27 Florian BruhinAdd projects integrating herbe to readme
2020-09-21 Samuel DudíkAdd mention of Wayland port to README.md
2020-09-20 Samuel DudíkAdd list of features to README.md
2020-09-18 Samuel DudíkAdd mention of FreeBSD patch to README.md
2020-09-13 Samuel DudíkAdd mention of Xresources patch to Configuration
2020-09-09 Samuel DudíkAdd mention of OpenBSD patch to README.md
2020-09-06 Samuel DudíkUpdate table of contents in README.md
2020-09-05 Samuel DudíkAdd information about packages to README.md
2020-09-01 Samuel DudíkUpdate README.md
2020-08-23 Samuel DudikMinor refactoring before first release
2020-08-23 Samuel DudikRemove unused image
2020-08-23 Samuel DudíkUpdate README.md
2020-08-23 Samuel DudíkAdd 'experimental' showcase GIF
2020-08-20 Samuel DudikRefactoring
2020-08-19 Samuel DudikRemove config.h and add it to .gitignore
2020-08-19 Samuel DudikRework Makefile, add config.def.h as default config
2020-08-18 Samuel DudíkUpdate README.md
2020-08-18 Samuel DudikChange exit codes so action triggering is cleaner
2020-08-18 Samuel DudikMerge branch 'master' of https://github.com/dudik/herbe...
2020-08-18 Samuel DudikReplace signal with sigaction
2020-08-16 Samuel DudíkUpdate README.md
2020-08-16 Samuel DudíkUpdate README.md
2020-08-15 Samuel DudíkUpdate README.md
2020-08-15 Samuel DudikAdd a way to unlink the semaphore
2020-08-15 Samuel DudikFix minor bug causing 'dismiss' not to work
2020-08-15 Samuel DudikAdd support for 'actions'
2020-08-15 Samuel DudikFix problem (with bitmap fonts) causing new lines to...
2020-08-14 Samuel DudikMinor synchronization fix
2020-08-14 Samuel DudikNotifications now wait in a 'queue' and get displayed...
2020-08-13 Samuel DudikNew lines are now printed properly
2020-08-13 Samuel DudikDon't unnecessarily call alarm when duration is zero
2020-08-08 Samuel DudíkUpdate README.md
2020-08-08 Samuel DudíkUpdate README.md
2020-08-08 Samuel DudikAdd screenshot
2020-08-08 Samuel DudikAdd dynamic space allocation for notification body
2020-08-08 Samuel DudikMinor tweaks
2020-08-08 Samuel DudikAdd new line formatting functionality
2020-08-05 Samuel DudikSmall refactoring
2020-08-04 Samuel DudíkUpdate README.md
2020-08-02 Samuel DudikFix bug with long words causing infinite loop
2020-08-02 Samuel DudikFix word wrapping text with a space at the end of line
2020-08-01 Samuel DudikAdd word wrap
2020-08-01 Samuel DudikFinish multiline support
2020-08-01 Samuel DudikProgress with multiline/word-wrap support
2020-07-31 Samuel DudikText now respects right padding
2020-07-31 Samuel DudikReplace short with int
2020-07-31 Samuel DudikCode cleanup
2020-07-31 Samuel DudikAdd UTF8 support
2020-07-30 Samuel DudikAdd uninstall option to makefile
2020-07-30 Samuel DudíkUpdate README.md
2020-07-30 Samuel Dudik'Rebrand' to herbe, remove xcb version, update makefile
2020-07-30 Samuel DudíkUpdate README.md
2020-07-30 Samuel DudikAdd usage information, more error checking
2020-07-30 Samuel DudikAdd timeout functionality
2020-07-30 Samuel DudikClear window before redrawing
2020-07-30 Samuel DudikAdd proper event loop, fix redrawing
2020-07-29 Samuel DudikFix text centering
2020-07-29 Samuel DudikAdd an option to specify 'corner'
2020-07-24 Samuel DudikRewrite usign Xlib instead of xcb
2020-07-20 SamuelAdd base
2020-07-20 Samuel DudíkInitial commit