Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2003 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(19) |
Feb
(86) |
Mar
(186) |
Apr
(60) |
May
(12) |
Jun
(30) |
Jul
(16) |
Aug
(19) |
Sep
(33) |
Oct
(17) |
Nov
(26) |
Dec
(32) |
2005 |
Jan
(39) |
Feb
(15) |
Mar
(9) |
Apr
(11) |
May
(14) |
Jun
(24) |
Jul
(79) |
Aug
(69) |
Sep
(22) |
Oct
(76) |
Nov
(40) |
Dec
(15) |
2006 |
Jan
(73) |
Feb
(61) |
Mar
(29) |
Apr
(26) |
May
(19) |
Jun
(30) |
Jul
(16) |
Aug
(38) |
Sep
(32) |
Oct
(29) |
Nov
(23) |
Dec
(20) |
2007 |
Jan
(19) |
Feb
(13) |
Mar
(10) |
Apr
(2) |
May
(9) |
Jun
(7) |
Jul
(4) |
Aug
(18) |
Sep
(5) |
Oct
(6) |
Nov
(10) |
Dec
(21) |
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(10) |
Jun
(7) |
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2009 |
Jan
|
Feb
(3) |
Mar
|
Apr
(3) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
1
|
2
|
3
|
4
(2) |
5
(3) |
6
|
7
|
8
(2) |
9
|
10
(2) |
11
(2) |
12
|
13
|
14
(7) |
15
(2) |
16
|
17
(1) |
18
|
19
(2) |
20
(2) |
21
|
22
(2) |
23
(2) |
24
(2) |
25
|
26
(2) |
27
|
28
|
29
|
30
|
|
|
From: Kevin DeKorte <kdekorte@us...> - 2004-09-22 21:41:54
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12296/Source Modified Files: plugin.cpp Log Message: Index: plugin.cpp =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/plugin.cpp,v retrieving revision 1.140 retrieving revision 1.141 diff -C2 -d -r1.140 -r1.141 *** plugin.cpp 22 Sep 2004 21:38:19 -0000 1.140 --- plugin.cpp 22 Sep 2004 21:41:46 -0000 1.141 *************** *** 877,882 **** #endif } - #endif - #ifdef GTK_ENABLED if (gtkwidget == NULL) return NPERR_NO_ERROR; --- 877,880 ---- |
From: Kevin DeKorte <kdekorte@us...> - 2004-09-22 21:38:29
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11352/Source Modified Files: plugin.cpp Log Message: Fixed X mode compile error Index: plugin.cpp =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/plugin.cpp,v retrieving revision 1.139 retrieving revision 1.140 diff -C2 -d -r1.139 -r1.140 *** plugin.cpp 20 Sep 2004 22:21:37 -0000 1.139 --- plugin.cpp 22 Sep 2004 21:38:19 -0000 1.140 *************** *** 864,867 **** --- 864,868 ---- aWindow->height); + #ifdef GTK_ENABLED if (status != NULL) { gtk_widget_show(GTK_WIDGET(status)); *************** *** 876,879 **** --- 877,881 ---- #endif } + #endif #ifdef GTK_ENABLED if (gtkwidget == NULL) |