Julian Smart
|
dbfb61b3a4
|
Applied patch [ 1119239 ] Adds socket support for Windows CE platforms
by 'upcase'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-10 14:55:27 +00:00 |
|
Michael Wetherell
|
81f9033602
|
Add wxUSE_ARCSTREAM so that other archive classes can be used without wxZip
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-10 13:54:41 +00:00 |
|
Włodzimierz Skiba
|
c0ae5ebe05
|
wxWindow::GetClientAreaOrigin duplicated wxWindowBase method.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-10 10:27:12 +00:00 |
|
Julian Smart
|
25057abaac
|
Can suppress themed notebook page with wxNB_NOPAGETHEME or
setting system option msw.notebook.themed-background to 0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-06 19:17:35 +00:00 |
|
Julian Smart
|
0090a1538c
|
Restored the ability to set the background colour for a toolbar on Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-06 18:42:43 +00:00 |
|
Vadim Zeitlin
|
3839f37ed3
|
removed trailing semicolons after DECLARE_DYNAMIC_CLASS(), Borland chokes on them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-06 16:17:18 +00:00 |
|
Julian Smart
|
5aaabb3710
|
Spiner -> Spinner
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-06 11:27:19 +00:00 |
|
Julian Smart
|
b4b799f391
|
Disable wxMediaCtrl for WinCE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-03 15:29:09 +00:00 |
|
Vadim Zeitlin
|
3e3a3e177c
|
move check for compilers not supporting SEH to wx/chkconf.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-02 17:46:20 +00:00 |
|
Vadim Zeitlin
|
97d216abcb
|
set wxUSE_CRASHREPORT and wxUSE_STACKWALKER to 0 as well, and not only wxUSE_ON_FATAL_EXCEPTION, if the compiler doesn't support SEH
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-01 11:59:21 +00:00 |
|
Vadim Zeitlin
|
77ec05d477
|
added ClassRegistrar (wraps Register/UnregisterClass Win32 API calls)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-30 16:57:57 +00:00 |
|
Włodzimierz Skiba
|
5fae0f97a1
|
TrackMouse DMC fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-25 12:22:56 +00:00 |
|
Włodzimierz Skiba
|
ef359b4350
|
Warning fixes for MinGW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 18:15:42 +00:00 |
|
Vadim Zeitlin
|
51cdee11e0
|
moved code working around combobox selection bug to wxComboBox: wxChoice doesn't have selection anyhow, why should it be there?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 14:39:29 +00:00 |
|
Vadim Zeitlin
|
04049dbb0b
|
added wxUSE_DATEPICKCTRL_GENERIC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 14:08:00 +00:00 |
|
Vadim Zeitlin
|
2cfbeac814
|
added and implemented for MSW wxDP_SHOWCENTURY flag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-20 16:22:48 +00:00 |
|
Włodzimierz Skiba
|
7d8268a1d6
|
wxTextPos for all GetLastPosition with constants for special cases. Make it virtual everywhere. Avoid doubling typedefs. Always include textctrl.h for combobox.h. Source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-19 16:25:34 +00:00 |
|
Vadim Zeitlin
|
51e4e26670
|
reenabled WM_MOUSELEAVE event handling (patch 1104551); moved duplicated code in its handler in a new GenerateMouseLeave() method
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-19 02:31:09 +00:00 |
|
Vadim Zeitlin
|
e3c55eb333
|
don't return HTCLIENT for static bitmaps, this breaks mouse (leave) event generation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-19 02:29:42 +00:00 |
|
Vadim Zeitlin
|
eaff0f0d3f
|
implemented wxStackWalker for Unix (using glibc-specific methods); moved wxUSE_STACKWALKER to common setu_inc.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-19 01:15:12 +00:00 |
|
Włodzimierz Skiba
|
252d21bd38
|
MinGW warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-18 20:23:48 +00:00 |
|
Vadim Zeitlin
|
738cadd897
|
reverted last commit, do this check in wx/chkconf.h instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-18 13:36:58 +00:00 |
|
Vadim Zeitlin
|
8228dac8ff
|
wxUSE_CRASHREPORT and wxUSE_STACKWALKER can't be used if wxUSE_ON_FATAL_EXCEPTION == 0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-18 13:10:16 +00:00 |
|
Włodzimierz Skiba
|
23ee4b4874
|
wxWinCE fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-18 10:10:23 +00:00 |
|
Vadim Zeitlin
|
47e94dedd9
|
added GenerateNow()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-17 02:04:06 +00:00 |
|
Vadim Zeitlin
|
1b68f1da6e
|
added wxUSE_CRASHREPORT and wxUSE_STACKWALKER; removed obsolete wxUSE_DYNAMIC_CLASSES
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-17 01:24:57 +00:00 |
|
Vadim Zeitlin
|
7beafee942
|
added wxStackWalker class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-17 01:23:20 +00:00 |
|
Vadim Zeitlin
|
83dee24ca2
|
refactored wxCrashReport to use new wxDbgHelpDLL class; added wxCrashContext
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-17 01:21:57 +00:00 |
|
Vadim Zeitlin
|
3d8b5d8502
|
created a reusable interface to dbghelp API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-17 01:20:36 +00:00 |
|
Vadim Zeitlin
|
28999ba631
|
don't force wxUSE_EXTENDED_RTTI to eb 1 for Borland compiler (why?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-16 15:46:22 +00:00 |
|
Vadim Zeitlin
|
20d8c31990
|
implemented Export(file)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-16 00:26:40 +00:00 |
|
Vadim Zeitlin
|
c67b4daf47
|
only define wxUSE_NATIVE_STATUSBAR for the ports which have it (MSW and Mac)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-15 21:07:04 +00:00 |
|
Vadim Zeitlin
|
e31e6ea75d
|
moved styles logic to MSWGetStyle() (no real changes)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-15 17:10:34 +00:00 |
|
Vadim Zeitlin
|
32f1f66a3e
|
wxMSW wxDatePickerCtrl header
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-15 17:08:07 +00:00 |
|
Vadim Zeitlin
|
6d1fbf781e
|
moved some Win32-specific settings from common file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-15 16:11:20 +00:00 |
|
Vadim Zeitlin
|
24ab5c03d9
|
added special comments used by build/update-setup.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-15 15:55:04 +00:00 |
|
Vadim Zeitlin
|
ef78230168
|
removed obsolete wxUSE_CTL3D
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-15 14:45:20 +00:00 |
|
Włodzimierz Skiba
|
52f2ad0899
|
Common wxListCtrl control name.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-14 13:07:44 +00:00 |
|
Włodzimierz Skiba
|
630ad6c6b6
|
Common default notebook name.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-13 20:30:21 +00:00 |
|
Włodzimierz Skiba
|
a6fb8636e5
|
Old API deprecated. Source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-11 21:17:16 +00:00 |
|
Vadim Zeitlin
|
25b0e7c897
|
factored out wxGetFullModuleName(HMODULE) from wxGetFullModuleName()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-10 19:43:55 +00:00 |
|
Robert Roebling
|
cf9d4c6766
|
Added wxFopen to the MSLU code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-07 18:48:30 +00:00 |
|
Włodzimierz Skiba
|
8175d02570
|
MS Smartphone has no input other than phone buttons which limits pointing on screen. Perhaps in the future.....
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-07 18:27:43 +00:00 |
|
Vadim Zeitlin
|
3b72cd917f
|
don't include wx/msw/wrapwin.h in public header; corrected the m_hDWP type instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-05 22:46:32 +00:00 |
|
Włodzimierz Skiba
|
1729813a8d
|
Old API clearly deprecated.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-05 19:25:02 +00:00 |
|
Włodzimierz Skiba
|
fa9a4f7f81
|
Error fix after recent changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-05 18:32:29 +00:00 |
|
Vadim Zeitlin
|
220f77b0d2
|
restored using DeferWindowPos() for moving all windows at once (this does help with flicker somewhat) but now call EndDeferWindowPos() from WM_WINDOWPOSCHANGED handler, not WM_SIZE one which is never generated for the dialogs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-04 18:57:41 +00:00 |
|
Vadim Zeitlin
|
dd12ce22d8
|
fixed background drawing for opaque controls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-22 21:07:33 +00:00 |
|
Vadim Zeitlin
|
57be9aac75
|
reverted use of DeferWindowPos() instead of MoveWindow()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-22 01:05:13 +00:00 |
|
Włodzimierz Skiba
|
e2bcbdfbc7
|
Metric conversion constants not doubled in each port code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-21 16:25:59 +00:00 |
|