]>
git.saurik.com Git - wxWidgets.git/log
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
David Elliott [Sat, 10 Apr 2004 03:18:05 +0000 (03:18 +0000)]
1. Faster DoGetBestSize for single-cell controls.
2. Properly handle exceptions so controls which aren't NSControl don't crash.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26687
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sat, 10 Apr 2004 03:11:44 +0000 (03:11 +0000)]
Make DoGetBestSize() always return a width of 100
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26686
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sat, 10 Apr 2004 00:54:27 +0000 (00:54 +0000)]
Added wxMac stub header files (include/wx/mac/*.h).
make install should now produce a usable installation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26685
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sat, 10 Apr 2004 00:43:25 +0000 (00:43 +0000)]
Added missing wxT()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26684
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Fri, 9 Apr 2004 21:44:08 +0000 (21:44 +0000)]
Baked with Bakefile 0.1.4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26683
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Fri, 9 Apr 2004 21:33:36 +0000 (21:33 +0000)]
Changes that were in aclocal.m4 but not here
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26682
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 9 Apr 2004 21:06:31 +0000 (21:06 +0000)]
(blind) compilation fix for wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26681
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Fri, 9 Apr 2004 20:20:51 +0000 (20:20 +0000)]
wxCocoa: native wxNotebook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26680
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Fri, 9 Apr 2004 20:19:06 +0000 (20:19 +0000)]
Added files for wxNotebook and wxCocoaNSTabView
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26679
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Fri, 9 Apr 2004 20:13:11 +0000 (20:13 +0000)]
wxCocoa: added ObjcRef.mm and ObjcRef.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26678
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Fri, 9 Apr 2004 15:16:46 +0000 (15:16 +0000)]
implemented a simple DoGetBestSize() for MSW's wxScrollBar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26677
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 8 Apr 2004 19:15:46 +0000 (19:15 +0000)]
do use context menu event under wxGTK, it is supported there now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26676
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 8 Apr 2004 12:43:23 +0000 (12:43 +0000)]
last check in forgot to add WS_VSCROLL to the listbox sttyle, added back to reenable the vertical scrollbar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26675
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 8 Apr 2004 12:24:41 +0000 (12:24 +0000)]
make sure we are comparing the stripped strings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26674
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 8 Apr 2004 12:13:32 +0000 (12:13 +0000)]
use SetDefaultBackgroundColour() instead of SetBgColour()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26673
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 8 Apr 2004 12:13:13 +0000 (12:13 +0000)]
suppress warnings during WinCE compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26672
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 8 Apr 2004 12:11:37 +0000 (12:11 +0000)]
we can now use png/jpeg/gif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26671
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 8 Apr 2004 12:11:22 +0000 (12:11 +0000)]
1. moved InheritAttributes() from wxControl to wxWindow
2. made it inherit only the attributes explicitly set for the parent
3. "explicitly set" means set with SetXXX(), not newly added SetDefaultXXX()
4. documented InheritAttributes(), ShouldInheritColours() and SetDefaultXXX()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26670
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 8 Apr 2004 10:21:17 +0000 (10:21 +0000)]
corrected wxEVENT_PROPAGATE_XXX constants names
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26669
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 23:35:36 +0000 (23:35 +0000)]
Changed name to wxFIXED_MINSIZE since that is more descriptive of what
it does. The size can still be changed by the sizer, but it won't
query the minsize if this flag is set.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26668
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 23:24:47 +0000 (23:24 +0000)]
Use FIXED_MINSIZE on the listbox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26667
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 23:22:50 +0000 (23:22 +0000)]
Changed name to wxFIXED_MINSIZE since that is more descriptive of what
it does. The size can still be changed by the sizer, but it won't
query the minsize if this flag is set.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26666
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 23:06:35 +0000 (23:06 +0000)]
Changed name to wxFIXED_MINSIZE since that is more descriptive of what
it does. The size can still be changed by the sizer, but it won't
query the minsize if this flag is set.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26665
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 22:45:45 +0000 (22:45 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26664
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 22:42:54 +0000 (22:42 +0000)]
notes about sizer changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26663
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 22:41:34 +0000 (22:41 +0000)]
Put back wxMSW's wxStaticBitmap::DoGetBestSize because GetBitmap (used
in base DoGBS) is not able to be called until the control is fully
constructed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26662
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 22:02:38 +0000 (22:02 +0000)]
use wxBU_EXACTFIT for the small buttons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26661
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 21:58:04 +0000 (21:58 +0000)]
fix for self.root == None
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26660
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 21:56:55 +0000 (21:56 +0000)]
set m_bestSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26659
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 21:48:24 +0000 (21:48 +0000)]
wxStatusBarGeneric::DoGetBestSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26658
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 21:47:04 +0000 (21:47 +0000)]
wxStaticBitmapBase::DoGetBestSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26657
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 21:26:34 +0000 (21:26 +0000)]
Use default window IDs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26656
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 21:25:11 +0000 (21:25 +0000)]
Various layout tweaks, wx.FIXED_SIZE added, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26655
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 21:22:24 +0000 (21:22 +0000)]
Add wxRTTI info and set bestSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26654
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 20:43:58 +0000 (20:43 +0000)]
XRC needs to know about wxFIXED_SIZE too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26653
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 19:50:27 +0000 (19:50 +0000)]
style tweaked
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26652
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 19:49:36 +0000 (19:49 +0000)]
Use wx.CLIP_CHILDREN on the splitter windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26651
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 19:48:18 +0000 (19:48 +0000)]
changed border style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26650
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 19:47:37 +0000 (19:47 +0000)]
Fixes so bg colors in a notebook on XP are visible again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26649
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 19:46:59 +0000 (19:46 +0000)]
Use a panel
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26648
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 19:36:47 +0000 (19:36 +0000)]
Added wx.FIXED_SIZE.
Added some new methods to wx.Window
Added a Destroy method to wx.TaskbarIcon to help avoid double deletes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26647
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 19:32:53 +0000 (19:32 +0000)]
use wx.FIXED_SIZE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26646
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 19:23:10 +0000 (19:23 +0000)]
Use the size value passed to the ctor to set the window's minimum size.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26645
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 19:21:06 +0000 (19:21 +0000)]
Added wxFIXED_SIZE.
Propogated wxSizer::SetItemMinSize to SetSizeHints for window items.
Updated docs for flag parameter to be more readable and understandable.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26644
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 05:20:58 +0000 (05:20 +0000)]
Added some convenience inlines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26643
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Apr 2004 05:20:10 +0000 (05:20 +0000)]
Fixed tex2rtf error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26642
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 6 Apr 2004 19:10:43 +0000 (19:10 +0000)]
Somehow the Validate(), TransferDataToWindow(),
TransferDataFromWindow(), and InitDialog() methods got lost.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26641
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Tue, 6 Apr 2004 17:18:20 +0000 (17:18 +0000)]
applied patch #928786: "Fix memory leak produced by ConvertArgsToUnicode()"
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26640
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Tue, 6 Apr 2004 15:34:53 +0000 (15:34 +0000)]
applied patch #926140: "warning cleaning"
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26639
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Tue, 6 Apr 2004 13:19:42 +0000 (13:19 +0000)]
applied patch #929947: "Various cleaning of warnings under MSW"; removed some tabs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26638
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 6 Apr 2004 12:15:27 +0000 (12:15 +0000)]
applied patch: wxLongLong CppUnit test (928257)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26637
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 6 Apr 2004 12:14:05 +0000 (12:14 +0000)]
this code was taken from console sample, preserve its copyright
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26636
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 6 Apr 2004 09:49:48 +0000 (09:49 +0000)]
upgrade to bakefile-0.1.4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26635
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Tue, 6 Apr 2004 09:48:40 +0000 (09:48 +0000)]
fixed non-pch compilation, initial window size; slight code cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26634
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 6 Apr 2004 09:34:56 +0000 (09:34 +0000)]
upgrade to bakefile-0.1.4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26633
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 6 Apr 2004 07:53:23 +0000 (07:53 +0000)]
make aclocal-1.8 happy (patch 930105)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26632
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 6 Apr 2004 05:37:20 +0000 (05:37 +0000)]
Check for errors after unicode conversions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26631
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 6 Apr 2004 00:09:11 +0000 (00:09 +0000)]
update from Tsolakos Stavros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26630
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 5 Apr 2004 22:04:09 +0000 (22:04 +0000)]
don't build console apps for WinCE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26629
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 5 Apr 2004 21:57:08 +0000 (21:57 +0000)]
don't build console apps for WinCE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26628
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Mon, 5 Apr 2004 20:33:04 +0000 (20:33 +0000)]
removed HasMultipleSelection() because base class implements it now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26627
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 5 Apr 2004 18:25:44 +0000 (18:25 +0000)]
wxSize::SetDefaults
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26626
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 5 Apr 2004 18:23:01 +0000 (18:23 +0000)]
GetDefaultAttributes, and other tweaks needed to get up to date with CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26625
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 5 Apr 2004 18:16:35 +0000 (18:16 +0000)]
updated version number
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26624
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 5 Apr 2004 10:51:49 +0000 (10:51 +0000)]
use wxUnusedVar() to suppress warnings about unused variable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26623
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 5 Apr 2004 05:20:40 +0000 (05:20 +0000)]
added recursive invalidation after a Thaw command
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26622
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 4 Apr 2004 23:36:29 +0000 (23:36 +0000)]
don't define functions unused under CE when compiling for it (avoids warnings)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26621
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 4 Apr 2004 23:32:31 +0000 (23:32 +0000)]
implemented abort() and added stub for getenv(): needed to link with libjpeg/libpng
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26620
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 4 Apr 2004 23:17:40 +0000 (23:17 +0000)]
removed unused stuff (fixes a couple of compilation warnings)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26619
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 4 Apr 2004 22:50:37 +0000 (22:50 +0000)]
set device origin when drawing on a frame in order to not overwrite the menu/toolbar under Windows CE (doesn't really help however...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26618
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 4 Apr 2004 22:37:11 +0000 (22:37 +0000)]
do take the toolbar into account for Windows CE, otherwise the menus overlap with the frame client area
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26617
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 4 Apr 2004 17:27:31 +0000 (17:27 +0000)]
don't define SetShape() for Windows CE; use wxTLWBase::GetDefaultSize() to avoid creating too big windows under CE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26616
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 4 Apr 2004 17:26:56 +0000 (17:26 +0000)]
added wxTLWBase::GetDefaultSize() to avoid creating windows with default size unsuitable for the current display size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26615
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 4 Apr 2004 17:24:56 +0000 (17:24 +0000)]
added and documented wxSize::IsFullySpecified() and SetDefaults()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26614
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 4 Apr 2004 14:43:28 +0000 (14:43 +0000)]
wxAutomation not useful on WinCE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26613
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775