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
- Make sure the default width is actually set on the notification. - Increase the default width to 400px. More... over 18 years ago
Condense a lot of duplicate logic from notify_stack_add_window() and notify_stack_remove_window() into notify_stack_shift_notifications() More... over 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
- Make sure the default width is actually set on the notification. More... over 18 years ago
Condense a lot of duplicate logic from notify_stack_add_window() and notify_stack_remove_window() into notify_stack_shift_notifications() More... over 18 years ago
- Fix fill_background() to use the allocated width and height, rather than the stored width and height. This fixes a problem where the widget was being painted grey. - Use fill_background() for both the window and the pie progress thing. More... over 18 years ago
- Fix fill_background() to use the allocated width and height, rather than the stored width and height. This fixes a problem where the widget was being painted grey. More... over 18 years ago
Update the top and bottom spacers outside of the window painting code, as that ended up unsurprisingly causing graphical glitches. We now update it when moving/resizing the window or setting the arrow info. More... over 18 years ago
Instead of checking if the shape points array is NULL, just assert that it isn't. It should never be. More... over 18 years ago
Split the background filling and stripe painting out of draw_border(). Put the calls into paint_window() and connect that to the expose event. More... over 18 years ago
Fix a crash caused by destroying an already freed array of points during the destruction of windows with arrows. More... over 18 years ago
Clicking anywhere in a notification should now close the notification. This was happening only on the body text sometimes. More... over 18 years ago
Clean up a little bit more code. Free the array of shape points earlier. More... over 18 years ago
Update the top and bottom spacers outside of the window painting code, as that ended up unsurprisingly causing graphical glitches. We now update it when moving/resizing the window or setting the arrow info. More... over 18 years ago
Instead of checking if the shape points array is NULL, just assert that it isn't. It should never be. More... over 18 years ago
Split the background filling and stripe painting out of draw_border(). Put the calls into paint_window() and connect that to the expose event. More... over 18 years ago
Fix a crash caused by destroying an already freed array of points during the destruction of windows with arrows. More... over 18 years ago
Clicking anywhere in a notification should now close the notification. This was happening only on the body text sometimes. More... over 18 years ago
Clean up a little bit more code. Free the array of shape points earlier. More... over 18 years ago
Fix several rendering glitches with the borders in the standard theme. There's a couple bugs left, but they're less glaring. Also, cleaned up some of the code a bit. More... over 18 years ago
Fix several rendering glitches with the borders in the standard theme. There's a couple bugs left, but they're less glaring. Also, cleaned up some of the code a bit. More... over 18 years ago
Make the standard notification theme (mostly) accessible to screen readers. This could stand some improvement. More... over 18 years ago
Patch by compnerd to drop the check for popt during configure, as we no longer use it. This closes bug #88. More... over 18 years ago
Add the very beginnings of the control panel applet. More... over 18 years ago
Forgot this. More... over 18 years ago
Patch by Pawel Worach to fix the dbus-binding-tool usage to be compatible with dbus-glib 0.72. This closes bug #95. More... over 18 years ago
Make the standard notification theme (mostly) accessible to screen readers. This could stand some improvement. More... over 18 years ago
Patch by compnerd to drop the check for popt during configure, as we no longer use it. This closes bug #88. More... over 18 years ago
Add the very beginnings of the control panel applet. More... over 18 years ago