]>
git.saurik.com Git - wxWidgets.git/log
Robin Dunn [Thu, 15 Apr 2004 18:12:15 +0000 (18:12 +0000)]
removed stuff about the decorator classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26789
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 15 Apr 2004 18:11:14 +0000 (18:11 +0000)]
minor tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26788
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 15 Apr 2004 18:10:30 +0000 (18:10 +0000)]
Added SW_SCROLLCHILDREN to make scrolling work
under eVC 3.0 (and probably any Windows CE).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26787
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Thu, 15 Apr 2004 16:16:01 +0000 (16:16 +0000)]
made GetAlpha(x, y) const (the docs are already correct)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26786
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 15 Apr 2004 15:58:25 +0000 (15:58 +0000)]
Fix for white area above frame because of funky
toolbar/menubar-mix implementation under eVC 3.0.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26785
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 15 Apr 2004 15:56:30 +0000 (15:56 +0000)]
Fix to make frame visible under eVC 3.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26784
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Thu, 15 Apr 2004 11:33:34 +0000 (11:33 +0000)]
ignore all (generated) .con files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26783
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Thu, 15 Apr 2004 11:06:19 +0000 (11:06 +0000)]
use Find, not Member
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26782
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Thu, 15 Apr 2004 11:05:13 +0000 (11:05 +0000)]
improved const-ness of find/Find functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26781
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 14 Apr 2004 23:53:45 +0000 (23:53 +0000)]
Added #include for non PCH compilers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26780
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 14 Apr 2004 23:50:37 +0000 (23:50 +0000)]
Updated with notes about recent sizer changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26779
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 14 Apr 2004 23:45:21 +0000 (23:45 +0000)]
Added wxSizerItem::SetMinSize that calls m_window->SetSizeHints if not
wxFIXED_MINSIZE, SetInitSize and SetItemMinSize uses SetMinSize, and
fixed [ 934651 ] sizeritem's 'minsize' value has no effect in xrc resources
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26778
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 14 Apr 2004 22:40:14 +0000 (22:40 +0000)]
Keep track of the initial size that the window was created with, and
when the window is added to a sizer use that size with SetSizeHints.
This is to fix problems resulting from the previous change where
SetSizeHints was called with the initial size from CreateBase.
Also, Patch [ 934677 ] wxWindowBase::DoGetBestSize() should exclude hidden windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26777
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 14 Apr 2004 17:31:35 +0000 (17:31 +0000)]
removing resource based implementations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26776
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Wed, 14 Apr 2004 16:26:24 +0000 (16:26 +0000)]
Quick hack removing wxDIALOG_MODAL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26775
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 14 Apr 2004 16:19:11 +0000 (16:19 +0000)]
Don't accidentally instal the MSVCRT.dll from XP as it wont' work on
Win98. Use a set from CVS instead of from the SYSDIR.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26774
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Wed, 14 Apr 2004 16:03:53 +0000 (16:03 +0000)]
Quick hack to rid the code of wxDIALOG_MODAL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26773
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 14 Apr 2004 16:00:01 +0000 (16:00 +0000)]
resources must be copied, cannot be symlinked
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26772
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 14 Apr 2004 07:02:36 +0000 (07:02 +0000)]
don't use wxDIALOG_MODAL any more
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26771
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 14 Apr 2004 06:35:47 +0000 (06:35 +0000)]
docstring tweak
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26770
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Wed, 14 Apr 2004 06:00:13 +0000 (06:00 +0000)]
wxASSERT_MSG instead of wxASSERT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26769
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 14 Apr 2004 05:59:30 +0000 (05:59 +0000)]
If the icon is smaller than the allotted space then center it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26768
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 14 Apr 2004 05:58:18 +0000 (05:58 +0000)]
Add wxGridBagSizer to the overview text
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26767
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 14 Apr 2004 05:57:47 +0000 (05:57 +0000)]
simplify how the XWindow is extracted for GetHandle
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26766
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 14 Apr 2004 05:57:10 +0000 (05:57 +0000)]
The activex dirs got left out.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26765
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Wed, 14 Apr 2004 05:56:52 +0000 (05:56 +0000)]
Cocoa_drawRect: Set m_updateRegion using the NSRect or if possible (Panther)
using the array from [NSView -getRectsBeingDrawn:count:]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26764
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 14 Apr 2004 05:56:40 +0000 (05:56 +0000)]
Doc tweaks, double the backslashes so they convert properly with ReST
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26763
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Wed, 14 Apr 2004 05:53:50 +0000 (05:53 +0000)]
Added wxRegion construction from an NSRect or an array of NSRects
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26762
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 14 Apr 2004 05:52:18 +0000 (05:52 +0000)]
whitespace cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26761
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 14 Apr 2004 05:41:52 +0000 (05:41 +0000)]
Compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26760
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Wed, 14 Apr 2004 05:39:43 +0000 (05:39 +0000)]
Rework modal dialog code to not depend on now obsolete wxDIALOG_MODAL flag.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26759
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 14 Apr 2004 05:19:41 +0000 (05:19 +0000)]
Ensure PostCreation is always called, so the widget will be shown properly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26758
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 14 Apr 2004 05:17:49 +0000 (05:17 +0000)]
Fix for #933359
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26757
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 13 Apr 2004 20:46:15 +0000 (20:46 +0000)]
new wxRegionRefData has size=1 so rects=malloc(sizeof(BOX))
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26756
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 13 Apr 2004 20:01:55 +0000 (20:01 +0000)]
Baked with Bakefile 0.1.4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26755
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 13 Apr 2004 19:45:02 +0000 (19:45 +0000)]
wxCocoa: wxRegion using wxRegionGeneric
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26754
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 13 Apr 2004 19:38:24 +0000 (19:38 +0000)]
Added wxRegionGeneric and wxRegionIteratorGeneric using X.org code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26753
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 13 Apr 2004 14:24:18 +0000 (14:24 +0000)]
#import <AppKit/NSCell.h>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26752
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 13 Apr 2004 14:20:05 +0000 (14:20 +0000)]
Change <class PixelData> to <typename PixelData> (2.95 compile fix)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26751
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 13 Apr 2004 14:16:48 +0000 (14:16 +0000)]
s/m_clientData/m_itemClientData/ so it doesn't conflict with wxEvtHandler union
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26750
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 13 Apr 2004 13:43:06 +0000 (13:43 +0000)]
removed old eVC project files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26749
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 13 Apr 2004 13:40:08 +0000 (13:40 +0000)]
Make ObjcRelease() return void like [NSObject -release] not type id.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26748
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 13 Apr 2004 12:26:10 +0000 (12:26 +0000)]
don't use WS_POPUP under CE for normal windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26746
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 13 Apr 2004 12:25:56 +0000 (12:25 +0000)]
define WS_XXX constants missing in (some) CE SDKs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26745
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 13 Apr 2004 12:25:21 +0000 (12:25 +0000)]
removed old eVC project files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26744
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 13 Apr 2004 12:25:05 +0000 (12:25 +0000)]
removed m_bestSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26743
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 13 Apr 2004 12:22:34 +0000 (12:22 +0000)]
moved dialog/frame styles to their own headers; don't use any styles by default for TLW under Windows CE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26742
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 13 Apr 2004 11:33:16 +0000 (11:33 +0000)]
added Hindi translation from Dhananjaya Sharma
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26741
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 13 Apr 2004 11:23:44 +0000 (11:23 +0000)]
added DoDrawRoundedRectangle() implementation (patch 931364)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26740
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 13 Apr 2004 10:47:02 +0000 (10:47 +0000)]
and now fixed USE_CONTEXT_MENU definition as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26739
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 13 Apr 2004 10:46:17 +0000 (10:46 +0000)]
fixed USE_CONTEXT_MENU tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26738
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 13 Apr 2004 10:44:53 +0000 (10:44 +0000)]
(blind) compilation fix for wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26737
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 13 Apr 2004 10:29:55 +0000 (10:29 +0000)]
Only call Select within SetString when internal data has been restored,
else assert results if the item was selected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26736
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 13 Apr 2004 10:23:37 +0000 (10:23 +0000)]
all databrowser implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26735
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 13 Apr 2004 05:30:20 +0000 (05:30 +0000)]
adding event construction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26734
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 13 Apr 2004 05:28:25 +0000 (05:28 +0000)]
switching to native focus and control hit handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26733
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 13 Apr 2004 05:25:54 +0000 (05:25 +0000)]
switching to native focus handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26732
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 13 Apr 2004 05:21:31 +0000 (05:21 +0000)]
fixing right click
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26731
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 13 Apr 2004 05:19:35 +0000 (05:19 +0000)]
mouse handling changed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26730
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 13 Apr 2004 05:16:03 +0000 (05:16 +0000)]
recursive tab processing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26729
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 13 Apr 2004 05:14:14 +0000 (05:14 +0000)]
switching to CreateXXX methods for Controls and to Hit Event Processing, thus supporting full keyboard access mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26728
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 12 Apr 2004 21:00:42 +0000 (21:00 +0000)]
aygshell is available on PocketPC and sometimes needed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26727
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Roger Gammans [Mon, 12 Apr 2004 19:59:46 +0000 (19:59 +0000)]
* fix bug where editing of the bootom and right most cell is not
corectly completed.
* Some tidying of end edit code paths. (such as in AutoSizeRowOrCol)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26726
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 12 Apr 2004 19:24:39 +0000 (19:24 +0000)]
added a note about wxTreeCtrl::GetFirst/NextItem(id, long) deprecation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26724
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 12 Apr 2004 15:37:17 +0000 (15:37 +0000)]
eVC 3.0 doesn't like WS_CAPTION. I imagine that
eVC 4.0 just ignores it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26723
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 12 Apr 2004 10:35:04 +0000 (10:35 +0000)]
eVC 3.0 doesn't know ExitProcess() but _exit() is OK.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26722
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 12 Apr 2004 10:33:55 +0000 (10:33 +0000)]
eVC++ 3.0 doesn't know WS_THICKFRAME
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26721
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Mon, 12 Apr 2004 04:58:32 +0000 (04:58 +0000)]
Change m_windowCurrent to m_currentNSWindow such that m_currentNSWindow is
never used directly but only to look up the associated wxCocoaNSWindow.
If the wxCocoaNSWindow cannot be found later in UpdateMenuBar then it's
likely been destroyed but no crash will result as before.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26720
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 11 Apr 2004 21:36:06 +0000 (21:36 +0000)]
don't use strcpy to copy between overlapping strings, it's undefined operation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26719
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 11 Apr 2004 20:59:46 +0000 (20:59 +0000)]
made it possible to easily regenerate makefiles with stream suit (temporary, before remaining problems are fixed)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26718
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 11 Apr 2004 20:59:39 +0000 (20:59 +0000)]
added more styles (patch 933354)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26717
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 11 Apr 2004 20:59:33 +0000 (20:59 +0000)]
stream tests improvements (patch 924438)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26716
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 11 Apr 2004 20:59:26 +0000 (20:59 +0000)]
added some cppunit convenience macros (part of patch 924438)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26715
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 11 Apr 2004 20:58:56 +0000 (20:58 +0000)]
stream classes docs and code fixes (part of patch 924438)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26714
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 11 Apr 2004 19:34:56 +0000 (19:34 +0000)]
improvements to zlib streams (patch 929416):
1. CanHandleGZip static method
2. code cleanup
3. 2.4 compatibility mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26713
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 11 Apr 2004 19:32:52 +0000 (19:32 +0000)]
minor correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26712
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 11 Apr 2004 19:11:27 +0000 (19:11 +0000)]
added wxTE_AUTO_SCROLL and wxTE_NO_VSCROLL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26711
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sun, 11 Apr 2004 17:59:43 +0000 (17:59 +0000)]
Use wxAutoNSAutoreleasePool when destroying wxIconRefData
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26710
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 11 Apr 2004 15:23:00 +0000 (15:23 +0000)]
expose find window method
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26709
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 11 Apr 2004 15:17:57 +0000 (15:17 +0000)]
fixing target determination for compositing windows, but we don't always get proper highlights for target windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26708
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 11 Apr 2004 15:14:50 +0000 (15:14 +0000)]
added wx/msw/wince/libraries.h to workaround SDK differences problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26707
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 11 Apr 2004 14:57:30 +0000 (14:57 +0000)]
removed aygshell and ceshell from WinCE build, not all SDKs have it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26706
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 11 Apr 2004 10:55:55 +0000 (10:55 +0000)]
in wxGetFontEncFromCharSet(): map only DEFAULT_CHARSET to wxFONTENCODING_SYSTEM (but not all the others); also handle SYMBOL_CHARSET separately
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26705
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 11 Apr 2004 10:50:22 +0000 (10:50 +0000)]
serialize wxNativeEncodingInfo using font names, not numbers which are subject to change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26704
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 11 Apr 2004 10:40:04 +0000 (10:40 +0000)]
added GetEncodingFromName(); documented it and rearranged the methods in alphaabetical order
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26703
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 11 Apr 2004 09:47:31 +0000 (09:47 +0000)]
fixed wxMBConv::cMB2WC and cWC2MB to check for conversion failure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26702
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Sun, 11 Apr 2004 07:26:39 +0000 (07:26 +0000)]
applied patch #933086: "scrollbar stops compilation due to missing header"
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26701
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sun, 11 Apr 2004 04:09:20 +0000 (04:09 +0000)]
Yield changes:
1. Rework the loop using wxAutoNSAutoreleasePool such that each iteration
(get/send event) is done within the context of an NSAutoreleasePool.
2. Use nil instead of [NSDate distantPast] (means the same thing)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26700
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sun, 11 Apr 2004 04:06:26 +0000 (04:06 +0000)]
Add wxAutoNSAutoreleasePool to drawing methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26699
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sun, 11 Apr 2004 04:03:01 +0000 (04:03 +0000)]
wxWindowCocoaScroller: use wxAutoNSAutoreleasePool in constructor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26698
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sun, 11 Apr 2004 03:25:14 +0000 (03:25 +0000)]
wxIcon::CopyFromBitmap:
1. retain NSImage from bitmap.GetNSImage (since it is alloc/autoreleased)
2. Use a wxAutoNSAutoreleasePool
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26697
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sun, 11 Apr 2004 00:48:55 +0000 (00:48 +0000)]
Add wxAutoNSAutoreleasePool to SetSelection()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26696
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 10 Apr 2004 23:43:49 +0000 (23:43 +0000)]
added support for koi8-u
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26695
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 10 Apr 2004 16:09:35 +0000 (16:09 +0000)]
Compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26694
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 10 Apr 2004 16:07:18 +0000 (16:07 +0000)]
Avoid virtual function hiding.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26693
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sat, 10 Apr 2004 05:08:06 +0000 (05:08 +0000)]
Hide (orderOut:) modal dialogs after stopping modal event loop.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26692
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sat, 10 Apr 2004 04:32:59 +0000 (04:32 +0000)]
Added missing wxT()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26691
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sat, 10 Apr 2004 03:54:21 +0000 (03:54 +0000)]
Added header preprocessor guard
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26690
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sat, 10 Apr 2004 03:23:41 +0000 (03:23 +0000)]
Implement a reasonable DoGetBestSize (NSProgressIndicator is not an NSControl)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26689
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sat, 10 Apr 2004 03:19:37 +0000 (03:19 +0000)]
Stub for DoGetBestSize() since this isn't an NSControl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26688
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775