Skip to content

Commit 02786a7

Browse files
committed
WIP
1 parent 813441d commit 02786a7

9 files changed

+2399
-157
lines changed

LICENSE_LibXDiff.txt

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*
2+
* LibXDiff by Davide Libenzi ( File Differential Library )
3+
* Copyright (C) 2003 Davide Libenzi
4+
*
5+
* This library is free software; you can redistribute it and/or
6+
* modify it under the terms of the GNU Lesser General Public
7+
* License as published by the Free Software Foundation; either
8+
* version 2.1 of the License, or (at your option) any later version.
9+
*
10+
* This library is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+
* Lesser General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Lesser General Public
16+
* License along with this library; if not, see
17+
* <http://www.gnu.org/licenses/>.
18+
*
19+
* Davide Libenzi <[email protected]>
20+
*/

src/WinWebDiff/Resource.h

+26-13
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,31 @@
1818
#define IDM_VIEW_SIZE_1280x800 124
1919
#define IDM_VIEW_SIZE_1440x900 125
2020
#define IDM_VIEW_SPLITHORIZONTALLY 126
21-
#define IDM_COMPARE_SCREENSHOTS 130
22-
#define IDM_COMPARE_FULLSIZE_SCREENSHOTS 131
23-
#define IDM_COMPARE_HTML 132
24-
#define IDM_COMPARE_TEXT 133
25-
#define IDM_COMPARE_RESOURCE_TREE 134
26-
#define IDM_CLEAR_DISK_CACHE 135
27-
#define IDM_CLEAR_COOKIES 136
28-
#define IDM_CLEAR_BROWSING_HISTORY 137
29-
#define IDM_CLEAR_ALL_PROFILE 138
30-
#define IDI_WINWEBDIFF 140
31-
#define IDI_SMALL 141
32-
#define IDC_WINWEBDIFF 142
21+
#define IDM_VIEW_VIEWDIFFERENCES 127
22+
#define IDM_VIEW_DIFF_ALGORITHM_MYERS 128
23+
#define IDM_VIEW_DIFF_ALGORITHM_MINIMAL 129
24+
#define IDM_VIEW_DIFF_ALGORITHM_PATIENCE 130
25+
#define IDM_VIEW_DIFF_ALGORITHM_HISTOGRAM 131
26+
#define IDM_VIEW_DIFF_ALGORITHM_NONE 132
27+
#define IDM_COMPARE_RECOMPARE 140
28+
#define IDM_COMPARE_SCREENSHOTS 141
29+
#define IDM_COMPARE_FULLSIZE_SCREENSHOTS 142
30+
#define IDM_COMPARE_HTML 143
31+
#define IDM_COMPARE_TEXT 144
32+
#define IDM_COMPARE_RESOURCE_TREE 145
33+
#define IDM_COMPARE_NEXTDIFFERENCE 146
34+
#define IDM_COMPARE_PREVIOUSDIFFERENCE 147
35+
#define IDM_COMPARE_FIRSTDIFFERENCE 148
36+
#define IDM_COMPARE_LASTDIFFERENCE 149
37+
#define IDM_COMPARE_NEXTCONFLICT 150
38+
#define IDM_COMPARE_PREVIOUSCONFLICT 151
39+
#define IDM_CLEAR_DISK_CACHE 161
40+
#define IDM_CLEAR_COOKIES 162
41+
#define IDM_CLEAR_BROWSING_HISTORY 163
42+
#define IDM_CLEAR_ALL_PROFILE 164
43+
#define IDI_WINWEBDIFF 170
44+
#define IDI_SMALL 171
45+
#define IDC_WINWEBDIFF 172
3346
#define IDC_MYICON 2
3447
#ifndef IDC_STATIC
3548
#define IDC_STATIC -1
@@ -40,7 +53,7 @@
4053
#ifndef APSTUDIO_READONLY_SYMBOLS
4154

4255
#define _APS_NO_MFC 130
43-
#define _APS_NEXT_RESOURCE_VALUE 129
56+
#define _APS_NEXT_RESOURCE_VALUE 180
4457
#define _APS_NEXT_COMMAND_VALUE 32771
4558
#define _APS_NEXT_CONTROL_VALUE 1000
4659
#define _APS_NEXT_SYMED_VALUE 111

0 commit comments

Comments
 (0)