Vadim Zeitlin
|
f242653114
|
move the logic for changing notebook pages using the standard Ctrl-Tab/PageUp/Dn keys even when focus is outside of the notebook to wxControlContainer from wxTopLevelWindowMSW to allow it work for notebooks whose parent is not a TLW (as a side effect, this now also works in all ports although I don't really know how desirable this is)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-08-10 15:42:07 +00:00 |
|
Václav Slavík
|
e772e33055
|
fixed gcc warnings about wrong format string
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-08-08 15:11:30 +00:00 |
|
Václav Slavík
|
869b59fc91
|
added wxRect::Inside(wxRect) for testing if a rectangle is completely within another rectangle
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-08-08 14:21:44 +00:00 |
|
Václav Slavík
|
6632225c98
|
1. made wxImage compile with wxUSE_STREAMS but without wxUSE_FILE
2. changed to work with wxFFile*Streams if wxUSE_FILE=0 and wxUSE_FFILE=1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-08-08 13:48:37 +00:00 |
|
Robin Dunn
|
1736f021a8
|
Change Fit() back to using SetSize, not SetClientSize.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-08-07 18:20:02 +00:00 |
|
Vadim Zeitlin
|
55b43eaa02
|
undid last change and removed wxTE/CB_FILENAME style, after looking at GTK+ API it seems that this is not the correct way to do this
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-08-04 11:10:53 +00:00 |
|
Václav Slavík
|
f257ac8784
|
fixed compilation for wxUSE_STATUSBAR w/o wxUSE_MENUS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-08-01 12:01:24 +00:00 |
|
Stefan Csomor
|
3c67ec06a7
|
on mac using macroman only created once a successful wxCSConv, because the iconv' miss was entered as a failure into the cache, which then killed any subsequent attempt ..
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-08-01 09:37:42 +00:00 |
|
Vadim Zeitlin
|
40bdc5d600
|
release build unused variable warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-31 22:13:07 +00:00 |
|
Václav Slavík
|
39a31a2d86
|
made the rest of wxEncodingConverter tables const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-31 16:28:43 +00:00 |
|
Václav Slavík
|
3ef10cfc2e
|
warnings fixes for !wxUSE_FONTMAP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-31 12:28:05 +00:00 |
|
Václav Slavík
|
91cb7f52cc
|
compilation fix for !wxUSE_FONTMAPstrconv.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-31 12:22:33 +00:00 |
|
Václav Slavík
|
72f8c79220
|
don't pass window argument to NotifyCaptureLost, it's not needed/used
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-31 12:17:39 +00:00 |
|
Václav Slavík
|
2c5e5cbdb4
|
wxFileModificationTime() needs wxDateTime, put it inside wxUSE_DATETIME
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-31 12:03:22 +00:00 |
|
Václav Slavík
|
63e819f298
|
added wxEVT_MOUSE_CAPTURE_LOST event and code for correctly handling capture loss (bug #1153662)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-31 09:27:54 +00:00 |
|
Vadim Zeitlin
|
5f6475c145
|
moved combobox styles from defs.to to combobox.h; added wxTE/wxCB_FILENAME styles (MSW only for now); show them in the widgets sample and use for file/dir pickers text controls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-29 19:19:50 +00:00 |
|
Vadim Zeitlin
|
1a8e309166
|
removed wxLANGUAGE_SERBIAN, we must explicitly use either or wxLANGUAGE_SERBIAN_CYRILLIC/LATIN variants alone as just wxLANGUAGE_SERBIA is equivalent to wXLANGUAGE_CROATION under Windows resulting in unwelcome confusion; and there is no default sublanguage for Serbian anyhow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-28 23:55:17 +00:00 |
|
Mart Raudsepp
|
eab77b5983
|
Kill typo noticed by Priit Laes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-27 11:55:13 +00:00 |
|
Vadim Zeitlin
|
74639764d0
|
added possibility to strip only mnemonics, not accels, in wxStripMenuCodes(); added wxControl::GetLabelText()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 18:40:04 +00:00 |
|
Włodzimierz Skiba
|
e8427971f6
|
[ 1528248 ] Fix to the width of the wxGenericColourButton
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 11:41:53 +00:00 |
|
Włodzimierz Skiba
|
459b97dfcb
|
Allow wxUSE_INTL==0 builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 09:08:46 +00:00 |
|
Włodzimierz Skiba
|
bb90a3e6fd
|
Include wx/stopwatch.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 08:47:47 +00:00 |
|
Vadim Zeitlin
|
6c20e8f816
|
move default button handling code from wxControlContainer to wxTLW (patch 1524441)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 01:31:13 +00:00 |
|
Vadim Zeitlin
|
374b4f1c0b
|
compilation fix for platforms where size_t is unsigned long, not int
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 01:05:49 +00:00 |
|
Vadim Zeitlin
|
ecd87e5b71
|
improvements to wxPickerBase default proportion values (patch 1525578)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 00:44:41 +00:00 |
|
Vadim Zeitlin
|
4948ebf3ff
|
handlers added using AddHandler() last must have the highest priority (patch 1522807)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 00:33:14 +00:00 |
|
Vadim Zeitlin
|
8daf3c3664
|
wxPathList cleanup by Francesco (patch 1521481)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 00:16:55 +00:00 |
|
Vadim Zeitlin
|
f98377912b
|
optionally count repeating wxLog messages instead of logging all (patch 1520815)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 00:04:35 +00:00 |
|
Vadim Zeitlin
|
a8d69700fc
|
add default value for the encoding parameter of wxMacCFStringHolder() instead of passing wxLocale::GetSystemEncoding() which doesn't work when wxUSE_INTL == 0 to it in many places (replaces 2nd part of patch 1501724)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-24 18:01:39 +00:00 |
|
Vadim Zeitlin
|
b8b37cedd3
|
added HasHandlerForPath() (modified patch 1514524)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-24 17:37:39 +00:00 |
|
Vadim Zeitlin
|
008202b7e9
|
added static casts to void * for pointers used with format specifier to silence stupid gcc pedantic warning (bug 1500717)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-24 17:05:46 +00:00 |
|
Vadim Zeitlin
|
3ab6fcee36
|
added FindFileInPath() (part of an otherwise rejected patch)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-24 13:34:26 +00:00 |
|
Włodzimierz Skiba
|
7d70c3095c
|
[ 1517666 ] suppression of wxVsnprintf() warnings - with little extensions.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-24 07:48:24 +00:00 |
|
Stefan Csomor
|
fbb0b8afd0
|
adding back-conversion to filenames (wide composed)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-22 07:18:32 +00:00 |
|
Włodzimierz Skiba
|
21d6b09b10
|
[ 1523907 ] Remove unnecessary wxComboCtrl window style.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-20 15:31:10 +00:00 |
|
Vadim Zeitlin
|
e566ccf1ba
|
handle negative time spans correctly in Format()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-20 15:04:10 +00:00 |
|
Vadim Zeitlin
|
cd7e925abb
|
fixed crash in wxDb::Open() in Unicode build due to wrong interpretation of BufferLength argument of SQLDriverConnect()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-17 10:42:55 +00:00 |
|
Włodzimierz Skiba
|
7dc234d633
|
[ 1519202 ] wxComboCtrl::SetButtonPosition() to support -1 width/height
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-17 08:45:12 +00:00 |
|
Włodzimierz Skiba
|
6012f61212
|
[ 1522987 ] wxComboCtrl crashes if TAB is pressed while popup is open
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-17 07:40:04 +00:00 |
|
Vadim Zeitlin
|
27b3bd6a59
|
fix Open(wxDbConnectInf) when using connection string (patch 1494705)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-16 23:09:15 +00:00 |
|
Vadim Zeitlin
|
82d0e7fe66
|
disable pixel size comparison in operator==() for wxGTK1 as it results in infinite recursion there
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-16 20:15:55 +00:00 |
|
Vadim Zeitlin
|
b3f1734fa0
|
min size of an empty sizer should be (0, 0) and not (10, 10)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-16 18:29:43 +00:00 |
|
Vadim Zeitlin
|
54af24613f
|
don't add 7 and 14 pixel horz/vertical padding in DoGetBestSize() when the best size is computed from the existing children
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-16 18:28:41 +00:00 |
|
Stefan Neis
|
3e748fca44
|
Fixed apparent typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-16 16:01:56 +00:00 |
|
Michael Wetherell
|
0b850f25d2
|
Put the reentrance check inside #ifdef __DEBUG__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-15 22:21:44 +00:00 |
|
Michael Wetherell
|
f5256c59dd
|
Handle reentrance in the first part of wxClassInfo::Register()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-15 20:54:07 +00:00 |
|
Václav Slavík
|
af6ad98461
|
fixed crashes in wxFile/DirPickerCtrl::GetPath() due to incorrect casting in multiple inheritance hierarchy and incorrect casting to wxFilePickerWidget in wxFileDirPickerCtrlBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-15 15:13:04 +00:00 |
|
Vadim Zeitlin
|
2cf3a6d7be
|
don't create non-existing groups in HasEntry()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-14 22:46:31 +00:00 |
|
Vadim Zeitlin
|
41f3015283
|
fix the bug with the current path being restored if it was under the group being deleted with DeleteGroup(); clarify what happens in this case in the docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-14 22:08:43 +00:00 |
|
Alex Bligh
|
25ae9fb8ca
|
wxComboCtrlBase: Fix SEGV due to double deletion where SetPopupControl is called twice after lazy creation of the popup, the first deleting m_popupExtraHandler and the second attempting to delete it a second time.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-06 19:19:04 +00:00 |
|