]>
git.saurik.com Git - wxWidgets.git/log
Robin Dunn [Wed, 2 Mar 2005 18:32:28 +0000 (18:32 +0000)]
Set the mouse pos for the drag events, add support for the tooltip event
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32561
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 2 Mar 2005 18:31:54 +0000 (18:31 +0000)]
Set the mouse pos for the drag events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32560
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 2 Mar 2005 17:45:49 +0000 (17:45 +0000)]
unicode character events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32559
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 2 Mar 2005 10:57:08 +0000 (10:57 +0000)]
In MSWUniv wxWindow and wxWindowMSW are different classes so we can't access some of protected members (catched only by Borland). Therefore some of the flags related to background needs reading API.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32558
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 2 Mar 2005 10:44:17 +0000 (10:44 +0000)]
Must use GetAdjustedBestSize for getting child window sizes, since
DoGetBestSize returns standard control size e.g. 100x100 on Windows,
and not an explicit size passed to it. This may be because the splitter
window isn't a true sizer and m_bestSizeCache isn't updated properly
(see window.h, GetBestSize: IsFullySpecified fails.)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32557
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 2 Mar 2005 08:16:48 +0000 (08:16 +0000)]
Fixed wxBufferedPaintDC for scrolled windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32556
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Wed, 2 Mar 2005 05:17:20 +0000 (05:17 +0000)]
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32555
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Wed, 2 Mar 2005 02:47:47 +0000 (02:47 +0000)]
note that GetFromWindow is windows only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32554
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Wed, 2 Mar 2005 01:08:35 +0000 (01:08 +0000)]
Document wxDisplay::GetFromWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32553
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Wed, 2 Mar 2005 01:05:21 +0000 (01:05 +0000)]
fix unresolved reference
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32552
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Wed, 2 Mar 2005 01:03:42 +0000 (01:03 +0000)]
fix backslashes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32551
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Wed, 2 Mar 2005 00:54:57 +0000 (00:54 +0000)]
grammer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32550
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Wed, 2 Mar 2005 00:53:19 +0000 (00:53 +0000)]
clear up the 'something'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32549
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Wed, 2 Mar 2005 00:51:53 +0000 (00:51 +0000)]
reword a bit - get rid of mention of the platforms it supports because nearly all of them do now (all major ones do)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32548
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Hock [Wed, 2 Mar 2005 00:15:48 +0000 (00:15 +0000)]
Add missing wxFileDialog flags to both dialog overview and wxFileDialog description (modified patch
1154022 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32547
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 1 Mar 2005 23:52:44 +0000 (23:52 +0000)]
Added newDirectory flag to DirBrowseButton
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32546
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 1 Mar 2005 23:49:52 +0000 (23:49 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32545
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 1 Mar 2005 23:36:05 +0000 (23:36 +0000)]
Make IsSelected be a bit more specific
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32544
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Tue, 1 Mar 2005 20:18:09 +0000 (20:18 +0000)]
Revert my last commit, GetClientAreaOrigin was already implemented
in common code by ABX.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32543
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Hock [Tue, 1 Mar 2005 19:13:24 +0000 (19:13 +0000)]
Revert last change moving wxFloodFill from imagfill.cpp to dcbase.cpp, which broke compilation across the board when wxUSE_IMAGE is defined.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32542
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 1 Mar 2005 17:52:50 +0000 (17:52 +0000)]
restored alpha test in raw image frame (why had it been commented out?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32541
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 1 Mar 2005 17:49:27 +0000 (17:49 +0000)]
don't use WXDLLEXPORT with nested template classes: this doesn't work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32540
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 1 Mar 2005 17:42:28 +0000 (17:42 +0000)]
don't try to save invalid image: added a wxCHECK(Ok()) to Save() overloads which didn't already have it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32539
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Tue, 1 Mar 2005 17:11:15 +0000 (17:11 +0000)]
Minor fixes for gcc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32538
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Tue, 1 Mar 2005 17:08:52 +0000 (17:08 +0000)]
Add samples to configure: ipc, keyboard, listbox, multimon, popup, vscroll
richedit (partly), regtest, nativdlg, oleauto
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32537
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 1 Mar 2005 16:53:22 +0000 (16:53 +0000)]
Warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32536
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 1 Mar 2005 16:22:31 +0000 (16:22 +0000)]
Use GetMark if available
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32535
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 1 Mar 2005 15:47:17 +0000 (15:47 +0000)]
correct placard under toolbar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32534
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Tue, 1 Mar 2005 14:13:22 +0000 (14:13 +0000)]
No res-include for rpmspec wx24dsp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32533
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Tue, 1 Mar 2005 14:09:37 +0000 (14:09 +0000)]
Add $(TOP_SRCDIR)include for windres
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32532
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 1 Mar 2005 11:54:44 +0000 (11:54 +0000)]
Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32531
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 1 Mar 2005 11:43:52 +0000 (11:43 +0000)]
Missing header.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32530
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 1 Mar 2005 11:30:21 +0000 (11:30 +0000)]
wxUSE_TOOLTIPS and wxUSE_IMAGE furthur fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32529
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 1 Mar 2005 11:10:34 +0000 (11:10 +0000)]
Move wxDoFloodFill to dc.cpp so that it can be 'used' without wxImage. Fixes related to this
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32528
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 1 Mar 2005 11:06:27 +0000 (11:06 +0000)]
work w/o bitmap button
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32527
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 1 Mar 2005 10:59:19 +0000 (10:59 +0000)]
More wxUSE_STATTEXT fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32526
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 1 Mar 2005 10:55:32 +0000 (10:55 +0000)]
wxUSE_STATTEXT fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32525
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 1 Mar 2005 10:48:07 +0000 (10:48 +0000)]
compilo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32524
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 1 Mar 2005 10:42:02 +0000 (10:42 +0000)]
wxUSE_IMAGLIST fix (good grief...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32523
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 1 Mar 2005 10:33:51 +0000 (10:33 +0000)]
wxUSE_TOOLTIPS fix (good grief I think I just did this a couple days ago...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32522
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 1 Mar 2005 10:28:13 +0000 (10:28 +0000)]
wxUSE_XX fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32521
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 1 Mar 2005 10:27:10 +0000 (10:27 +0000)]
wxUSE_XXX fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32520
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 1 Mar 2005 10:25:54 +0000 (10:25 +0000)]
fixup for last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32519
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 1 Mar 2005 10:23:45 +0000 (10:23 +0000)]
more wxUSE_IMAGE FUN
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32518
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 1 Mar 2005 10:19:55 +0000 (10:19 +0000)]
wxUSE_IMAGE cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32517
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 1 Mar 2005 10:19:24 +0000 (10:19 +0000)]
fix for crash when using wxEXEC_NODISABLE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32516
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 1 Mar 2005 10:16:28 +0000 (10:16 +0000)]
wxUSE_IMAGE cleanup, fix warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32515
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 1 Mar 2005 09:54:25 +0000 (09:54 +0000)]
compile w/o tooltips
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32514
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 1 Mar 2005 09:36:31 +0000 (09:36 +0000)]
wxChoicebook styles typo fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32513
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 1 Mar 2005 09:24:56 +0000 (09:24 +0000)]
Typo fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32512
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 1 Mar 2005 07:38:09 +0000 (07:38 +0000)]
More styles in XRC handlers of book controls.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32511
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 1 Mar 2005 05:45:25 +0000 (05:45 +0000)]
have CGImage Support in all OSX builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32510
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 1 Mar 2005 05:31:37 +0000 (05:31 +0000)]
have CGImage Support in all OSX builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32509
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 1 Mar 2005 05:21:06 +0000 (05:21 +0000)]
fix for non-quartz branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32508
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 1 Mar 2005 01:26:34 +0000 (01:26 +0000)]
don't compare iterator after calling erase() in ProcessPendingEvents() (replaces patch
1153906 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32507
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 1 Mar 2005 01:21:04 +0000 (01:21 +0000)]
added accessor function to hide __VISAGECPP__ ugliness and avoid having #ifdef's for it every other line
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32506
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 1 Mar 2005 01:15:49 +0000 (01:15 +0000)]
update from Hiroshi Saito (patch
1153720 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32505
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 1 Mar 2005 00:03:55 +0000 (00:03 +0000)]
added wxDP_ALLOWNONE (patch
1153889 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32504
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 28 Feb 2005 23:05:13 +0000 (23:05 +0000)]
workaround for lack of res-define in our custom formats
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32503
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 28 Feb 2005 22:29:06 +0000 (22:29 +0000)]
Minimal layout change.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32502
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 28 Feb 2005 21:16:23 +0000 (21:16 +0000)]
Search path correction (in line with intl.cpp)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32501
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 28 Feb 2005 21:14:43 +0000 (21:14 +0000)]
Don't use the 'unix-like' check for Palm.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32500
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 20:35:34 +0000 (20:35 +0000)]
delete singleInstanceChecker when exiting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32499
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 20:32:02 +0000 (20:32 +0000)]
NotebookSizer is deprecated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32498
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 28 Feb 2005 20:31:31 +0000 (20:31 +0000)]
Implemented wxRadioBox using a GtkTable.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32497
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 20:16:34 +0000 (20:16 +0000)]
Updates for doc/view from Morgan Hua
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32496
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 28 Feb 2005 20:09:07 +0000 (20:09 +0000)]
note wxURI change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32495
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 20:06:19 +0000 (20:06 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32494
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 20:03:35 +0000 (20:03 +0000)]
Updates for MouseGestures
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32493
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 28 Feb 2005 20:01:44 +0000 (20:01 +0000)]
rename wxURI::GetUser to wxURI::GetUserInfo and add wxURI::GetUser and wxURI::GetPassword
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32492
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 19:47:34 +0000 (19:47 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32491
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 19:34:13 +0000 (19:34 +0000)]
Oops, checked in wrong file by mistake. Reverted last change.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32490
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 19:31:49 +0000 (19:31 +0000)]
updated setup.h changes for MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32489
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 19:30:29 +0000 (19:30 +0000)]
Don't build the old versions of OGL or iewin by default anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32488
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 19:19:25 +0000 (19:19 +0000)]
Don't build the old versions of OGL or iewin by default anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32487
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 28 Feb 2005 18:50:44 +0000 (18:50 +0000)]
Missing include.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32486
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 28 Feb 2005 18:46:49 +0000 (18:46 +0000)]
XRC for wxListbook [patch
1152306 ] and wxChoicebook. Regenerated makefiles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32485
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 18:45:29 +0000 (18:45 +0000)]
Added more image options
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32484
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 18:45:13 +0000 (18:45 +0000)]
Patch from Will Sadkin:
Enclosed are two patches, one for timectrl, re: exceptions (now?)
thrown on wxDateTime.strftime(%p) in a non-am/pm locale, and one
for a problem that prevented input into the integer digit of a
integerwidth=1 numctrl, if the current value was 0.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32483
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 18:43:47 +0000 (18:43 +0000)]
Undeprecated AddWindow, AddSizer, AddSpacer and etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32482
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 18:43:15 +0000 (18:43 +0000)]
Added wx.PrintData.Get/SetPrivData
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32481
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 18:41:36 +0000 (18:41 +0000)]
GetSelection is available on wxGTK now too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32480
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 18:41:07 +0000 (18:41 +0000)]
Added GetBitmap, GetIcon to wx.ImageList.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32479
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 18:40:52 +0000 (18:40 +0000)]
Fix GetAmPmStrings wrapper
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32478
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 18:40:32 +0000 (18:40 +0000)]
doc updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32477
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 18:37:29 +0000 (18:37 +0000)]
Build/distrib updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32476
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 18:36:57 +0000 (18:36 +0000)]
use wxMin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32475
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 28 Feb 2005 18:35:34 +0000 (18:35 +0000)]
avoid buffer overrun
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32474
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 28 Feb 2005 18:18:30 +0000 (18:18 +0000)]
wxDisplay::GetFromWindow is only on msw evidently
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32473
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 28 Feb 2005 17:28:43 +0000 (17:28 +0000)]
mask access row bytes fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32472
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 28 Feb 2005 17:23:19 +0000 (17:23 +0000)]
trying to fix dmc warning about potential overload ambiguity
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32471
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 28 Feb 2005 17:20:12 +0000 (17:20 +0000)]
return const ref to label from GetLabel() and other accessors instead of copying it, this fixes
1153178
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32470
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Mon, 28 Feb 2005 16:13:59 +0000 (16:13 +0000)]
fix missing defines with DMC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32469
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 28 Feb 2005 16:05:04 +0000 (16:05 +0000)]
removed strange bit flipping under wxGTK when saving TIFFs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32468
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 28 Feb 2005 16:02:17 +0000 (16:02 +0000)]
correcting last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32467
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 28 Feb 2005 15:14:20 +0000 (15:14 +0000)]
This change will make the parent TLW come to
the front again after it has been sent to
the back for some unknown reason, after a
message dialog has been show.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32466
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 28 Feb 2005 15:01:30 +0000 (15:01 +0000)]
Unicode fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32465
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 28 Feb 2005 14:45:58 +0000 (14:45 +0000)]
Apply combobox patch II.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32464
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 28 Feb 2005 14:41:37 +0000 (14:41 +0000)]
Removed call to obsolete (and presumably redundant) SetPageSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32463
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 28 Feb 2005 14:38:47 +0000 (14:38 +0000)]
Changed ComboDropDown button under GTK+ so that it
will create a transparent button. This works for
the date control, but should be generalized somehow.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32462
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775