Vadim Zeitlin
|
f3239c2118
|
updated the version to 2.9.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-07-05 11:51:53 +00:00 |
|
Vadim Zeitlin
|
0d14e4f21d
|
added XRC handler for wxFileCtrl (closes #10785)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-06-12 17:40:11 +00:00 |
|
Vadim Zeitlin
|
e5405b6b21
|
added new wx-config --query-xxx options and use them in (Unix) bakefile presets instead of parsing --selected-config output to fix the use of presets when cross-compiling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-06-12 17:26:11 +00:00 |
|
Vadim Zeitlin
|
adcda299c0
|
added wxEditbaleListBox XRC handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-06-04 23:41:51 +00:00 |
|
Vadim Zeitlin
|
255c07b4df
|
extracted wxTextWrapper in its own header and made it public
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-31 20:12:07 +00:00 |
|
Vadim Zeitlin
|
671683c445
|
enable OpenGL library build by default under Windows too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-31 12:55:11 +00:00 |
|
Vadim Zeitlin
|
24f618eea6
|
allow overriding wxUSE_GLCANVAS value in setup.h by using USE_OPENGL=1 with make (closes #10832)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-31 09:12:20 +00:00 |
|
Michael Wetherell
|
22015a0224
|
Send mail notifications to wx-buildbot@googlegroups.com
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-27 02:21:06 +00:00 |
|
Vadim Zeitlin
|
ab5c51e5b2
|
don't update stc.h when not building the library, it doesn't make sense to do this in the samples makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-12 09:13:36 +00:00 |
|
Vadim Zeitlin
|
fa245b25f2
|
wxActiveX files are low level as there is no wxUniv equivalent for this functionality (closes #10786 as this resulted in link errors when building wxMedia/Univ before)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-12 08:59:57 +00:00 |
|
Stefan Csomor
|
d23d3b702b
|
moving all dataview files to advanced
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-10 19:44:59 +00:00 |
|
Stefan Csomor
|
d78a762afc
|
fixing dataview entries
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-09 20:30:17 +00:00 |
|
Vadim Zeitlin
|
d84e6f500e
|
check for Python and disable automatic STC files updating which requires it if it's not available
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-08 23:12:57 +00:00 |
|
Robert Roebling
|
e86edab05b
|
Add wxDataViewCtrl implementation for OSX/Cocoa (closes #10617: wxDataView for wxOSX-Cocoa)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-08 17:07:50 +00:00 |
|
Stefan Csomor
|
1e5b27dd7f
|
fixing usage of common generic files for all osx_ ports, adding webkit to common osx files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-07 06:23:20 +00:00 |
|
Vadim Zeitlin
|
72a7c55982
|
added wxStd{In,Out}putStream classes (closes #10637)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-02 18:29:33 +00:00 |
|
Vadim Zeitlin
|
574be073c0
|
update for bakefile 0.2.6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-02 17:54:45 +00:00 |
|
Vadim Zeitlin
|
bca8c756a3
|
added wxMouseEventsManager
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-01 22:52:33 +00:00 |
|
Vadim Zeitlin
|
4fa96ccb98
|
don't generate CE projects for tests/benchmarks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-01 10:14:15 +00:00 |
|
Michael Wetherell
|
8c27b48bd9
|
Fix typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-27 20:05:13 +00:00 |
|
Vadim Zeitlin
|
8b513cab3c
|
correct the release branch name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-26 11:13:02 +00:00 |
|
Vadim Zeitlin
|
0e6e5fc88f
|
add release branch (currently WX_2_9_BRANCH) definitions and reenable VC build slaves for it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-26 11:00:54 +00:00 |
|
Michael Wetherell
|
44f8a25987
|
New devs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-26 05:24:49 +00:00 |
|
Kevin Ollivier
|
6247d6ac43
|
Don't move the actual executable, just link to it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-26 02:01:25 +00:00 |
|
Vadim Zeitlin
|
97d13342cc
|
undo the last change as it results in buildbot configuration error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-25 11:57:27 +00:00 |
|
Vadim Zeitlin
|
74ed0fa155
|
add 2.9.0 branch builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-24 23:32:20 +00:00 |
|
Chris Elliott
|
95ff11c4bb
|
update bakefile to 0.2.6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-24 10:36:24 +00:00 |
|
Chris Elliott
|
5078fef715
|
build a 2.9.x windows setup file and chm and htb sets of docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-24 09:45:48 +00:00 |
|
Michael Wetherell
|
96197e45a3
|
New dev.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-24 07:40:54 +00:00 |
|
Stefan Csomor
|
d4d4c34c3a
|
fixing path for test_gui
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-14 16:06:14 +00:00 |
|
Stefan Csomor
|
531ebc0f8e
|
no test_gui present
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-14 05:30:18 +00:00 |
|
Stefan Csomor
|
b66533d348
|
adding buildbot for 2.9.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-06 17:39:22 +00:00 |
|
Vadim Zeitlin
|
254696bb8f
|
return a wxAnyStrPtr covnertible to either narrow or wide char pointer from wxDateTime::ParseXXX() methods to improve compatibility with wx 2.8 and also simplify the code (closes #9560)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-24 23:21:29 +00:00 |
|
Stefan Csomor
|
7a48e6da90
|
cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-24 07:40:58 +00:00 |
|
Stefan Csomor
|
0096f23994
|
adding scheduler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-23 18:34:03 +00:00 |
|
Michael Wetherell
|
8dda46e00c
|
Fix branch name.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-23 18:28:25 +00:00 |
|
Michael Wetherell
|
30050c958f
|
Make dir names unique.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-23 18:16:10 +00:00 |
|
Stefan Csomor
|
1d1da43654
|
adding OSX 2.9 preview
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-23 17:56:09 +00:00 |
|
Stefan Csomor
|
87ae8abf07
|
adding tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-22 16:22:31 +00:00 |
|
Francesco Montorsi
|
1dd8319ab9
|
revert 59680; implement proper fix for wxMSW test failure detection
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-21 12:28:52 +00:00 |
|
Francesco Montorsi
|
98919134f0
|
no real changes: split the huge datetime.cpp in two parts: one dedicated to code for formatting/parsing, the other for everything else
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-20 19:16:21 +00:00 |
|
Francesco Montorsi
|
0901ebdafa
|
run tests on the wxMSW port again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-20 15:20:39 +00:00 |
|
Kevin Ollivier
|
19beefa6f3
|
On Mac, ensure that the library path and dependencies point to the right location whether or not the library is installed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-15 16:07:56 +00:00 |
|
Kevin Ollivier
|
8588ab380b
|
Just move the binary inside of the app bundle instead of making a separate copy of it in the bundle.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-13 05:23:07 +00:00 |
|
Vadim Zeitlin
|
3a3b0bc2ea
|
disable IPC test completely as it prevents the test program from running to completion when it hangs (for still unknown reason)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-11 13:15:45 +00:00 |
|
Vadim Zeitlin
|
0576cd9ebe
|
added wxProtocolLog class for logging network requests/responses (closes #7464)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-07 13:58:39 +00:00 |
|
Vadim Zeitlin
|
1146927789
|
use ldlibs, not ldflags, for wx-config --libs output in gnu format as well as in autoconf one to ensure that the libraries appear at the end of the linker command line
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-03 19:20:44 +00:00 |
|
Vadim Zeitlin
|
063fcdc78d
|
don't generate non-MSVC makefiles for MSVC-only samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-02 20:49:00 +00:00 |
|
Kevin Ollivier
|
0b9dcf0ad0
|
Update files.bkl to look in the proper place for moved header files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-02 18:08:28 +00:00 |
|
Vadim Zeitlin
|
5a0dca116d
|
remove non-existent wx/msw/datecontrols.h from files.bkl (it's a private file and shouldn't be installed)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-23 21:24:37 +00:00 |
|