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
|
3cf545c76c
|
don't always find the file if it's in the current directory (even if it's not in the search path) (patch 1411994 closing bug 1214987)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 22:24:29 +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
|
e64658ed99
|
don't lose the alignment flags when setting the column image (replaces patch 1411870; closes bug 1155504)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 22:15:34 +00:00 |
|
Vadim Zeitlin
|
9eaba69276
|
fix for artefacts when dragging a column divider in wxListCtrl with wxLC_VRULES style (patch 1411857 closing bug 673394)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 22:03:53 +00:00 |
|
Vadim Zeitlin
|
9f01395e41
|
don't update m_iconized in IsIconized(), this can break wxFrame::HandleSize() logic (bug 1407848)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 21:55:02 +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
|
e4ccedf7b2
|
removed duplicate entries for UTF-16/32 (which are aliases for either LE or BE variants) from the encodings data arrays (patch 1382350)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 21:32:24 +00:00 |
|
David Surovell
|
0f85d5e799
|
cleanup - reformatting (again)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 17:46:09 +00:00 |
|
Vadim Zeitlin
|
59abfcf813
|
removed code refreshing toolbar on every MDI child move -- no idea why was it there (since rev 1.1) but it results in horrible flicker and removing it doesn't seem to do any harm
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 15:41:45 +00:00 |
|
Vadim Zeitlin
|
5bee6b2be4
|
set the same background colour for wxMDIParentFrame as for wxFrame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 15:38:20 +00:00 |
|
Vadim Zeitlin
|
3d412f80e9
|
account for DrawThemeParentBackground() returning S_FALSE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 15:23:42 +00:00 |
|
Vadim Zeitlin
|
053889ad4b
|
don't set colours for the toolbar manually, this prevents default redrawing from taking place; draw themed background if the parent is themed (based on patch 1358919)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 14:42:48 +00:00 |
|
Vadim Zeitlin
|
848c37c35b
|
no changes; just code cleanup in OnEraseBackground()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 14:01:50 +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
|
0699a648f6
|
documented wxToolBar dontattachtoframe tag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 13:33:55 +00:00 |
|
Vadim Zeitlin
|
6a62debb2c
|
added a page showing wxToolBars (part of patch 1358919)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 13:29:49 +00:00 |
|
Vadim Zeitlin
|
700dbceb37
|
added support for <bg> tag for toolbars in XRC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 13:22:56 +00:00 |
|
Vadim Zeitlin
|
114807c0b2
|
added support disabled tag for toolbar elements in XRC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 13:20:18 +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
|
268b0725a2
|
corrected description of font parameter of GetTextExtent()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-08 13:02:20 +00:00 |
|
David Surovell
|
9b26622dc1
|
fixed DoDrawRoundedRect to use corner rounding radius arguments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-07 21:54:48 +00:00 |
|
Robin Dunn
|
830f23c593
|
Remove calls to dc.BeginDrawing and dc.EndDrawing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-07 17:28:12 +00:00 |
|
David Surovell
|
63811cf00a
|
removed deprecated wxDC.[Begin,End]Drawing calls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-07 09:32:05 +00:00 |
|
Robin Dunn
|
7f7aa1664c
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-07 04:42:55 +00:00 |
|
Robin Dunn
|
b06b3e70d1
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-07 04:36:54 +00:00 |
|
Robin Dunn
|
2ea1b3733b
|
some cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-07 04:17:53 +00:00 |
|
Robin Dunn
|
c26d9ab4b5
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-07 04:16:22 +00:00 |
|
Robin Dunn
|
f4cc01acd1
|
Oops, DoLog and DoLogString are protected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-07 04:14:37 +00:00 |
|
Robin Dunn
|
38dc15374b
|
Added feature flag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-07 04:04:02 +00:00 |
|
Robin Dunn
|
a7a0141800
|
Changes to how overridable C++ methods are virtualized for Python.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-07 03:56:44 +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
|
93489fc8f1
|
always send TB_AUTOSIZE in UpdateSize(), even if we're not attached to a frame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-07 00:39:17 +00:00 |
|
David Surovell
|
d141b21808
|
tweaks and comments to previous commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-06 22:53:31 +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 |
|
David Surovell
|
bf26e9e078
|
fix gcc v3.3.3 compiler crash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-06 22:34:32 +00:00 |
|
David Surovell
|
57a67daf9a
|
fix compilation problem, pass 2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-06 22:09:19 +00:00 |
|
Robin Dunn
|
122d1d563a
|
Fix compilation error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-06 21:58:56 +00:00 |
|
Robin Dunn
|
c3f93e04f5
|
ShrinkMode --> FitToCurrentPage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-06 20:43:56 +00:00 |
|
Michael Wetherell
|
3e63c3158d
|
Compile fix for --enable-stl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-06 18:12:16 +00:00 |
|
Michael Wetherell
|
9e39d88994
|
Remove richedit sample from configure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-06 18:01:48 +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
|
9393136df5
|
Take into account Info.plist
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-06 17:37:56 +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 |
|
Stefan Csomor
|
e7ead9d700
|
guard against early redraws
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-06 16:58:19 +00:00 |
|
David Surovell
|
63c6e6c806
|
added protection against non-file drop targets receiving files (and subsequently crashing)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-06 16:24:26 +00:00 |
|
Jamie Gadd
|
26c2a266cd
|
Add check for wxGLCanvas to wxCheckWindowWndProc. Fixes bug #1425106.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-06 13:44:06 +00:00 |
|