Vadim Zeitlin
|
a1372ae2fa
|
added HDCClipper() class which automatically unselects clipping region in its dtor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-10 11:30:37 +00:00 |
|
Ryan Norton
|
04d8f1ba40
|
Don't include sys/socket.h on cygwin in windows mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-10 06:44:50 +00:00 |
|
Ryan Norton
|
8c02a70d4f
|
...and msw only of course
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-10 06:37:19 +00:00 |
|
Ryan Norton
|
1446dfdbfe
|
cygwin only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-10 06:35:53 +00:00 |
|
Ryan Norton
|
9e07d39919
|
Fixes & Hacks to make sockets compile on CYGWIN with windows enabled
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-10 06:33:26 +00:00 |
|
Vadim Zeitlin
|
1a3c509512
|
added WM_PRINTCLIENT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-10 00:19:11 +00:00 |
|
Vadim Zeitlin
|
e18c3e0207
|
added AddText() function (trivial wrapper around AddFile()), use it in debug rpt preview
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-09 16:04:22 +00:00 |
|
Michael Wetherell
|
43e8916ff3
|
Documentation fixes, patch 1179223 by Andreas Mohr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-08 14:34:30 +00:00 |
|
Ryan Norton
|
c57e3bd53e
|
Version of [ 1177956 ] fix for wxString::operator=(wxChar *) for STL builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-08 14:06:25 +00:00 |
|
Robin Dunn
|
94e3a8938b
|
bumped subrelease number
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-08 03:06:52 +00:00 |
|
Robert Roebling
|
a5040b80be
|
Implemented text wrapping for GTK (1.2 and 2.X).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-07 22:52:32 +00:00 |
|
Kevin Hock
|
2c7219fea0
|
Declare CFRunLoopSourceRef rather than including the CFRunLoop.h header.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-07 14:36:24 +00:00 |
|
Włodzimierz Skiba
|
5a8231ef46
|
VC++ 1.5 no more supported.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-07 12:36:39 +00:00 |
|
David Webster
|
6b82ff6f9f
|
New classes for OS/2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-07 04:04:37 +00:00 |
|
David Webster
|
e8344916f8
|
Add OS/2 to supported instances
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-07 04:01:45 +00:00 |
|
Julian Smart
|
c9ab63f44f
|
As yet unsuccessful attempt to set the focus to the choice control.
Also removed unnecessary border style setting code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-06 21:13:28 +00:00 |
|
Michael Wetherell
|
08335000c5
|
Use wxFileSystem for left hand side. Patches 1169934 and 1173497 from Stas
Sergeev and Artur Kornacki.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-06 20:35:54 +00:00 |
|
Michael Wetherell
|
d13a08ab40
|
Add m_allowSeeking for updated filesystem handler to use. Also switch to
using 'wx__' prefix for private symbols, and add some comments.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-06 20:32:28 +00:00 |
|
Vadim Zeitlin
|
5c7c67fdec
|
fixed wx/motif/chkconf.h include
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-06 17:56:45 +00:00 |
|
Ryan Norton
|
19ab5b3a6a
|
Get rid of inline for methods not implemented in the header - some compilers choke on it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-06 11:09:23 +00:00 |
|
Vadim Zeitlin
|
ed4eede6c2
|
define WM_CONTEXTMENU if the standard headers don't
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-06 09:18:42 +00:00 |
|
Vadim Zeitlin
|
16a0ccd009
|
use LVS_EX_LABELTIP by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-06 00:32:02 +00:00 |
|
Vadim Zeitlin
|
fbd8ac5236
|
don't let WM_RBUTTONDOWN reach def window proc as it would enter a local modal message loop waiting for WM_RBUTTONUO and hose our event generation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-05 22:59:22 +00:00 |
|
Vadim Zeitlin
|
dd932cbe1c
|
added GetVisibleBegin/End() to complement/replace GetFirst/LastVisibleLine() and use them in the code to fix problems when the control is empty and GetLastVisibleLine() returns (size_t)-1 (closes bug 1176561)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-05 22:43:41 +00:00 |
|
Vadim Zeitlin
|
b45f79ecbf
|
give an error if wxMotif is built in Unicode mode (to prevent bug reports like 1177193); moved wxMotif-specific checks in its own wx/motif/chkconf.h; moved wxMac stuff remaining in wx/chkconf.h to wx/mac/chkconf.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-05 20:54:56 +00:00 |
|
Robert Roebling
|
668d55c925
|
Added switch and define for wxUSE_STD_STRING
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-05 20:16:58 +00:00 |
|
Włodzimierz Skiba
|
da865fdd32
|
Deprecate wxPathExists, make wxDirExists used everywhere, minor source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-05 16:10:48 +00:00 |
|
Włodzimierz Skiba
|
339360262a
|
Warning fix for wxUSE_LOG off.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-05 15:11:44 +00:00 |
|
Włodzimierz Skiba
|
39ae1f1392
|
Fix the warning about code sensitive to packing (VisualC).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-05 07:09:42 +00:00 |
|
Dimitri Schoolwerth
|
6d8edd32b5
|
fixed cases where __WXMAC_CLASSIC__, __WXMAC_CARBON__, and __WXMAC_OSX__ were being treated as 0/1 value instead of (un)defined symbol
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-04 10:34:56 +00:00 |
|
Stefan Neis
|
b03896f1af
|
Made data variable used in inline function non-static to avoid compiler warning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-03 20:22:21 +00:00 |
|
Stefan Csomor
|
823c4e96f9
|
always forcing a relayout when position changes, making mlte a system option
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-03 16:38:14 +00:00 |
|
Julian Smart
|
27e7e85984
|
Cross-hair cursor appears as an I-beam on WinXP for some reason;
use cursor file instead.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-03 11:36:31 +00:00 |
|
Julian Smart
|
6def7a17b0
|
Not all implementations of wxMDIChildFrame derive from wxFrame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-03 09:24:04 +00:00 |
|
Ryan Norton
|
4cc52142b8
|
Update wxURI for RFC 3986
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-03 03:48:08 +00:00 |
|
Vadim Zeitlin
|
96461cc29d
|
added wxMemoryInputStream(wxMemoryOutputStream&) ctor (patch 1170635)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-02 22:37:58 +00:00 |
|
Václav Slavík
|
5a0348c449
|
added MDI support to XRC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-02 22:22:55 +00:00 |
|
Julian Smart
|
30dfe2ff14
|
No resize border on WinCE by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-02 21:40:59 +00:00 |
|
Julian Smart
|
259a6e3806
|
No resize border on WinCE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-02 21:39:53 +00:00 |
|
Vadim Zeitlin
|
21dc4be5d2
|
added wxImage::IsTransparent(x, y)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-02 21:30:22 +00:00 |
|
Vadim Zeitlin
|
5644ac4640
|
added XYToIndex() to avoid duplicating the checks for valid coordinates in many different places
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-02 21:16:04 +00:00 |
|
Julian Smart
|
9f76970889
|
Default border for a static box is wxBORDER_NONE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-02 17:30:04 +00:00 |
|
Julian Smart
|
0bbd4f0ff4
|
The wxDEFAULT_CONTROL_BORDER symbol can be used to specify a sunken
border on some platforms, simple border on e.g. WinCE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-02 17:23:08 +00:00 |
|
Robin Dunn
|
4013de1217
|
Add static_data flag to SetData and SetAlpha so Python buffer objects
can be used in wxPython without double free()'s.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-02 02:04:52 +00:00 |
|
Vadim Zeitlin
|
3b6e5fb3f5
|
fixes to static box borders calculations and significant code cleanup (finalizes patch 1166587)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-02 01:17:51 +00:00 |
|
Vadim Zeitlin
|
a27cbf44fc
|
added AutoHRGN class; corrected GetHbrush[Of]() macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-02 01:15:47 +00:00 |
|
Vadim Zeitlin
|
cf000528d0
|
added wxSOLID default value for FindOrCreateBrush()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-02 01:00:09 +00:00 |
|
Vadim Zeitlin
|
1f32f58565
|
removed superfluous semicolons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-02 00:34:04 +00:00 |
|
Stefan Csomor
|
dc7ccb9c5d
|
moving wxMac to new printing architecture
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-01 16:36:36 +00:00 |
|
Włodzimierz Skiba
|
1c04f04b46
|
Do not break checking whether dir exists for given path.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-01 14:46:16 +00:00 |
|