]>
git.saurik.com Git - wxWidgets.git/log
Robin Dunn [Fri, 10 Feb 2006 19:07:36 +0000 (19:07 +0000)]
Oops, CenteronScreen wasn't really removed, just moved to wxTopLevelWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37457
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 10 Feb 2006 18:38:43 +0000 (18:38 +0000)]
use wxRTTI to construct the right class of wxHtmlCell
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37456
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 10 Feb 2006 18:36:50 +0000 (18:36 +0000)]
Add missing constants
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37455
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 10 Feb 2006 18:36:03 +0000 (18:36 +0000)]
Add wx.Dialog.Get/SetAffirmativeId and Get/SetEscapeId
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37454
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 10 Feb 2006 18:34:02 +0000 (18:34 +0000)]
wx.Window.CenterOnScreen has been removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37453
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 10 Feb 2006 18:33:26 +0000 (18:33 +0000)]
Add wx.Rect.CenterIn
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37452
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 10 Feb 2006 18:32:41 +0000 (18:32 +0000)]
Add wx.KeyEvent.GetModifiers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37451
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 10 Feb 2006 18:32:10 +0000 (18:32 +0000)]
GetFromWindow is available everywhere now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37450
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 10 Feb 2006 18:31:47 +0000 (18:31 +0000)]
Add Get/SetBitmapHover
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37449
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Fri, 10 Feb 2006 17:53:02 +0000 (17:53 +0000)]
cleanup - reformatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37445
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 10 Feb 2006 17:40:25 +0000 (17:40 +0000)]
intel endian fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37444
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 10 Feb 2006 15:41:06 +0000 (15:41 +0000)]
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
Włodzimierz Skiba [Fri, 10 Feb 2006 11:59:52 +0000 (11:59 +0000)]
Use 'wx/' for contrib samples and make wxTinderbox properly rebuilded after commits in core headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37440
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 10 Feb 2006 11:33:22 +0000 (11:33 +0000)]
wxTinderbox build fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37439
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 10 Feb 2006 02:30:38 +0000 (02:30 +0000)]
GetFromWindow() is not MSW-only any more
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37438
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 10 Feb 2006 02:29:30 +0000 (02:29 +0000)]
generic GetFromWindow() implementation for non-MSW platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37437
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 10 Feb 2006 00:02:06 +0000 (00:02 +0000)]
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
Vadim Zeitlin [Fri, 10 Feb 2006 00:01:19 +0000 (00:01 +0000)]
added wxRect::CentreIn()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37435
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 9 Feb 2006 23:17:35 +0000 (23:17 +0000)]
added tests for centering dialogs on screen/parent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37434
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 9 Feb 2006 23:09:15 +0000 (23:09 +0000)]
put property sheets in their own submenu; resolve accelerators conflict
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37433
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Thu, 9 Feb 2006 22:19:14 +0000 (22:19 +0000)]
Fix link errors from advdll_taskbar.o on cygwin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37432
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 9 Feb 2006 22:00:45 +0000 (22:00 +0000)]
Added wxUSE_INKEDIT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37431
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 9 Feb 2006 16:09:57 +0000 (16:09 +0000)]
Mention BeginDrawing and EndDrawing deprecation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37426
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 9 Feb 2006 16:09:16 +0000 (16:09 +0000)]
Docstring fix, and a bit of cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37425
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 9 Feb 2006 15:45:46 +0000 (15:45 +0000)]
full keyboard access support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37424
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 9 Feb 2006 15:43:23 +0000 (15:43 +0000)]
Use Bind()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37423
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 9 Feb 2006 15:41:19 +0000 (15:41 +0000)]
Patch #
1428290 : STCStyleEditor updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37422
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 9 Feb 2006 15:37:39 +0000 (15:37 +0000)]
Patch #
1428181 : Sample wxProject.py updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37421
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 9 Feb 2006 15:35:48 +0000 (15:35 +0000)]
Applied doc patch [
1426505 ] Failure to call wxWizard.Destroy() causes hang on exit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37420
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 9 Feb 2006 15:30:21 +0000 (15:30 +0000)]
full keyboard access support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37419
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 9 Feb 2006 15:28:42 +0000 (15:28 +0000)]
Applied patch [
1427626 ] Fix wxFileConfig so that it still works after DeleteAll()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37418
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 9 Feb 2006 15:25:22 +0000 (15:25 +0000)]
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
Stefan Csomor [Thu, 9 Feb 2006 15:20:39 +0000 (15:20 +0000)]
support themed foreground brushes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37413
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 9 Feb 2006 15:16:21 +0000 (15:16 +0000)]
guard against empty ref
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37412
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 9 Feb 2006 15:09:59 +0000 (15:09 +0000)]
bring XBM in line with MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37411
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 9 Feb 2006 15:03:51 +0000 (15:03 +0000)]
correct tabbing for full keyboard access
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37410
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 9 Feb 2006 14:58:08 +0000 (14:58 +0000)]
set m_encoding in wxCSConv ctor from name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37409
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jamie Gadd [Thu, 9 Feb 2006 12:42:25 +0000 (12:42 +0000)]
Fix drag and drop inside static boxes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37408
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 9 Feb 2006 03:53:34 +0000 (03:53 +0000)]
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
Vadim Zeitlin [Thu, 9 Feb 2006 03:45:14 +0000 (03:45 +0000)]
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
Vadim Zeitlin [Thu, 9 Feb 2006 03:14:28 +0000 (03:14 +0000)]
documented GetMenus(); corrected GetMaxFiles() return type (patch
1371483 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37405
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 9 Feb 2006 03:09:36 +0000 (03:09 +0000)]
more standard (although less RFC-conformant) treatment of file: URIs (patch
1415189 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37403
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 9 Feb 2006 00:51:23 +0000 (00:51 +0000)]
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
Vadim Zeitlin [Thu, 9 Feb 2006 00:37:56 +0000 (00:37 +0000)]
fix for wrong debugging message (replaces patch
1424028 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37401
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 9 Feb 2006 00:28:34 +0000 (00:28 +0000)]
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
Vadim Zeitlin [Wed, 8 Feb 2006 22:32:42 +0000 (22:32 +0000)]
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
Vadim Zeitlin [Wed, 8 Feb 2006 22:24:29 +0000 (22:24 +0000)]
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
Vadim Zeitlin [Wed, 8 Feb 2006 22:22:51 +0000 (22:22 +0000)]
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
Vadim Zeitlin [Wed, 8 Feb 2006 22:15:34 +0000 (22:15 +0000)]
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
Vadim Zeitlin [Wed, 8 Feb 2006 22:03:53 +0000 (22:03 +0000)]
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
Vadim Zeitlin [Wed, 8 Feb 2006 21:55:02 +0000 (21:55 +0000)]
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
Vadim Zeitlin [Wed, 8 Feb 2006 21:47:09 +0000 (21:47 +0000)]
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
Vadim Zeitlin [Wed, 8 Feb 2006 21:32:24 +0000 (21:32 +0000)]
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
David Surovell [Wed, 8 Feb 2006 17:46:09 +0000 (17:46 +0000)]
cleanup - reformatting (again)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37391
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 8 Feb 2006 15:41:45 +0000 (15:41 +0000)]
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
Vadim Zeitlin [Wed, 8 Feb 2006 15:38:20 +0000 (15:38 +0000)]
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
Vadim Zeitlin [Wed, 8 Feb 2006 15:23:42 +0000 (15:23 +0000)]
account for DrawThemeParentBackground() returning S_FALSE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37388
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 8 Feb 2006 14:42:48 +0000 (14:42 +0000)]
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
Vadim Zeitlin [Wed, 8 Feb 2006 14:01:50 +0000 (14:01 +0000)]
no changes; just code cleanup in OnEraseBackground()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37386
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 8 Feb 2006 14:00:34 +0000 (14:00 +0000)]
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
Vadim Zeitlin [Wed, 8 Feb 2006 13:33:55 +0000 (13:33 +0000)]
documented wxToolBar dontattachtoframe tag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37384
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 8 Feb 2006 13:29:49 +0000 (13:29 +0000)]
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
Vadim Zeitlin [Wed, 8 Feb 2006 13:22:56 +0000 (13:22 +0000)]
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
Vadim Zeitlin [Wed, 8 Feb 2006 13:20:18 +0000 (13:20 +0000)]
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
Vadim Zeitlin [Wed, 8 Feb 2006 13:04:14 +0000 (13:04 +0000)]
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
Vadim Zeitlin [Wed, 8 Feb 2006 13:02:20 +0000 (13:02 +0000)]
corrected description of font parameter of GetTextExtent()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37379
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Tue, 7 Feb 2006 21:54:48 +0000 (21:54 +0000)]
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
Robin Dunn [Tue, 7 Feb 2006 17:28:12 +0000 (17:28 +0000)]
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
David Surovell [Tue, 7 Feb 2006 09:32:05 +0000 (09:32 +0000)]
removed deprecated wxDC.[Begin,End]Drawing calls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37376
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 7 Feb 2006 04:42:55 +0000 (04:42 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37375
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 7 Feb 2006 04:36:54 +0000 (04:36 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37374
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 7 Feb 2006 04:17:53 +0000 (04:17 +0000)]
some cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37373
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 7 Feb 2006 04:16:22 +0000 (04:16 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37372
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 7 Feb 2006 04:14:37 +0000 (04:14 +0000)]
Oops, DoLog and DoLogString are protected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37371
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 7 Feb 2006 04:04:02 +0000 (04:04 +0000)]
Added feature flag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37370
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 7 Feb 2006 03:56:44 +0000 (03:56 +0000)]
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
Vadim Zeitlin [Tue, 7 Feb 2006 00:42:25 +0000 (00:42 +0000)]
removed old Win16 files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37368
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 7 Feb 2006 00:39:17 +0000 (00:39 +0000)]
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
David Surovell [Mon, 6 Feb 2006 22:53:31 +0000 (22:53 +0000)]
tweaks and comments to previous commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37366
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 6 Feb 2006 22:48:25 +0000 (22:48 +0000)]
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
David Surovell [Mon, 6 Feb 2006 22:34:32 +0000 (22:34 +0000)]
fix gcc v3.3.3 compiler crash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37364
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Mon, 6 Feb 2006 22:09:19 +0000 (22:09 +0000)]
fix compilation problem, pass 2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37363
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 6 Feb 2006 21:58:56 +0000 (21:58 +0000)]
Fix compilation error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37362
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 6 Feb 2006 20:43:56 +0000 (20:43 +0000)]
ShrinkMode --> FitToCurrentPage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37360
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Mon, 6 Feb 2006 18:12:16 +0000 (18:12 +0000)]
Compile fix for --enable-stl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37359
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Mon, 6 Feb 2006 18:01:48 +0000 (18:01 +0000)]
Remove richedit sample from configure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37358
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 6 Feb 2006 17:56:44 +0000 (17:56 +0000)]
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
Julian Smart [Mon, 6 Feb 2006 17:51:11 +0000 (17:51 +0000)]
Changed function to SetFitToCurrentPage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37356
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 6 Feb 2006 17:42:15 +0000 (17:42 +0000)]
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
Julian Smart [Mon, 6 Feb 2006 17:37:56 +0000 (17:37 +0000)]
Take into account Info.plist
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37354
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 6 Feb 2006 17:37:26 +0000 (17:37 +0000)]
m_border and accessors not used
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37353
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 6 Feb 2006 16:58:19 +0000 (16:58 +0000)]
guard against early redraws
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37352
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Mon, 6 Feb 2006 16:24:26 +0000 (16:24 +0000)]
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
Jamie Gadd [Mon, 6 Feb 2006 13:44:06 +0000 (13:44 +0000)]
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
David Surovell [Mon, 6 Feb 2006 05:08:13 +0000 (05:08 +0000)]
cleanup - reformatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37349
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Hock [Mon, 6 Feb 2006 04:24:40 +0000 (04:24 +0000)]
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
Kevin Ollivier [Mon, 6 Feb 2006 03:03:24 +0000 (03:03 +0000)]
wx-config now provides all the needed flags, so lflags just adds duplicates.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37346
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 5 Feb 2006 23:50:13 +0000 (23:50 +0000)]
now we don't only show label mnemonics but they also work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37345
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 5 Feb 2006 23:39:37 +0000 (23:39 +0000)]
no changes; just some (very) minor cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37344
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 5 Feb 2006 23:20:26 +0000 (23:20 +0000)]
use XmNrecomputeSize instead of manually resizing the label (and unmanaging/managing it in process resulting in flicker) (patch
1420899 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37343
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775