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
David Webster
72b4f026a2
Font dialog fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-21 04:19:47 +00:00
Stefan Csomor
559ae136c4
carbon event handlers
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-20 20:34:05 +00:00
Robin Dunn
12bfbb29f6
wxSystemScreen --> wxSystemScreenType
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-20 20:33:21 +00:00
Stefan Csomor
3342663931
Carbon-Standard conversion
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-20 20:33:13 +00:00
Stefan Csomor
fdc8ef9485
Dan 'Bud' Keith's Implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-20 20:32:28 +00:00
Stefan Csomor
6c28ba0c66
OnInit for adding carbon event handlers
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-20 20:31:25 +00:00
Stefan Csomor
e4a05ccd8a
uma.h added
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-20 20:28:03 +00:00
Stefan Csomor
b4efa0696e
carbon event handlers for app level
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-20 20:18:45 +00:00
Stefan Csomor
12f3162686
Dan 'Bud' Keith's implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-20 20:17:33 +00:00
Stefan Csomor
8c82361c1d
removed internal carbon events handlers, switch to using and resetting toplevel's handlers
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-20 20:15:19 +00:00
Stefan Csomor
7c09167353
added carbon event handlers
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-20 20:14:22 +00:00
Stefan Csomor
f6c29ee0c1
changing the focus part code
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-20 20:13:35 +00:00
Julian Smart
426b2d8795
Applied drag fix to row labels as well
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-20 16:16:28 +00:00
Vadim Zeitlin
f4c43a177e
added docs for a few missing methods (Inside, Deflate, Offset)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-20 15:28:12 +00:00
Stefan Csomor
ded4fa5b7a
corrected initialization order of MLTE
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-20 14:06:09 +00:00
Julian Smart
fe77cf604a
Captured mouse in grid column label so the drag isn't prematurely and messily
...
ended when moving out of the column label window.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-20 13:17:31 +00:00
Robert Roebling
8e40d27b8d
Sometimes, deleting code can be a real gain. This
...
fixes display corruption when a scroll window
is made smaller and it was previously scrolled
to the bottom or right most position.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-20 10:42:53 +00:00
Václav Slavík
41fecb4451
Cosmetic changes to wxSS::GetScreen:
...
1) Renamed to GetScreenType (so that the name better describes its function)
2) Changed use of <,>,<=,>= operators together with wxSYS_SCREEN_* so that
'foo is smaller that bar' is written as 'foo < bar' and not (sic) 'foo > bar'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-19 22:44:27 +00:00
Stefan Csomor
92432aa111
corrected direction when sending events
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-19 08:00:34 +00:00
Gilles Depeyrot
2708457acc
corrected assignement operator
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-19 07:09:51 +00:00
Vadim Zeitlin
ceeb12f25d
refuse to run if not executed by the main configure script
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-18 23:36:55 +00:00
Vadim Zeitlin
57973b9c8a
pass IF_GNU_MAKE and other configure params to the samples configure in wxUSE_GUI==0 case too
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-18 23:33:48 +00:00
Robin Dunn
3ebfd15048
Applied patch to adjust ownership and permissions in the installer
...
package.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-18 17:30:29 +00:00
Vadim Zeitlin
79fa23744b
check the return code of wxStream::Read() in wxImageHandler::DoCanRead()
...
and avoid reading uninitialized memory when it fails
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-18 12:41:51 +00:00
Julian Smart
baaae89f09
Updated font dialog constructors to use a reference to the font data
...
as per more recent convention
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-18 11:05:58 +00:00
Vadim Zeitlin
44fbc477af
made SetItemText() work for the item which we're about to start editing
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-17 23:54:42 +00:00
Stefan Csomor
61eb9fa155
conditionalized theme box drawing
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-17 20:14:08 +00:00
Stefan Csomor
16106d9698
autoresize upon setting new bitmap
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-17 20:13:37 +00:00
Stefan Csomor
1e4ad62a72
fixed wxScreenDC for X
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-17 20:13:08 +00:00
Robin Dunn
5f9dc1f1ac
Fixed the package build script so wxPython is built with the same
...
version of wxWindows made by the same script.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-17 17:19:06 +00:00