0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected almost 4 years ago.
Mar 10, 2020 — Mar 10, 2021
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added support for playing sounds when the "sound-file" hint is set or when the default_sound GConf key is set, as well as support for the "suppress-sound" hint. Patch by Jim Ramsay. (Ticket #111) More... almost 18 years ago
- Bumped up the required minimum version of GTK+ to 2.8.0. More... almost 18 years ago
Fix the close button size so that it's not stretched. This fixes (at least partially) bug #127. Patch by Luca Cavelli. More... almost 18 years ago
Patch by driehuis to prevent quitting on theme engine failure. We now spit out an error and then fall back to the default theme. Closes ticket #128. More... almost 18 years ago
Bump to version 0.3.7. More... almost 18 years ago
We don't actually bundle the capplet yet, so don't include it in POTFILES.in. This fixes make distcheck. More... almost 18 years ago
Bump to version 0.3.7. More... almost 18 years ago
We don't actually bundle the capplet yet, so don't include it in POTFILES.in. This fixes make distcheck. More... almost 18 years ago
Fix a memory leak when removing a notification from the stack. Patch by Sven Wegener. This closes bug #105. More... about 18 years ago
Add src/capplet/notification-properties.desktop.in to POTFILES.in. This closes ticket #102. More... about 18 years ago
Added a Swedish translation from Daniel Nylander. Closes ticket #99. More... about 18 years ago
Fix a memory leak when removing a notification from the stack. Patch by Sven Wegener. This closes bug #105. More... about 18 years ago
Add src/capplet/notification-properties.desktop.in to POTFILES.in. This closes ticket #102. More... about 18 years ago
Added a Swedish translation from Daniel Nylander. Closes ticket #99. More... about 18 years ago
Added a work in progress gradient-happy mode that must be enabled by defining ENABLE_GRADIENT_LOOK in theme.c. More... about 18 years ago
Adjust the opacity of the notification just ever so slightly. I think this makes the notification more readable (less content behind it leaking through) while still looking nice and transparent. I might be full of it. More... about 18 years ago
Added support for a semi-transparent background in the notification window on the standard theme on GTK+ 2.10 when a compositing manager is active. Patch by Matt Walton. Closes ticket #110. More... about 18 years ago
Don't return when painting the window if we don't have a width set, waiting for configure. This sometimes ends up with the context-sensitive notifications appearing in 0, 0. Instead, just grab the allocation width and height. It all feels hacky, but this seems to at least work. More... about 18 years ago
Added a work in progress gradient-happy mode that must be enabled by defining ENABLE_GRADIENT_LOOK in theme.c. More... about 18 years ago
Adjust the opacity of the notification just ever so slightly. I think this makes the notification more readable (less content behind it leaking through) while still looking nice and transparent. I might be full of it. More... about 18 years ago
Added support for a semi-transparent background in the notification window on the standard theme on GTK+ 2.10 when a compositing manager is active. Patch by Matt Walton. Closes ticket #110. More... about 18 years ago
Don't return when painting the window if we don't have a width set, waiting for configure. This sometimes ends up with the context-sensitive notifications appearing in 0, 0. Instead, just grab the allocation width and height. It all feels hacky, but this seems to at least work. More... about 18 years ago
We were trying to compute a border in expose_event, which sometimes was called before configure_event. configure_event sets stuff that our border computerator needed, so it blew up or screwed up. We now wait for the configure_event before even trying it, and the configure_event handler now ensures that we get an expose_event. More... about 18 years ago
Fix a crash when displaying notifications with arrows. I can't believe I didn't catch this before. There's still a bug though where you can't display a notification with arrows while a normal notification is on the screen, but I have no clue why. More... about 18 years ago
We were trying to compute a border in expose_event, which sometimes was called before configure_event. configure_event sets stuff that our border computerator needed, so it blew up or screwed up. We now wait for the configure_event before even trying it, and the configure_event handler now ensures that we get an expose_event. More... about 18 years ago
Fix a crash when displaying notifications with arrows. I can't believe I didn't catch this before. There's still a bug though where you can't display a notification with arrows while a normal notification is on the screen, but I have no clue why. More... about 18 years ago
Added the German translation from Florian Steinel. This closes ticket #106. More... about 18 years ago
Added the German translation from Florian Steinel. This closes ticket #106. More... about 18 years ago
Fix some odd little graphics drawing bugs by drawing onto the main vbox and sticking an eventbox between the window and that. This fixes the weird problems that shouldn't exist in the first place by using, I don't know, magic or something. More... over 18 years ago
Fix a bug I introduced where we were getting the size request of the window being added/removed, instead of the current one being iterated over. This was causing massive ugliness of the fourth kind. More... over 18 years ago