Chris Elliott
|
affb67e18d
|
patch fixing b32 makefile (sourceforge Bugs item #566439)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-17 09:07:38 +00:00 |
|
Mattia Barbon
|
8e777e8b59
|
Updated makefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-16 15:38:01 +00:00 |
|
Mattia Barbon
|
65e8e8abb6
|
Recent w32api have FONTENUMPROC; this also fixes GCC 3.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-16 15:17:05 +00:00 |
|
Vadim Zeitlin
|
48c61225d6
|
argh, another IsDialogMessage() fix: we still need to check all non top level parents
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-15 21:17:37 +00:00 |
|
Vadim Zeitlin
|
573a158618
|
fix for dialog navigation in the modal dialogs: do call IsDialogMessage() in this case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-15 20:09:15 +00:00 |
|
Vadim Zeitlin
|
5bc28e8482
|
allow overriding the default button labels in wxWizard
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-15 17:03:18 +00:00 |
|
Vadim Zeitlin
|
5a403e3f2a
|
changed WM_GETDLGCODE handling so that all windows get WM_CHARs by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-15 15:32:20 +00:00 |
|
Vadim Zeitlin
|
f586fde36c
|
removed unused wxWindow::m_doubleClickAllowed field
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-15 15:20:03 +00:00 |
|
Mattia Barbon
|
ab71cedf54
|
Create a new icon for each image in a file with multiple icons.
Fixes a bug reported on wx-dev.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-15 15:04:07 +00:00 |
|
Mattia Barbon
|
9954786be2
|
Better detection for Cygwin; thanks to Oscar Fuentes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-15 14:58:47 +00:00 |
|
Robin Dunn
|
3bc1a8e6f0
|
SWIGged update for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-15 07:10:45 +00:00 |
|
Robin Dunn
|
8f8b0a8dfe
|
SWIGged updates for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-15 07:03:05 +00:00 |
|
Robin Dunn
|
b89f0cb06a
|
Fix for the TAB in the autocomplete list not being used correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-15 06:41:27 +00:00 |
|
Robin Dunn
|
6f48b1b53f
|
Changed name of demo so the list sorts nicer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-15 05:52:22 +00:00 |
|
Robin Dunn
|
fc832f8cae
|
Switched to new inline image format
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-15 05:51:35 +00:00 |
|
Robin Dunn
|
a66212dcdf
|
Fixed a bunch of embarassing reference leaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-15 05:51:11 +00:00 |
|
Robin Dunn
|
be88a6ade9
|
Fixed wxApp::OnAssert signature.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-15 01:43:03 +00:00 |
|
Vadim Zeitlin
|
238d33aa53
|
generic log dialog resizing now works more reasonably (at least under Windows): you can't resize it vertically when it is collapsed and it doesn't change horizontal size when it is expanded or collapsed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-15 00:10:42 +00:00 |
|
Robin Dunn
|
72797a7da3
|
Added wxArtProvider and other changes to match CVS updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-14 23:31:53 +00:00 |
|
Robin Dunn
|
6fc4b6483f
|
PyCrust update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-14 23:28:54 +00:00 |
|
Vadim Zeitlin
|
09168de7a1
|
don't use WS_EX_CONTOLPARENT with the top level windows nor wxUniv (doesn't really hurt but is not needed neither)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-14 22:39:38 +00:00 |
|
Vadim Zeitlin
|
12447831a8
|
compilation fixes for wxUniv (moved wxDlgProc back to toplevel.cpp)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-14 22:26:32 +00:00 |
|
Vadim Zeitlin
|
706d74ab81
|
compilation fix for !USE_PCH (patch 569132)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-14 22:05:21 +00:00 |
|
Robin Dunn
|
5abb3306e4
|
fixed missing comma
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-14 15:24:24 +00:00 |
|
Chris Elliott
|
b8d5d8b832
|
fixes MSW comparision where theme name extracted from the environment is in upper case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-14 14:17:29 +00:00 |
|
Chris Elliott
|
df77251d93
|
make file for wxUniversal and Borland/MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-14 13:04:30 +00:00 |
|
Chris Elliott
|
17a2362b6f
|
tmake files for wxUniversal and Borland/MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-14 13:03:45 +00:00 |
|
Chris Elliott
|
d440dda1e0
|
minifram sample modified to use XPMs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-14 10:21:52 +00:00 |
|
Chris Elliott
|
0ed1d09c46
|
comment added to toolbar to say using BMPs uses less pace than XPMs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-14 10:08:07 +00:00 |
|
Chris Elliott
|
6f4aae6098
|
treectrl sample modified to use XPMs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-14 10:05:01 +00:00 |
|
Robin Dunn
|
99030bdf57
|
Missing ;
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-14 00:19:40 +00:00 |
|
Vadim Zeitlin
|
61179e28bd
|
fixed problems with hanging inside IsDialogMessage or DefDlgProc by forcing all parents of windows with WS_EX_CONTROLPARENT to have this style themselves as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-13 23:59:11 +00:00 |
|
Vadim Zeitlin
|
8ff4113603
|
added missing space before >> button label
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-13 23:57:55 +00:00 |
|
Robin Dunn
|
6ca312ba68
|
New SWIGged code for wxMac,
updated version in build script
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-13 22:22:18 +00:00 |
|
Vadim Zeitlin
|
64b397664d
|
suppress an assert when a combobox receives WM_KILLFOCUS while it is being destroyed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-13 20:41:13 +00:00 |
|
Vadim Zeitlin
|
e5251d4f78
|
fixes to the sizers behaviour necessary to make the log dialog work again
(thanks to Dimitri) and a few updates to the docs after the recent changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-13 20:21:20 +00:00 |
|
Vadim Zeitlin
|
aad65f130d
|
new wxASSERT implementation using wxAssert() helper function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-13 19:37:43 +00:00 |
|
Vadim Zeitlin
|
b7b35e5063
|
blind fix for latest mingw32 3.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-13 19:09:24 +00:00 |
|
Vadim Zeitlin
|
1c25d24586
|
blind fix for latest mingw32 3.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-13 18:51:01 +00:00 |
|
Vadim Zeitlin
|
dc84437ea2
|
fix link of wxDateTime inline methods using mingw32
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-13 18:46:39 +00:00 |
|
Vadim Zeitlin
|
d070606729
|
fixed buglet in wxWindow::GetPosition docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-13 18:12:36 +00:00 |
|
George Tasker
|
aaf0836c8b
|
Enhanced the DataTypeSupported() function to show the native data type name that is being automatically used by the wxODBC class column types
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-13 17:51:56 +00:00 |
|
George Tasker
|
ff294e0eba
|
Added a wxASSERT_MSG in ::SetColDefs() to trap for the user sending an index that is larger than the number of columns defined for the table
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-13 17:48:40 +00:00 |
|
Robin Dunn
|
4ece0694e1
|
Added code (currently disabled) to show putting a wxGLCanvas on a panel
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-13 16:57:18 +00:00 |
|
Robin Dunn
|
d58a80fae0
|
Patch #568403
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-13 16:51:53 +00:00 |
|
Stefan Csomor
|
ad816ba539
|
adapted to new ..internal structure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-13 07:04:46 +00:00 |
|
Robin Dunn
|
0815db2686
|
fixed some paths in build scripts
fixed yesterday's fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-13 01:35:19 +00:00 |
|
Vadim Zeitlin
|
085ad68651
|
moved OnActivate() logic from wxFrame to wxDialog -- this fixes infinite loop when handling WM_ACTIVATE in DefDlgProc in some crazy situations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-13 00:04:22 +00:00 |
|
Julian Smart
|
7cc3cec9a7
|
Fixed a bug in transferring data to a wxComboBox if string is not
in the list of strings.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-12 21:20:56 +00:00 |
|
Vadim Zeitlin
|
c1cb41536a
|
added wxGetProcessId()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-12 20:26:24 +00:00 |
|