Vadim Zeitlin
|
73c62f5417
|
updated wxSpinXXX event docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-26 12:46:20 +00:00 |
|
Vadim Zeitlin
|
3d9fe7b26d
|
add full 32 bit range support to wxSpinButton/Ctrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-26 12:19:53 +00:00 |
|
Vadim Zeitlin
|
dea077b164
|
set the focus to the first control in the dialog when it is shwon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-26 12:04:12 +00:00 |
|
Vadim Zeitlin
|
39c2d6bde1
|
globally renamed INT32 to JPEG_INT32 to solve the [re]definition problems with cygwin/mingw32 headers which sometimes define INT32 and sometimes don't
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-26 11:49:37 +00:00 |
|
Vadim Zeitlin
|
efe23391ab
|
added test for EditLabel, Unicode fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-26 10:53:51 +00:00 |
|
Vadim Zeitlin
|
6aaef1403e
|
fix for the crash when pressing TAB in the edit control created by EditLabel() (bug 555749)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-26 10:53:23 +00:00 |
|
Stefan Csomor
|
d4380aafdd
|
make sure we are removing ourselves from the focus of the toplevel frame when deleting (copied from msw)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-26 07:53:42 +00:00 |
|
Stefan Csomor
|
b821344e13
|
added accessors for last focus
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-26 07:49:32 +00:00 |
|
Vadim Zeitlin
|
c25b5d1fa5
|
fixes to better remember the last focused child; also restore it using SetFocus() and not SetFocusFromKbd()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-25 21:01:56 +00:00 |
|
Vadim Zeitlin
|
869f248c8d
|
fixed assert when using wxMiniFrame (result of recent changes)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-25 20:34:13 +00:00 |
|
Vadim Zeitlin
|
9dfef5ac20
|
changes to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles handling which should
now work more as expected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-25 17:11:19 +00:00 |
|
Vadim Zeitlin
|
146ba0feac
|
new wxWindow::FindWindowByXXX() methods replacing the old global functions
(patches 560214, 559916, 559811, ...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-25 14:24:43 +00:00 |
|
Vadim Zeitlin
|
3317223b08
|
fixed calling Union() or Offset() on a previously Clear()ed region, also removed some duplicate code (bug 560302 and more)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-25 14:23:36 +00:00 |
|
Vadim Zeitlin
|
7e25f59e48
|
prevent the parent window from losing activation when a popup is shown
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-25 13:02:58 +00:00 |
|
Robert Roebling
|
d45bc43695
|
Set the focus to the html display window
if the help frame comes to the front.
With this, you can use context sensitive
help systems without the mouse.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-25 09:40:17 +00:00 |
|
Vadim Zeitlin
|
51b07644bb
|
added test for loading image from wxMemoryStream
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-24 22:23:24 +00:00 |
|
Vadim Zeitlin
|
915a955caf
|
fixed wxStreamBuffer::Tell() to return at least sometimes a valid result
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-24 22:09:13 +00:00 |
|
Vadim Zeitlin
|
d2d50a41fc
|
wxTextCtrl::OnChar() can't be used to translate the key strokes in the text control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-24 21:31:43 +00:00 |
|
Robin Dunn
|
dcbd3aed96
|
and fixed a type too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-24 17:15:53 +00:00 |
|
Robin Dunn
|
ee5e82150f
|
Fixed a quoting problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-24 16:28:29 +00:00 |
|
Vadim Zeitlin
|
e83ecba968
|
fixedb ug with normalization of UNC paths (patch 558701)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-23 22:01:36 +00:00 |
|
Vadim Zeitlin
|
76c79ff467
|
popup windows wre not using TOPMOST style under wxUniv any longer -- fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-23 21:52:21 +00:00 |
|
Vadim Zeitlin
|
abcbaea73f
|
wxUniv compilation fixes (patch 559620)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-23 21:25:06 +00:00 |
|
Vadim Zeitlin
|
554726912a
|
ixed compilation for wxUSE_STREAMS == 0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-23 21:23:10 +00:00 |
|
Robert Roebling
|
22a70443db
|
The combobox didn't like empty strings at all. It
caused the pop-up-list to get skrewed up.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-23 20:35:14 +00:00 |
|
Robert Roebling
|
72763bfed4
|
Redirect SetFocus Part II.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-23 17:57:47 +00:00 |
|
Robert Roebling
|
465605e0fd
|
Redirect wxComboBox::SetFocus to its text field Part I.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-23 17:57:07 +00:00 |
|
Robert Roebling
|
d81152f480
|
Let wxFileSystem use wxFFileInputstream and not
wxFileInoutStrea as that is broken on Macs.m
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-23 17:56:17 +00:00 |
|
Robert Roebling
|
311d5aa3aa
|
Did I change anything here?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-23 17:54:44 +00:00 |
|
Robert Roebling
|
d45906e0a7
|
wxSPinCtrl no longer set focus to its text field
when setting a value.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-23 17:53:44 +00:00 |
|
Robert Roebling
|
9a456218de
|
wxButtons no longer leave junk on dialogs when moved.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-23 17:52:55 +00:00 |
|
Vadim Zeitlin
|
91c68292f6
|
fixed propagating of EVT_WIZARD_XXX events to the parent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-22 23:36:20 +00:00 |
|
Vadim Zeitlin
|
39d16996b7
|
restore the stream position in wxImageHandler itself instead of forcing all
derived classes to do it themselves
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-22 23:14:47 +00:00 |
|
Vadim Zeitlin
|
6307da56b8
|
added \\server\dir\filename.exe test case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-22 22:48:15 +00:00 |
|
Vadim Zeitlin
|
2361ce822f
|
no, we shouldn't inconditionally add the separator at the end even if wxPATH_GET_SEPARATOR was specified -- this is wrong for file names without path at all
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-22 22:47:15 +00:00 |
|
Vadim Zeitlin
|
149147e1b7
|
added wxDir::Exists() test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-22 22:28:34 +00:00 |
|
Robert Roebling
|
fdbb06ba2c
|
wxImage::Copy() didn't really just copy the
image, it sometimes changed the mask
colour, when it was unused. This patch
makes life easier.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-22 21:01:54 +00:00 |
|
Vadim Zeitlin
|
acf88ae621
|
added a compile time assert to prevent wxArray from compiling when sizeof(long) > sizeof(void *) as it is broken in this case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-22 18:04:36 +00:00 |
|
Robin Dunn
|
854a4cc38a
|
Fixed bug when sizer if offset from 0,0. Also removed old commented out code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-22 17:22:11 +00:00 |
|
Vadim Zeitlin
|
b72aa48cde
|
added a check which should prevent the crash of bug 555111
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-22 16:27:06 +00:00 |
|
Vadim Zeitlin
|
86e5d706f4
|
fixed GL case in #include (patch 557178)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-22 15:56:38 +00:00 |
|
Vadim Zeitlin
|
14090241ce
|
mingw/cygwin compilation fix (patch 556157)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-22 15:54:09 +00:00 |
|
Vadim Zeitlin
|
da25d3ab73
|
fixed ProcessMessage() signature
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-22 15:49:59 +00:00 |
|
Václav Slavík
|
e9f3277455
|
download clarification
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-21 22:26:44 +00:00 |
|
Robin Dunn
|
557a93b9c1
|
wxMac updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-21 21:03:35 +00:00 |
|
Stefan Csomor
|
e5f0419b0d
|
survive delete within Notify
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-21 20:45:44 +00:00 |
|
Stefan Csomor
|
fd4393b845
|
show/hide via moving
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-21 20:44:36 +00:00 |
|
Stefan Csomor
|
e6c1d9afee
|
initial value set
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-21 20:43:40 +00:00 |
|
Stefan Csomor
|
6fda4e7a68
|
added hide/show
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-21 20:35:18 +00:00 |
|
David Webster
|
b63b737dc8
|
Catching up for the week
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-21 04:20:43 +00:00 |
|