]>
git.saurik.com Git - wxWidgets.git/log
Julian Smart [Tue, 6 Jun 2006 13:34:54 +0000 (13:34 +0000)]
Further wxAUI commits
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39590
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 6 Jun 2006 13:12:07 +0000 (13:12 +0000)]
Initial commit of wxAUI
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39589
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 6 Jun 2006 12:53:31 +0000 (12:53 +0000)]
Reverted last wxBookCtrl change and added alignment check to notebook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39588
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 6 Jun 2006 11:05:22 +0000 (11:05 +0000)]
Each book control should say what its default orientation. Use this info
if no alignment style, otherwise assertion will happen in GetPageRect.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39587
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 6 Jun 2006 11:03:31 +0000 (11:03 +0000)]
Suppress assertion when the array is sorted
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39586
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 6 Jun 2006 11:02:09 +0000 (11:02 +0000)]
If a base font mapper object was created prematurely before the traints
object was created, delete it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39585
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 6 Jun 2006 07:23:19 +0000 (07:23 +0000)]
Include wx/textctrl.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39583
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Tue, 6 Jun 2006 07:22:43 +0000 (07:22 +0000)]
Move the generic picker files to the GUI common section.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39582
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 6 Jun 2006 01:28:34 +0000 (01:28 +0000)]
replaced WXTYPE with wxEventType
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39580
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 5 Jun 2006 23:00:02 +0000 (23:00 +0000)]
Fixed compile error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39579
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 5 Jun 2006 20:37:57 +0000 (20:37 +0000)]
Peaceful solution to wxCheckListBox inheritance in WinCE and wxListBox::Clear() ambiguity in wxUniv.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39578
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Mon, 5 Jun 2006 19:35:08 +0000 (19:35 +0000)]
Removed some focus handling that was to general and did break e.g. combobox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39577
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Mon, 5 Jun 2006 19:07:26 +0000 (19:07 +0000)]
Fix alignment issue.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39576
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Mon, 5 Jun 2006 18:47:22 +0000 (18:47 +0000)]
Fixed brush realization as suggested by Franz Bakan.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39575
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Mon, 5 Jun 2006 18:08:40 +0000 (18:08 +0000)]
Improved error handling.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39573
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 5 Jun 2006 18:08:18 +0000 (18:08 +0000)]
Typos fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39572
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Mon, 5 Jun 2006 17:57:37 +0000 (17:57 +0000)]
Do not set the wmclass for toplevels. This MUST be unique across the application, and GTK takes care of it for us
- don't screw it over.
Change it to set_role instead, but #if 0 out for now until some discussion about potential affect of this to
existing applications.
Toplevels that have a role set can be handled by the window manager, and store the positiong and size for them,
and restore it on later occasion. If apps do stupid things like don't have unique motif names set for different
toplevels, then this can cause problems with backwards compatibility. I am in favor of doing set_role, but it
needs a little discussion and testing.
Setting WM_CLASS is definately wrong, so just get rid of that till then.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39571
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Roman Rolinsky [Mon, 5 Jun 2006 17:48:00 +0000 (17:48 +0000)]
fix for empty value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39570
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Mon, 5 Jun 2006 17:12:45 +0000 (17:12 +0000)]
Build fix for motif.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39569
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 5 Jun 2006 17:01:46 +0000 (17:01 +0000)]
fixed memory leak introduced by dynamic wxMimeTypesManagerImpl creation (rev. 1.44 of mimecmn.cpp) changes; also renamed wxMimeTypesManagerFactory::Get/SetFactory() to just Get/Set()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39568
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 5 Jun 2006 16:46:15 +0000 (16:46 +0000)]
Include wx/radiobut.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39567
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Roman Rolinsky [Mon, 5 Jun 2006 16:04:37 +0000 (16:04 +0000)]
fix for non-utf-8 character support in 'content'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39566
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Roman Rolinsky [Mon, 5 Jun 2006 16:01:42 +0000 (16:01 +0000)]
hopefully this will fix some encoding problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39565
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Roman Rolinsky [Mon, 5 Jun 2006 16:00:54 +0000 (16:00 +0000)]
debug is not defined here
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39564
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 5 Jun 2006 16:00:19 +0000 (16:00 +0000)]
Make it possible to override VER_FLAGS from the command-line
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39563
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 5 Jun 2006 15:58:24 +0000 (15:58 +0000)]
Added wxWINDOW_STYLE_MASK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39562
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Mon, 5 Jun 2006 15:58:19 +0000 (15:58 +0000)]
Made additional error codes available.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39561
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 5 Jun 2006 15:57:30 +0000 (15:57 +0000)]
New methods for dragging coloumns
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39560
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 5 Jun 2006 15:52:06 +0000 (15:52 +0000)]
No need to use 2-phase create of the text ctrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39559
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Mon, 5 Jun 2006 14:16:46 +0000 (14:16 +0000)]
Add missing picker files for gtk1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39558
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 5 Jun 2006 11:55:21 +0000 (11:55 +0000)]
Reparent() is available under Mac as well (bug
1500782 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39557
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Mon, 5 Jun 2006 10:31:41 +0000 (10:31 +0000)]
replace hard coded path with relative path
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39556
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Mon, 5 Jun 2006 10:29:53 +0000 (10:29 +0000)]
changed hardware at York
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39555
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 4 Jun 2006 22:31:44 +0000 (22:31 +0000)]
changed menu accels to not clash with menubar ones
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39554
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Sun, 4 Jun 2006 21:18:45 +0000 (21:18 +0000)]
avoid gtk assert on negative window size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39553
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 4 Jun 2006 15:51:39 +0000 (15:51 +0000)]
use wxImage to load icons in non-native formats
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39551
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 4 Jun 2006 15:14:53 +0000 (15:14 +0000)]
s/wxHyperLinkCtrl/wxHyperlinkCtrl/
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39550
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 4 Jun 2006 15:11:42 +0000 (15:11 +0000)]
added hyperlink.tex
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39549
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 4 Jun 2006 15:09:36 +0000 (15:09 +0000)]
added missing brace after wxTB_NO_TOOLTIPS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39548
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 4 Jun 2006 15:04:52 +0000 (15:04 +0000)]
fixed typo in HitTest() docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39547
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 4 Jun 2006 14:55:10 +0000 (14:55 +0000)]
silence gcc warnings about values not handled in switch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39546
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 4 Jun 2006 14:51:10 +0000 (14:51 +0000)]
printf format spec warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39545
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 4 Jun 2006 14:27:06 +0000 (14:27 +0000)]
on some systems PBT_APMRESUMESUSPEND is not sent on resume but PBT_APMRESUMEAUTOMATIC is
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39544
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sun, 4 Jun 2006 12:39:55 +0000 (12:39 +0000)]
Make Bourne compatible.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39543
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Sun, 4 Jun 2006 06:19:33 +0000 (06:19 +0000)]
build fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39542
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 3 Jun 2006 22:32:36 +0000 (22:32 +0000)]
wxArrayString::Sort() wasn't MT-safe even though it tried to
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39541
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 3 Jun 2006 20:34:10 +0000 (20:34 +0000)]
just some spelling fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39540
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 3 Jun 2006 19:51:48 +0000 (19:51 +0000)]
Fix line-endings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39539
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Sat, 3 Jun 2006 19:20:23 +0000 (19:20 +0000)]
correct access for virtuals, unneeded includes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39538
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Sat, 3 Jun 2006 18:35:29 +0000 (18:35 +0000)]
don't generate a scroll event when setting scroll position from scroll event handler
fix setting scroll position from thumb release event handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39536
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 3 Jun 2006 14:56:05 +0000 (14:56 +0000)]
take const wxWindow * in wxUxThemeHandle ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39535
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 3 Jun 2006 14:49:23 +0000 (14:49 +0000)]
clarify global wxConfig object life-management
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39534
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sat, 3 Jun 2006 10:21:10 +0000 (10:21 +0000)]
Add picker files for mac.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39533
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 2 Jun 2006 15:27:13 +0000 (15:27 +0000)]
Fixes and XCode 2.3 update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39532
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 2 Jun 2006 14:34:47 +0000 (14:34 +0000)]
Fixes and XCode 2.3 update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39531
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Fri, 2 Jun 2006 14:05:54 +0000 (14:05 +0000)]
Compile fix for no precompiled headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39530
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Fri, 2 Jun 2006 12:12:28 +0000 (12:12 +0000)]
Add wx-lib xml as adv depends on it for the richtext control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39529
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Fri, 2 Jun 2006 12:00:30 +0000 (12:00 +0000)]
Commit pickers-fixes.patch added to
1472329 (Francesco Montorsi)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39528
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Fri, 2 Jun 2006 10:20:13 +0000 (10:20 +0000)]
Revert previous commit.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39527
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Fri, 2 Jun 2006 08:17:23 +0000 (08:17 +0000)]
Lazy creation of the picker dialogs (Francesco).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39526
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Fri, 2 Jun 2006 06:39:13 +0000 (06:39 +0000)]
Updated OpenVMS compile support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39525
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 2 Jun 2006 03:44:25 +0000 (03:44 +0000)]
colSortFlag shoudl be an int, not a Boolean
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39524
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 2 Jun 2006 03:43:46 +0000 (03:43 +0000)]
Switch to bzip2 for compression
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39523
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 1 Jun 2006 23:56:23 +0000 (23:56 +0000)]
uxtheme.h provides symbols regardless wxUSE_UXTHEME flag.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39522
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 1 Jun 2006 22:23:24 +0000 (22:23 +0000)]
Some explainations and directions for building the Debian wx packages
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39521
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 1 Jun 2006 22:22:02 +0000 (22:22 +0000)]
Updated debian-dist and debian package scripts from 2.6 branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39520
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 1 Jun 2006 22:17:39 +0000 (22:17 +0000)]
OW/MGL build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39519
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 1 Jun 2006 22:15:07 +0000 (22:15 +0000)]
Typo fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39518
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 1 Jun 2006 20:52:09 +0000 (20:52 +0000)]
Include wx/radiobox.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39517
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 1 Jun 2006 17:32:41 +0000 (17:32 +0000)]
DLL compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39516
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 1 Jun 2006 15:19:53 +0000 (15:19 +0000)]
Build fix after PCH changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39515
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 1 Jun 2006 15:16:27 +0000 (15:16 +0000)]
Add new components to wxOS2 builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39514
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 1 Jun 2006 13:18:10 +0000 (13:18 +0000)]
Universal build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39513
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Thu, 1 Jun 2006 12:31:56 +0000 (12:31 +0000)]
Compile fixes for GTK 2.4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39512
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 1 Jun 2006 11:01:17 +0000 (11:01 +0000)]
Minor corrections to pickers presentation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39511
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 1 Jun 2006 10:58:28 +0000 (10:58 +0000)]
Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39510
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 1 Jun 2006 10:57:11 +0000 (10:57 +0000)]
Build fix for OW regarding & operator needing full class specs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39509
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Thu, 1 Jun 2006 09:44:35 +0000 (09:44 +0000)]
Build fix for systems linux where va_list is an array type.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39508
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 1 Jun 2006 09:16:06 +0000 (09:16 +0000)]
Minor source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39507
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 1 Jun 2006 08:52:03 +0000 (08:52 +0000)]
Build fix based on wxOS2 night build log.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39506
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 1 Jun 2006 08:23:42 +0000 (08:23 +0000)]
Include wx/listbox.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39505
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 1 Jun 2006 00:17:43 +0000 (00:17 +0000)]
regenerated after wxColour/File/Dir/FontPickerCtrl changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39499
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 1 Jun 2006 00:13:19 +0000 (00:13 +0000)]
added possibility to reorder columns by dragging them (patch
1409677 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39498
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 31 May 2006 23:57:54 +0000 (23:57 +0000)]
added wx{Colour|File|Dir|Font}PickerCtrl (patch
1472329 by Francesco)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39495
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 31 May 2006 23:37:36 +0000 (23:37 +0000)]
don't assert if neither wxFD_OPEN nor wxFD_SAVE is given; wxFD_OPEN is the default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39493
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 31 May 2006 22:48:22 +0000 (22:48 +0000)]
use gtk_window_set_modal(TRUE/FALSE) instead of gtk_grab_add/remove() (part of patch
1472329 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39492
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 31 May 2006 21:35:38 +0000 (21:35 +0000)]
corrected header for wxWakeUpIdle()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39489
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 31 May 2006 21:26:39 +0000 (21:26 +0000)]
Forward port of changes for using themed drawing of owner-drawn buttons.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39488
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 31 May 2006 18:27:51 +0000 (18:27 +0000)]
Include wx/statbox.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39487
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 31 May 2006 18:15:42 +0000 (18:15 +0000)]
[
1498016 ] 'Add wxUniv toolbar support wxTB_TEXT style' - with modifications.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39486
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Wed, 31 May 2006 17:22:38 +0000 (17:22 +0000)]
threads fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39485
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 31 May 2006 12:18:02 +0000 (12:18 +0000)]
PCH support for !MSW/!autoconf platforms.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39484
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 31 May 2006 12:10:38 +0000 (12:10 +0000)]
PCH support for !MSW/!autoconf platforms.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39483
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 31 May 2006 11:48:45 +0000 (11:48 +0000)]
Various dummy.cpp centralized in common/dummy.cpp. Build rebaked.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39482
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 31 May 2006 09:34:05 +0000 (09:34 +0000)]
Include wx/statbmp.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39481
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 31 May 2006 05:38:46 +0000 (05:38 +0000)]
changing scrollbars (hiding/showing) triggers a size event.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39480
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 30 May 2006 17:39:22 +0000 (17:39 +0000)]
Include wx/stattext.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39479
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 30 May 2006 17:22:04 +0000 (17:22 +0000)]
fix the tests to pass with both gcc and msvc (2nd part of patch
1462778 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39478
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 30 May 2006 17:14:35 +0000 (17:14 +0000)]
fixes for wxVsnprintf() in Unicode build (2nd part of patch
1462778 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39477
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 30 May 2006 13:43:18 +0000 (13:43 +0000)]
Include wx/scrolbar.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39476
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775