Vadim Zeitlin
|
38b2e0de18
|
blind compilation fix for 64 bit systems after last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 00:26:33 +00:00 |
|
Vadim Zeitlin
|
a3a4105df6
|
it is not possible to show/hide the window from the UpdateUI event handler; refactored the code by moving control-specific parts into the derived classes (patch 1338350)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 16:32:50 +00:00 |
|
Włodzimierz Skiba
|
bc8793f4d2
|
wxUSE_UXTHEME=0 (WinCE) build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 13:06:54 +00:00 |
|
Vadim Zeitlin
|
3ff260ae2c
|
typo in comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 12:40:18 +00:00 |
|
Michael Wetherell
|
8d7eaf9140
|
Warning fixes for VC5 (Igor Korot)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 12:16:56 +00:00 |
|
Kevin Hock
|
29c731cae9
|
Add missing include for non-PCH builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 03:43:53 +00:00 |
|
Kevin Hock
|
36287f1a97
|
Add missing include for non-PCH builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 03:11:37 +00:00 |
|
Vadim Zeitlin
|
213ad8e72c
|
added linear and concentric gradient fill functions (modified/fixed patch from Ryan Norton)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 01:57:31 +00:00 |
|
Kevin Hock
|
33d925b0d9
|
Add SetLocal method; overload Connect to accept a local address and move common Connect code into DoConnect; DoConnect handles wxSOCKET_REUSEADDR flag and setting local address [ Heavily modified and expanded patch 1415505 ]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-11 23:39:25 +00:00 |
|
Vadim Zeitlin
|
a4d2944e64
|
added assignment operators from int for disambiguation of expressions such as ll=0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-11 17:30:26 +00:00 |
|
Vadim Zeitlin
|
bb60e16c8f
|
removed stray #endif added in previous commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-11 17:17:08 +00:00 |
|
Vadim Zeitlin
|
33f81fc7d0
|
use wxClockMillis_t to fix wxUSE_LONGLONG=0 compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-11 16:56:40 +00:00 |
|
Vadim Zeitlin
|
216a72f3b9
|
added support for 64 bit ints in wx stream classes (patch 1203970)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-11 16:51:34 +00:00 |
|
Vadim Zeitlin
|
87152bb53d
|
wxUSE_DATETIME==0 compilation fix (part of patch 1203970)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-11 16:40:10 +00:00 |
|
Vadim Zeitlin
|
608f8a111b
|
provide wxGetLocalTimeMillis() (returning double) even if wxUSE_LONGLONG==0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-11 16:38:28 +00:00 |
|
Vadim Zeitlin
|
7ba7c4e62f
|
use wxDiskspaceSize_t which is long and not wxLongLong if wxUSE_LONGLONG==0 (part of patch 1203970)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-11 16:21:14 +00:00 |
|
Vadim Zeitlin
|
5ac31f6f8d
|
wxODBC depends on wxDateTime (part of patch 1203970)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-11 15:44:21 +00:00 |
|
Vadim Zeitlin
|
5d36ad180e
|
wxArchive depends on wxDateTime (part of patch 1203970)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-11 15:42:01 +00:00 |
|
Mart Raudsepp
|
939197fe47
|
Do not reintroduce #pragma interface/implementation for html/helpdlg and mediactrl. These pragmas are an abomination
from hell.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-11 04:53:56 +00:00 |
|
David Surovell
|
e28985499b
|
fixed wx_media linkage/export problems - from RN patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-11 00:30:20 +00:00 |
|
Vadim Zeitlin
|
b0d969e854
|
clarified wxUSE_STD_IOSTREAM and wxUSE_STREAMS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-11 00:12:06 +00:00 |
|
Vadim Zeitlin
|
557002cf81
|
Ryan's cumulative wxActiveX and media control patch (1427775)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-10 19:37:40 +00:00 |
|
Vadim Zeitlin
|
8628b7d413
|
GTK1 fixes after wxObject-derived classes copy ctors/assignment operators simplifications (patch 1428863)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-10 15:41:06 +00:00 |
|
Vadim Zeitlin
|
1f464296de
|
fixed centering of top level windows on secondary displays (replaces patch 1267173)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-10 00:02:06 +00:00 |
|
Vadim Zeitlin
|
1bfb73b877
|
added wxRect::CentreIn()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-10 00:01:19 +00:00 |
|
Vadim Zeitlin
|
c86fd3a793
|
undeprecated wxSizerItem::IsShown() undoing last change to wx/sizer.h: turns out we do need this logic in a few places
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-09 15:25:22 +00:00 |
|
Stefan Csomor
|
1de4364516
|
correct tabbing for full keyboard access
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-09 15:03:51 +00:00 |
|
Vadim Zeitlin
|
0c131a5ad2
|
implemented ScrollLines/Pages() for all classes in wxGTK, not just wxTextCtrl (patch 1281503)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-09 03:53:34 +00:00 |
|
Vadim Zeitlin
|
a8e24848f6
|
don't put the size of the data with the data itself by default (but allow it for compatibility with previous versions) (modified patch 1288868)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-09 03:45:14 +00:00 |
|
Vadim Zeitlin
|
f8855e4725
|
great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-09 00:51:23 +00:00 |
|
Vadim Zeitlin
|
db6d391891
|
fixed wxUSE_TABDIALOG/TAB_DIALOG confusion and other fixes to prevent wxTabCtrl from being built into the library unnecessarily (patch 1416049)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-09 00:28:34 +00:00 |
|
Vadim Zeitlin
|
5489227348
|
avoid warnings C4311/4312 when building with MSVC >= 7 (patch 1414052)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 22:32:42 +00:00 |
|
Vadim Zeitlin
|
f303d69f93
|
deprecated wxSizerItem::IsShown() because it doesn't really make sense for the sizers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 22:22:51 +00:00 |
|
Vadim Zeitlin
|
6f02a879ed
|
make access specifiers for the virtual functions match their access in the base class (patch 1400131)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 21:47:09 +00:00 |
|
Vadim Zeitlin
|
566b7f7bbf
|
added wxCHANGE_HDC_MAP_MODE to avoid #ifdef __WXWINCE__ everywhere
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 14:00:34 +00:00 |
|
Vadim Zeitlin
|
e786a78b1c
|
removed a few more extra semicolons (patch 1425785)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 13:04:14 +00:00 |
|
Vadim Zeitlin
|
e4c37d10dd
|
removed old Win16 files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-07 00:42:25 +00:00 |
|
Vadim Zeitlin
|
33c0ca829f
|
declare rich text control event types with correct dll export qualifiers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-06 22:48:25 +00:00 |
|
Julian Smart
|
8ef51d6704
|
Attempt at using inkedit control for wxTextCtrl, when PC is tablet enabled. Currently
doesn't behave properly but is a first step.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-06 17:56:44 +00:00 |
|
Julian Smart
|
da817fa6eb
|
Changed function to SetFitToCurrentPage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-06 17:51:11 +00:00 |
|
Julian Smart
|
ddec9f1eeb
|
Added wxSYS_TABLET_PRESENT to check for tablet capability
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-06 17:42:15 +00:00 |
|
Julian Smart
|
8cd96c6b44
|
m_border and accessors not used
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-06 17:37:26 +00:00 |
|
Kevin Hock
|
52437a76c3
|
CheckValidator should not return false if no variable is associated for data storage, data storage is optional [ fixes bug 1414892, closes patch 1415315 ]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-06 04:24:40 +00:00 |
|
Vadim Zeitlin
|
ee6dd41a50
|
removed GTKConvertMnemonics() which is not used in GTK1 (which doesn't support mnemonics)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-05 22:58:41 +00:00 |
|
David Surovell
|
3660902c0d
|
moved ctor implementation into dot-cpp file; reformatted
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-05 20:53:57 +00:00 |
|
Vadim Zeitlin
|
9d5371c60b
|
renamed AddSubPage() with pos parameter to InsertSubPage()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-05 12:27:20 +00:00 |
|
Jamie Gadd
|
68df211fae
|
Deprecate wxDC::{Begin,End}Drawing()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-05 11:59:59 +00:00 |
|
Mart Raudsepp
|
761a108c3b
|
wxGTK2 compiles fine with {G,PANGO}_DISABLE_DEPRECATED. Define them to catch deprecated function usage for older
glib/pango versions and/or other systems. Is there a better place for this than defs.h?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-03 21:27:04 +00:00 |
|
Mart Raudsepp
|
afa7bd1eef
|
Remove obsolete GTK1 compatibility macros. Patch #1413458 - Paul Cornett
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-03 20:38:55 +00:00 |
|
Mattia Barbon
|
1794103bab
|
DeleteFunction argument should be non-const since it
is deleted inside the function.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-03 18:26:55 +00:00 |
|