Vadim Zeitlin
|
ac95e67140
|
reverted strange and IMO unnecessary OFN_OVERWRITEPROMPT emulation (bug 812346)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-28 18:12:26 +00:00 |
|
Mattia Barbon
|
f4998a1cc6
|
MinGW compilation fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-28 13:57:52 +00:00 |
|
Vadim Zeitlin
|
8941fa8806
|
added 3-state checkboxes (patch 813790)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-28 00:23:08 +00:00 |
|
Vadim Zeitlin
|
32e2c7613d
|
Unicode fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-27 15:14:44 +00:00 |
|
Vadim Zeitlin
|
3cb98121f2
|
fixed bug in wxDisplay::GetFromPoint() when Xinerama is not used (patch 813543)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-27 13:58:10 +00:00 |
|
Vadim Zeitlin
|
dd435a79ed
|
removed wxApp::Initialized() (replaced with a dummy version in wxApp itself); wxApp in wxGTK now uses wxEvtLoop too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-27 13:47:46 +00:00 |
|
Vadim Zeitlin
|
1bba1946d5
|
suppress compiler warning about uninit var
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-27 13:28:28 +00:00 |
|
Vadim Zeitlin
|
d8cf2b8d7d
|
made UTF-16/32 equivalent to the corresponding LE/BE version (patch 812358)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-27 13:13:22 +00:00 |
|
Vadim Zeitlin
|
fedec98126
|
merged wxDisplayModeInfo and wxVideoMode in a single class, extracted it in a separate wx/vidmode.h header
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-27 12:55:46 +00:00 |
|
Vadim Zeitlin
|
1d5b3bf041
|
fix for handling (Shift-)Ctrl-Tab when the notebook itself has focus (patch 813507)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-27 12:34:05 +00:00 |
|
Vadim Zeitlin
|
724a907cbb
|
minor fix for wxSlider sizing (patch 809202)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-27 12:26:19 +00:00 |
|
Vadim Zeitlin
|
331c9f56a4
|
fixes to radio button handling (patch 803360)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-27 11:43:01 +00:00 |
|
Vadim Zeitlin
|
8b1ed8d979
|
update height of the header window whenever it changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-26 23:47:28 +00:00 |
|
Vadim Zeitlin
|
b8bdaa7c2b
|
make it possible to give focus to the notebook itself (patch 811013)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-26 21:36:33 +00:00 |
|
Vadim Zeitlin
|
d7a7546b8e
|
fixed code for swapping rect corners if out of order (bug 800180)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-26 20:50:27 +00:00 |
|
Vadim Zeitlin
|
6f96ac03f0
|
added wxGzipIOStreams (patch 792932)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-26 20:24:36 +00:00 |
|
Vadim Zeitlin
|
0915d0b2e2
|
wxZlibStreams fixes; allow them to be used as deflate [de]compressor in gz/zip files (patch 792562)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-26 20:07:22 +00:00 |
|
Vadim Zeitlin
|
6bb7cee4e9
|
fixes to radio button handling (patch 803360)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-26 19:43:47 +00:00 |
|
Vadim Zeitlin
|
03a991bc7a
|
always return length of the string, *not* size of the buffer from wxMBConv_win32::MB<->WC(), as documented (fixes bug reported in patch 789039)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-26 18:15:09 +00:00 |
|
Vadim Zeitlin
|
2736a5def9
|
fix SetFocus() in wxDialog-derived class ctor (which used to be ignored); this replaces patch 769552
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-26 17:35:54 +00:00 |
|
Vadim Zeitlin
|
bda3d86af9
|
don't do anything non trivial (like creating wxFontMapper) in ctors of global objects
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-26 16:55:53 +00:00 |
|
Vadim Zeitlin
|
2a8f35c325
|
fixed (recently reintroduced) activation bug when the modal dialog was dismissed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-26 12:38:49 +00:00 |
|
Julian Smart
|
afa039f920
|
Clean up event hash tables in a timely fashion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-26 10:50:58 +00:00 |
|
Vadim Zeitlin
|
fcb35beb94
|
compilation fixes after making wxFontRefData private (added wxFont::GetMacXXX())
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-25 23:10:35 +00:00 |
|
Vadim Zeitlin
|
978f48c648
|
initialize hidden window class name with NULL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-25 22:06:00 +00:00 |
|
Robin Dunn
|
9d41f689dc
|
#ifdef update for the old SWIG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 20:06:19 +00:00 |
|
Vadim Zeitlin
|
3398cf2cf6
|
added stabs for missing wxNativeFontInfo methods when using Pango
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 16:07:07 +00:00 |
|
Vadim Zeitlin
|
9e9eea73bc
|
gcc warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 15:59:22 +00:00 |
|
Vadim Zeitlin
|
89654c9a49
|
GetFilenames() always returned a single file only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 15:06:53 +00:00 |
|
Vadim Zeitlin
|
92679f9f29
|
fixed spurious debug message when right clicking outside of any items area
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 15:03:57 +00:00 |
|
Vadim Zeitlin
|
97f278b453
|
finally reverted patch 782947 completely, it is broken; added just a check that id returned by SetTimer() is not a dup instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 14:48:33 +00:00 |
|
Vadim Zeitlin
|
5b6c8794de
|
attempt to fix timers when creating them with a valid HWND
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 13:46:34 +00:00 |
|
Vadim Zeitlin
|
3ad38858fd
|
compilation fix for BCC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 12:45:11 +00:00 |
|
Chris Elliott
|
f4d3253b59
|
fix digitalmars bug (ambiguous symbol)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 08:29:21 +00:00 |
|
Vadim Zeitlin
|
74b0216f3a
|
compilation fix after GetNativeFontInfo() change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 02:08:39 +00:00 |
|
Vadim Zeitlin
|
caa36aab84
|
undid accidental change to assert in Start() during last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 01:54:39 +00:00 |
|
Vadim Zeitlin
|
3bf5a59b5e
|
pointer returned by GetNativeFontInfo() is now const and must not be deleted (replaces patch 810192)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 01:23:37 +00:00 |
|
Vadim Zeitlin
|
cb0afb2662
|
replaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAINT_ON_RESIZE in XTI declarations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 00:41:06 +00:00 |
|
Vadim Zeitlin
|
e441e1f4e8
|
made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_REPAINT_ON_RESIZE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 00:26:40 +00:00 |
|
Vadim Zeitlin
|
eccd199223
|
refactored code to create hidden window in one place only; use it from wxTimer; unregister class used by wxExecute (modified patch 782947)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 23:57:32 +00:00 |
|
Robin Dunn
|
dc76287dcd
|
Allow derived classes to prevent default focus handling (by not
calling Skip)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 23:48:17 +00:00 |
|
Robin Dunn
|
b0d0494ff5
|
Fixes in focus handling related to the AutoComplete window.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 23:42:41 +00:00 |
|
Vadim Zeitlin
|
dcc8fac0c3
|
fix for Unix compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 22:22:27 +00:00 |
|
Julian Smart
|
653567bb4c
|
char -> wxChar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 22:13:36 +00:00 |
|
Mattia Barbon
|
05e770c40e
|
Use glcanvas.cpp from wxX11 for wxMotif.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 19:25:45 +00:00 |
|
Vadim Zeitlin
|
1a3bb45ee7
|
fixed MarkDirty()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 17:16:43 +00:00 |
|
Vadim Zeitlin
|
b5153fd845
|
fixed compilation problems with platforms where wchar_t != ushort
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 17:12:43 +00:00 |
|
Julian Smart
|
0308fd61a2
|
Fixed bug [ 756485 ] wxDateTime::ParseTime fails with assertion when it shouldn't
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 17:01:15 +00:00 |
|
Julian Smart
|
987263fe19
|
Fixed bug [ 754596 ] wxUSE_CONSTRAINTS 0 breaks AutoLayout() with sizers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 17:00:17 +00:00 |
|
Vadim Zeitlin
|
3a9fa0d6b5
|
added wxTextCtrl::MarkDirty()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 00:09:18 +00:00 |
|