root/trunk/notification-daemon/src


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 11/20/08 02:54:20 @3024 [3024] chipx86 Fix make distcheck.
(edit) 11/20/08 02:49:56 @3023 [3023] chipx86 Some compiler error/warning fixes.
(edit) 11/20/08 02:44:22 @3022 [3022] chipx86 Reuse code.
(edit) 11/20/08 02:33:13 @3021 [3021] chipx86 Added the new icons.
(edit) 11/20/08 01:43:41 @3020 [3020] chipx86 Patch by Vincent Untz, based on work by zebob, to fix an issue where line …
(edit) 11/20/08 01:24:36 @3019 [3019] chipx86 Fix the new multihead notification code so that we don't just stick …
(edit) 09/25/08 18:53:34 @3017 [3017] chipx86 Prevent duplicate mnemonics between "Position" and "Preview."
(edit) 09/25/08 18:52:25 @3016 [3016] chipx86 Some bullet-proofing to prevent crashes with multiple preview …
(edit) 09/25/08 18:27:19 @3013 [3013] chipx86 Fix indentation.
(edit) 09/25/08 18:25:57 @3012 [3012] chipx86 Added better support for attaching context notifications to an icon on the …
(edit) 03/18/08 21:41:12 @3002 [3002] chipx86 Patch by parasti to prevent our notification blocking when the fullscreen …
(edit) 03/18/08 20:56:25 @3001 [3001] chipx86 Patch by maniac to set the NOTIFICATION type hint for the notification …
(edit) 08/25/07 21:44:12 @2996 [2996] chipx86 Added an Italian translation by Luca Ferretti.
(edit) 08/25/07 19:43:39 @2995 [2995] chipx86 Escape the text in the summary so that & and < don't cause problems. …
(edit) 08/25/07 19:38:01 @2994 [2994] chipx86 Show notifications if a fullscreen window isn't the active window. This …
(edit) 08/25/07 19:11:23 @2993 [2993] chipx86 Only set the urgency in the standard theme if the value is actually a …
(edit) 08/25/07 19:10:17 @2992 [2992] chipx86 Remove debug statements, and update the NEWS.
(edit) 08/25/07 18:56:45 @2991 [2991] chipx86 - Send the reason the notification closed when emitting the …
(edit) 08/25/07 17:59:04 @2987 [2987] chipx86 Return an error when attempting to close a notification of ID 0.
(edit) 06/13/07 03:13:26 @2986 [2986] chipx86 Patch by M.S. to fix a bug where notifications with arrows were crossing …
(edit) 06/13/07 03:00:13 @2985 [2985] chipx86 Patch by Jonh Wendell (and some code changes and dialog tweaks by me) to …
(edit) 04/29/07 03:44:20 @2984 [2984] chipx86 Added support for playing sounds when the "sound-file" hint is set or when …
(edit) 04/29/07 02:59:59 @2983 [2983] chipx86 - Bumped up the required minimum version of GTK+ to 2.8.0. …
(edit) 04/29/07 02:39:32 @2981 [2981] chipx86 Fix the close button size so that it's not stretched. This fixes (at least …
(edit) 04/29/07 01:04:54 @2980 [2980] chipx86 Patch by driehuis to prevent quitting on theme engine failure. We now spit …
(edit) 02/15/07 03:07:09 @2971 [2971] chipx86 Fix a memory leak when removing a notification from the stack. Patch by …
(edit) 01/13/07 01:20:46 @2963 [2963] chipx86 Added a work in progress gradient-happy mode that must be enabled by …
(edit) 01/13/07 00:19:30 @2962 [2962] chipx86 Adjust the opacity of the notification just ever so slightly. I think this …
(edit) 01/13/07 00:04:27 @2961 [2961] chipx86 Added support for a semi-transparent background in the notification window …
(edit) 01/12/07 23:07:12 @2960 [2960] chipx86 Don't return when painting the window if we don't have a width set, …
(edit) 01/10/07 15:45:10 @2959 [2959] chipx86 We were trying to compute a border in expose_event, which sometimes was …
(edit) 01/10/07 15:06:16 @2958 [2958] chipx86 Fix a crash when displaying notifications with arrows. I can't believe I …
(edit) 11/14/06 00:10:25 @2955 [2955] chipx86 Fix some odd little graphics drawing bugs by drawing onto the main vbox …
(edit) 11/13/06 23:32:49 @2953 [2953] chipx86 Fix a bug I introduced where we were getting the size request of the …
(edit) 11/13/06 22:48:23 @2952 [2952] chipx86 - Make sure the default width is actually set on the notification. …
(edit) 11/13/06 21:48:35 @2951 [2951] chipx86 Condense a lot of duplicate logic from notify_stack_add_window() and …
(edit) 11/13/06 00:51:10 @2950 [2950] chipx86 - Fix fill_background() to use the allocated width and height, rather than …
(edit) 11/09/06 18:04:27 @2949 [2949] chipx86 Update the top and bottom spacers outside of the window painting code, as …
(edit) 11/09/06 17:45:26 @2948 [2948] chipx86 Instead of checking if the shape points array is NULL, just assert that it …
(edit) 11/09/06 16:50:22 @2947 [2947] chipx86 Split the background filling and stripe painting out of draw_border(). Put …
(edit) 11/09/06 16:43:37 @2946 [2946] chipx86 Fix a crash caused by destroying an already freed array of points during …
(edit) 11/09/06 16:35:50 @2945 [2945] chipx86 Clicking anywhere in a notification should now close the notification. …
(edit) 11/09/06 16:34:31 @2944 [2944] chipx86 Clean up a little bit more code. Free the array of shape points earlier.
(edit) 11/05/06 23:57:34 @2943 [2943] chipx86 Fix several rendering glitches with the borders in the standard theme. …
(edit) 11/05/06 16:34:59 @2942 [2942] chipx86 Make the standard notification theme (mostly) accessible to screen …
(edit) 11/05/06 12:17:25 @2940 [2940] chipx86 Add the very beginnings of the control panel applet.
(edit) 11/05/06 12:14:42 @2938 [2938] chipx86 Patch by Pawel Worach to fix the dbus-binding-tool usage to be compatible …
(edit) 10/08/06 14:13:51 @2927 [2927] chipx86 - Move the src/ directory's contents into src/daemon/. …
(edit) 07/30/06 15:45:44 @2891 [2891] chipx86 Fix a crash. We were making bad assumptions about the ordering of enum …
(edit) 07/30/06 14:23:40 @2890 [2890] chipx86 Add the beginning of what should be working multi-monitor support. Popups …
(edit) 07/29/06 21:40:40 @2889 [2889] chipx86 Misc stuff things.
(edit) 07/29/06 21:01:08 @2888 [2888] chipx86 Condense a bunch of code. This saves 42 lines.
(edit) 07/29/06 20:31:37 @2887 [2887] chipx86 - Move POPUP_STACK_LOCATION_DEFAULT into PopupStackLocationType?. …
(edit) 07/29/06 19:20:30 @2886 [2886] chipx86 - Typedef the popup location type enum so that we can refer to it as a …
(edit) 07/29/06 03:48:31 @2884 [2884] chipx86 Patch by M.S. to support custom corner stacking positions through a gconf …
(edit) 07/29/06 03:14:57 @2883 [2883] chipx86 Patch by Ed Catmur to handle the case where a replaces_id of a …
(edit) 07/29/06 02:46:22 @2881 [2881] chipx86 Patch by Ed Catmur to fix type validation for the icon data on D-BUS …
(edit) 07/26/06 23:49:30 @2880 [2880] chipx86 Patch by Ed Catmur to fix an assertion failure when destroying a …
(edit) 07/13/06 00:51:10 @2879 [2879] chipx86 Patch by felix-at-hsgheli.de that fixes a crash when …
(edit) 07/12/06 03:28:07 @2876 [2876] chipx86 A notification's timeout will now pause while the mouse is hovering over …
(edit) 04/23/06 20:25:32 @2763 [2763] chipx86 Bus updates! …
(edit) 04/21/06 17:20:29 @2762 [2762] chipx86 Fix the scaling of different icon sizes. I was using a MAX when I should …
(edit) 04/21/06 16:43:36 @2761 [2761] chipx86 Patch by M.S. to fix the problem where icons were being clipped in …
(edit) 04/21/06 16:34:43 @2760 [2760] chipx86 Fix notifications no longer expiring due to the fix for bug #22. The logic …
(edit) 04/21/06 15:56:01 @2759 [2759] chipx86 Fix notifications with a timeout >= 2147484ms expiring in less than a …
(edit) 04/21/06 15:23:17 @2757 [2757] chipx86 - Add two new required theme functions, theme_check_init (which determines …
(edit) 04/11/06 22:52:07 @2704 [2704] chipx86 Patch by Rodney Dawes to fix usage of GtkIconTheme?. This closes bug #38.
(edit) 02/04/06 16:40:12 @2552 [2552] chipx86 Attempt to fix button ordering in the Bubble widget. The structure of the …
(edit) 02/04/06 15:57:03 @2550 [2550] chipx86 Ensure that the notification window is always realized before we start …
(edit) 02/04/06 13:12:01 @2546 [2546] chipx86 Make more theme functions optional. Fall back to defaults in cases like …
(edit) 02/04/06 13:08:25 @2545 [2545] chipx86 - Make the timer ticks passed to the theme engine more precise.
(edit) 02/04/06 12:25:57 @2539 [2539] chipx86 Add a pie-based countdown timer to notifications containing actions, so …
(edit) 02/04/06 01:49:21 @2536 [2536] chipx86 Check notification expiration every 100ms instead of every 500ms.
(edit) 01/29/06 13:07:46 @2512 [2512] chipx86 - Patch by Michael Vogt and modified a bit by me to add a close button to …
(edit) 01/25/06 00:22:43 @2497 [2497] chipx86 When using icontheme icons, use the size closest to 48x48. However, if the …
(edit) 01/25/06 00:07:54 @2495 [2495] chipx86 Don't pop up a notification if a window is full screen or if the …
(edit) 01/24/06 00:19:10 @2493 [2493] chipx86 Install and check for engines in …
(edit) 01/23/06 00:39:58 @2476 [2476] chipx86 We support v0.9 of the Desktop Notifications spec. Make sure we return …
(edit) 01/23/06 00:34:15 @2474 [2474] chipx86 Get rid of the GetServerInfo? function. I thought I added this for …
(edit) 01/23/06 00:28:25 @2473 [2473] chipx86 make distcheck is now happy.
(edit) 01/22/06 23:55:30 @2472 [2472] chipx86 Add back working support for default actions. These were being displayed …
(edit) 01/22/06 23:39:03 @2468 [2468] chipx86 Fix several bugs (placement and possible crashers) in notification …
(edit) 01/22/06 19:00:59 @2463 [2463] chipx86 Be super cool when it comes to arrow placement near the left and right of …
(edit) 01/22/06 13:29:22 @2460 [2460] chipx86 - Patch by Rodney Dawes to fix a problem with keeping a pointer to the …
(edit) 01/22/06 13:24:04 @2459 [2459] chipx86 Rearrange some parameters to match the spec.
(edit) 01/20/06 00:22:59 @2450 [2450] chipx86 Respect the user's work area (the area inside the panels and stuff) when …
(edit) 01/20/06 00:15:14 @2449 [2449] chipx86 Small code cleanups.
(edit) 01/20/06 00:09:40 @2448 [2448] chipx86 Add a little hack to prevent the notification from closing when a link is …
(edit) 01/20/06 00:01:58 @2447 [2447] chipx86 Remove the debug messages. We shouldn't need these anymore, as the base …
(edit) 01/20/06 00:00:14 @2446 [2446] chipx86 - Add proper support for actions. …
(edit) 01/19/06 23:45:19 @2445 [2445] chipx86 - Pass a couple of callbacks to the theme engine's create_notification() …
(edit) 01/19/06 23:24:13 @2443 [2443] chipx86 Add the beginnings of action support.
(edit) 01/19/06 10:18:23 @2437 [2437] chipx86 Simplify a small piece of logic.
(edit) 01/19/06 02:38:02 @2436 [2436] chipx86 Reorganize the code styles to match the style of the rest of Galago and of …
(edit) 01/15/06 17:52:00 @2431 [2431] chipx86 Add back GetCapabilities? and GetServerInformation?.
(edit) 01/15/06 16:09:06 @2430 [2430] chipx86 Added GConf support. The theme can now be set through gconf-editor.
(edit) 01/15/06 14:53:45 @2429 [2429] chipx86 - Save the engine used in the resulting notification window's object data. …
(edit) 01/15/06 14:41:42 @2428 [2428] chipx86 Ignore notificationdaemon-dbus-glue.h
(edit) 01/13/06 11:45:52 @2427 [2427] chipx86 Patch by Rodney Dawes to add support for passing hints to the notification …
(edit) 01/12/06 11:10:55 @2425 [2425] chipx86 A couple of changes from the bus. I'd like to thank the bus for its …