Changeset e9de293df3df0a6c1b2d29a9d5acd8794f6e54f6
- Timestamp:
- 06/04/02 22:33:25
(6 years ago)
- Author:
- Sam Hocevar <sam@videolan.org>
- git-committer:
- Sam Hocevar <sam@videolan.org> 1023222805 +0000
- git-parent:
[7291e0a7e2e207fed4cbb7063550d60d06824018]
- git-author:
- Sam Hocevar <sam@videolan.org> 1023222805 +0000
- Message:
(new in MAIN)
- ./plugins/gtk/gtk_callbacks.c: fixed a segfault when switching to
fullscreen from the popup menu.
(from v0_4_1_branch)
- ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences
from the popup menu.
- ./plugins/gtk/gnome.glade: added lines this #@%$! Glade had munched, fixes
a segfault in the Gnome popup menu when toggling the interface.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7291e0a |
re9de293 |
|
| 3 | 3 | #===================# |
|---|
| 4 | 4 | |
|---|
| 5 | | HEAD |
|---|
| 6 | | |
|---|
| | 5 | 0.5.0 |
|---|
| | 6 | Not released yet |
|---|
| | 7 | |
|---|
| | 8 | * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when switching to |
|---|
| | 9 | fullscreen from the popup menu. |
|---|
| 7 | 10 | * ./src/interface/interface.c: interfaces are no longer attached only to |
|---|
| 8 | 11 | p_vlc. |
|---|
| … | … | |
| 40 | 43 | * ALL: the first libvlc commit. |
|---|
| 41 | 44 | |
|---|
| | 45 | 0.4.2 |
|---|
| | 46 | Not released yet |
|---|
| | 47 | |
|---|
| | 48 | * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences |
|---|
| | 49 | from the popup menu. |
|---|
| | 50 | |
|---|
| 42 | 51 | 0.4.1 |
|---|
| 43 | 52 | Mon, 3 Jun 2002 23:43:35 +0200 |
|---|
| 44 | 53 | |
|---|
| | 54 | * ./plugins/gtk/gnome.glade: added lines this #@%$! Glade had munched, fixes |
|---|
| | 55 | a segfault in the Gnome popup menu when toggling the interface. |
|---|
| 45 | 56 | * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling. |
|---|
| 46 | 57 | * ./src/misc/configuration.c: fixed the --nofoo option handling. |
|---|
| r9e3ab28 |
re9de293 |
|
| 1023 | 1023 | <name>activate</name> |
|---|
| 1024 | 1024 | <handler>GnomePopupPlayActivate</handler> |
|---|
| | 1025 | <data>"intf_popup"</data> |
|---|
| 1025 | 1026 | <last_modification_time>Sat, 19 May 2001 16:16:58 GMT</last_modification_time> |
|---|
| 1026 | 1027 | </signal> |
|---|
| … | … | |
| 1036 | 1037 | <name>activate</name> |
|---|
| 1037 | 1038 | <handler>GnomePopupPauseActivate</handler> |
|---|
| | 1039 | <data>"intf_popup"</data> |
|---|
| 1038 | 1040 | <last_modification_time>Sat, 19 May 2001 16:17:31 GMT</last_modification_time> |
|---|
| 1039 | 1041 | </signal> |
|---|
| … | … | |
| 1049 | 1051 | <name>activate</name> |
|---|
| 1050 | 1052 | <handler>GnomePopupStopActivate</handler> |
|---|
| | 1053 | <data>"intf_popup"</data> |
|---|
| 1051 | 1054 | <last_modification_time>Sat, 19 May 2001 16:18:10 GMT</last_modification_time> |
|---|
| 1052 | 1055 | </signal> |
|---|
| … | … | |
| 1063 | 1066 | <name>activate</name> |
|---|
| 1064 | 1067 | <handler>GnomePopupBackActivate</handler> |
|---|
| | 1068 | <data>"intf_popup"</data> |
|---|
| 1065 | 1069 | <last_modification_time>Sat, 19 May 2001 16:18:21 GMT</last_modification_time> |
|---|
| 1066 | 1070 | </signal> |
|---|
| … | … | |
| 1076 | 1080 | <name>activate</name> |
|---|
| 1077 | 1081 | <handler>GnomePopupSlowActivate</handler> |
|---|
| | 1082 | <data>"intf_popup"</data> |
|---|
| 1078 | 1083 | <last_modification_time>Sat, 19 May 2001 16:18:29 GMT</last_modification_time> |
|---|
| 1079 | 1084 | </signal> |
|---|
| … | … | |
| 1089 | 1094 | <name>activate</name> |
|---|
| 1090 | 1095 | <handler>GnomePopupFastActivate</handler> |
|---|
| | 1096 | <data>"intf_popup"</data> |
|---|
| 1091 | 1097 | <last_modification_time>Sat, 19 May 2001 16:18:37 GMT</last_modification_time> |
|---|
| 1092 | 1098 | </signal> |
|---|
| … | … | |
| 1108 | 1114 | <name>activate</name> |
|---|
| 1109 | 1115 | <handler>GnomePopupWindowToggleActivate</handler> |
|---|
| | 1116 | <data>"intf_popup"</data> |
|---|
| 1110 | 1117 | <last_modification_time>Sat, 19 May 2001 16:18:51 GMT</last_modification_time> |
|---|
| 1111 | 1118 | </signal> |
|---|
| … | … | |
| 1121 | 1128 | <name>activate</name> |
|---|
| 1122 | 1129 | <handler>GnomePopupFullscreenActivate</handler> |
|---|
| | 1130 | <data>"intf_popup"</data> |
|---|
| 1123 | 1131 | <last_modification_time>Sat, 19 May 2001 16:19:07 GMT</last_modification_time> |
|---|
| 1124 | 1132 | </signal> |
|---|
| … | … | |
| 1139 | 1147 | <name>activate</name> |
|---|
| 1140 | 1148 | <handler>GnomePopupNextActivate</handler> |
|---|
| | 1149 | <data>"intf_popup"</data> |
|---|
| 1141 | 1150 | <last_modification_time>Sat, 19 May 2001 16:19:18 GMT</last_modification_time> |
|---|
| 1142 | 1151 | </signal> |
|---|
| … | … | |
| 1151 | 1160 | <name>activate</name> |
|---|
| 1152 | 1161 | <handler>GnomePopupPrevActivate</handler> |
|---|
| | 1162 | <data>"intf_popup"</data> |
|---|
| 1153 | 1163 | <last_modification_time>Sat, 19 May 2001 16:19:26 GMT</last_modification_time> |
|---|
| 1154 | 1164 | </signal> |
|---|
| … | … | |
| 1164 | 1174 | <name>activate</name> |
|---|
| 1165 | 1175 | <handler>GnomePopupJumpActivate</handler> |
|---|
| | 1176 | <data>"intf_popup"</data> |
|---|
| 1166 | 1177 | <last_modification_time>Sat, 19 May 2001 16:34:46 GMT</last_modification_time> |
|---|
| 1167 | 1178 | </signal> |
|---|
| … | … | |
| 1232 | 1243 | <name>activate</name> |
|---|
| 1233 | 1244 | <handler>GnomePopupFileOpenActivate</handler> |
|---|
| | 1245 | <data>"intf_popup"</data> |
|---|
| 1234 | 1246 | <last_modification_time>Sat, 19 May 2001 16:20:08 GMT</last_modification_time> |
|---|
| 1235 | 1247 | </signal> |
|---|
| … | … | |
| 1246 | 1258 | <name>activate</name> |
|---|
| 1247 | 1259 | <handler>GnomePopupDiscOpenActivate</handler> |
|---|
| | 1260 | <data>"intf_popup"</data> |
|---|
| 1248 | 1261 | <last_modification_time>Sat, 19 May 2001 16:20:44 GMT</last_modification_time> |
|---|
| 1249 | 1262 | </signal> |
|---|
| … | … | |
| 1260 | 1273 | <name>activate</name> |
|---|
| 1261 | 1274 | <handler>GnomePopupNetworkOpenActivate</handler> |
|---|
| | 1275 | <data>"intf_popup"</data> |
|---|
| 1262 | 1276 | <last_modification_time>Sat, 19 May 2001 16:20:54 GMT</last_modification_time> |
|---|
| 1263 | 1277 | </signal> |
|---|
| … | … | |
| 1279 | 1293 | <name>activate</name> |
|---|
| 1280 | 1294 | <handler>GnomePopupAboutActivate</handler> |
|---|
| | 1295 | <data>"intf_popup"</data> |
|---|
| 1281 | 1296 | <last_modification_time>Sat, 19 May 2001 16:21:02 GMT</last_modification_time> |
|---|
| 1282 | 1297 | </signal> |
|---|
| … | … | |
| 1292 | 1307 | <name>activate</name> |
|---|
| 1293 | 1308 | <handler>GnomePopupPlaylistActivate</handler> |
|---|
| | 1309 | <data>"intf_popup"</data> |
|---|
| 1294 | 1310 | <last_modification_time>Sat, 19 May 2001 16:21:14 GMT</last_modification_time> |
|---|
| 1295 | 1311 | </signal> |
|---|
| … | … | |
| 1304 | 1320 | <name>activate</name> |
|---|
| 1305 | 1321 | <handler>GnomePopupPreferencesActivate</handler> |
|---|
| | 1322 | <data>"intf_popup"</data> |
|---|
| 1306 | 1323 | <last_modification_time>Sat, 19 May 2001 16:21:25 GMT</last_modification_time> |
|---|
| 1307 | 1324 | </signal> |
|---|
| … | … | |
| 1321 | 1338 | <name>activate</name> |
|---|
| 1322 | 1339 | <handler>GnomePopupExitActivate</handler> |
|---|
| | 1340 | <data>"intf_popup"</data> |
|---|
| 1323 | 1341 | <last_modification_time>Sat, 19 May 2001 16:21:45 GMT</last_modification_time> |
|---|
| 1324 | 1342 | </signal> |
|---|
| r9e3ab28 |
re9de293 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 2000, 2001, 2002 VideoLAN |
|---|
| 5 | | * $Id: gnome_callbacks.c,v 1.10 2002/06/01 12:31:59 sam Exp $ |
|---|
| | 5 | * $Id: gnome_callbacks.c,v 1.11 2002/06/04 20:33:25 sam Exp $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Samuel Hocevar <sam@zoy.org> |
|---|
| … | … | |
| 250 | 250 | gpointer user_data) |
|---|
| 251 | 251 | { |
|---|
| 252 | | GtkPreferencesActivate( menuitem, "intf_window" ); |
|---|
| | 252 | GtkPreferencesActivate( menuitem, "intf_popup" ); |
|---|
| 253 | 253 | } |
|---|
| 254 | 254 | |
|---|
| r7291e0a |
re9de293 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 2000, 2001 VideoLAN |
|---|
| 5 | | * $Id: gtk_callbacks.c,v 1.42 2002/06/04 00:11:12 sam Exp $ |
|---|
| | 5 | * $Id: gtk_callbacks.c,v 1.43 2002/06/04 20:33:25 sam Exp $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Samuel Hocevar <sam@zoy.org> |
|---|
| … | … | |
| 101 | 101 | gpointer user_data) |
|---|
| 102 | 102 | { |
|---|
| 103 | | intf_thread_t * p_intf = GetIntf( GTK_WIDGET(widget), "intf_window" ); |
|---|
| | 103 | intf_thread_t *p_intf = GetIntf( GTK_WIDGET(widget), (char*)user_data ); |
|---|
| 104 | 104 | vout_thread_t *p_vout; |
|---|
| 105 | 105 | |
|---|
| 106 | | p_vout = vlc_object_find( p_intf, VLC_OBJECT_VOUT, FIND_CHILD ); |
|---|
| | 106 | p_vout = vlc_object_find( p_intf->p_sys->p_input, |
|---|
| | 107 | VLC_OBJECT_VOUT, FIND_CHILD ); |
|---|
| 107 | 108 | |
|---|
| 108 | 109 | if( p_vout ) |
|---|