Skip to content

Commit f6dcc5d

Browse files
committed
Move to wxgtk3
1 parent 2e2158f commit f6dcc5d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+10
-10
lines changed

wx/linux_386/lib/libwx_baseu-3.1.a

18.1 KB
Binary file not shown.
-19.9 KB
Binary file not shown.
2.82 KB
Binary file not shown.
-4.5 MB
Binary file not shown.
-1.3 MB
Binary file not shown.
-1.8 MB
Binary file not shown.
-192 KB
Binary file not shown.
-1.63 MB
Binary file not shown.

wx/linux_386/lib/libwx_gtk2u_qa-3.1.a

-260 KB
Binary file not shown.
-1.15 MB
Binary file not shown.
-2.84 MB
Binary file not shown.
-632 KB
Binary file not shown.
-3.75 MB
Binary file not shown.
4.58 MB
Binary file not shown.
1.23 MB
Binary file not shown.

wx/linux_386/lib/libwx_gtk3u_gl-3.1.a

203 KB
Binary file not shown.
1.78 MB
Binary file not shown.
162 KB
Binary file not shown.
1.63 MB
Binary file not shown.

wx/linux_386/lib/libwx_gtk3u_qa-3.1.a

226 KB
Binary file not shown.
985 KB
Binary file not shown.
2.89 MB
Binary file not shown.
653 KB
Binary file not shown.
211 KB
Binary file not shown.
3.55 MB
Binary file not shown.

wx/linux_386/lib/libwxregexu-3.1.a

-2.93 KB
Binary file not shown.

wx/linux_386/lib/libwxscintilla-3.1.a

-87.3 KB
Binary file not shown.

wx/linux_386/wx/setup.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* lib/wx/include/gtk2-unicode-static-3.1/wx/setup.h. Generated from setup.h.in by configure. */
1+
/* lib/wx/include/gtk3-unicode-static-3.1/wx/setup.h. Generated from setup.h.in by configure. */
22
/* This define (__WX_SETUP_H__) is used both to ensure setup.h is included
33
* only once and to indicate that we are building using configure. */
44
#ifndef __WX_SETUP_H__
@@ -67,7 +67,7 @@
6767
#define __WXGTK220__ 1
6868

6969
/* Define this if your version of GTK+ is >= 3.0 */
70-
/* #undef __WXGTK3__ */
70+
#define __WXGTK3__ 1
7171

7272
/* Define this if you want to use GPE features */
7373
/* #undef __WXGPE__ */
@@ -323,7 +323,7 @@
323323

324324
#define wxUSE_STC 1
325325

326-
#define wxUSE_WEBVIEW 0
326+
#define wxUSE_WEBVIEW 1
327327

328328
#ifdef __WXMSW__
329329
#define wxUSE_WEBVIEW_IE 0
@@ -332,9 +332,9 @@
332332
#endif
333333

334334
#if defined(__WXGTK__) || defined(__WXOSX__)
335-
#define wxUSE_WEBVIEW_WEBKIT 0
335+
#define wxUSE_WEBVIEW_WEBKIT 1
336336
#else
337-
#define wxUSE_WEBVIEW_WEBKIT 0
337+
#define wxUSE_WEBVIEW_WEBKIT 1
338338
#endif
339339

340340

@@ -532,7 +532,7 @@
532532

533533
#define wxUSE_HTML 1
534534

535-
#define wxUSE_GLCANVAS 0
535+
#define wxUSE_GLCANVAS 1
536536

537537
#define wxUSE_RICHTEXT 1
538538

@@ -846,7 +846,7 @@
846846
/*
847847
* Use OpenGL
848848
*/
849-
#define wxUSE_OPENGL 0
849+
#define wxUSE_OPENGL 1
850850

851851
/*
852852
* Use MS HTML Help via libmspack (Unix)
@@ -926,7 +926,7 @@
926926
#define HAVE_FSYNC 1
927927

928928
/* Define if round() is available */
929-
/* #undef HAVE_ROUND */
929+
#define HAVE_ROUND 1
930930

931931
/* Define if you have ftime() */
932932
/* #undef HAVE_FTIME */

0 commit comments

Comments
 (0)