openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
N
notification-daemon
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
8 months
ago. based on code collected
almost 4 years
ago.
Mar 10, 2020 — Mar 10, 2021
Showing page 33 of 51
Search / Filter on:
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)
Christian Hammond
More...
almost 18 years ago
- Bumped up the required minimum version of GTK+ to 2.8.0.
Christian Hammond
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.
Christian Hammond
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.
Christian Hammond
More...
almost 18 years ago
Bump to version 0.3.7.
Christian Hammond
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.
Christian Hammond
More...
almost 18 years ago
Bump to version 0.3.7.
Christian Hammond
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.
Christian Hammond
More...
almost 18 years ago
Fix a memory leak when removing a notification from the stack. Patch by Sven Wegener. This closes bug #105.
Christian Hammond
More...
about 18 years ago
Add src/capplet/notification-properties.desktop.in to POTFILES.in. This closes ticket #102.
Christian Hammond
More...
about 18 years ago
Added a Swedish translation from Daniel Nylander. Closes ticket #99.
Christian Hammond
More...
about 18 years ago
Fix a memory leak when removing a notification from the stack. Patch by Sven Wegener. This closes bug #105.
Christian Hammond
More...
about 18 years ago
Add src/capplet/notification-properties.desktop.in to POTFILES.in. This closes ticket #102.
Christian Hammond
More...
about 18 years ago
Added a Swedish translation from Daniel Nylander. Closes ticket #99.
Christian Hammond
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.
Christian Hammond
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.
Christian Hammond
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.
Christian Hammond
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.
Christian Hammond
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.
Christian Hammond
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.
Christian Hammond
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.
Christian Hammond
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.
Christian Hammond
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.
Christian Hammond
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.
Christian Hammond
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.
Christian Hammond
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.
Christian Hammond
More...
about 18 years ago
Added the German translation from Florian Steinel. This closes ticket #106.
Christian Hammond
More...
about 18 years ago
Added the German translation from Florian Steinel. This closes ticket #106.
Christian Hammond
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.
Christian Hammond
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.
Christian Hammond
More...
over 18 years ago
←
1
2
…
29
30
31
32
33
34
35
36
37
…
50
51
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree