Package: wmstickynotes / 0.7-5

Metadata

Package Version Patches format
wmstickynotes 0.7-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
add colors.patch | (download)

wmstickynotes.c | 79 62 17 - 0 !
wmstickynotes.h | 39 30 9 - 0 !
2 files changed, 92 insertions( ), 26 deletions(-)

 added text color to the notes and colorscheme menu
 I expanded the text color options for improve the contrast between
 background and text.
fix missing asprintf declaration.patch | (download)

wmstickynotes.c | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 fix missing `asprintf` declaration
 `asprintf` requires `_GNU_SOURCE`.
asprintf format string fixes.patch | (download)

wmstickynotes.c | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 correct specifiers in `asprintf` format strings
 `Note::id` is `long`, so use `%ld`.
gtk 3 compatibility fixes.patch | (download)

configure.ac | 3 1 2 - 0 !
delete_button.xpm | 2 1 1 - 0 !
resize_button.xpm | 2 1 1 - 0 !
wmstickynotes.c | 109 53 56 - 0 !
wmstickynotes.xpm | 2 1 1 - 0 !
5 files changed, 57 insertions( ), 61 deletions(-)

 minimal changes to make wmstickynotes gtk-3 compatible
 1. Update `PKG_CHECK_MODULES`.
 2. Replace `GdkPixmap` with `GdkPixbuf`.
 3. Replace direct member accesses with getter calls.
 4. Replace `GdkColor` with `GdkRGBA`.