]>
git.saurik.com Git - wxWidgets.git/log
Vadim Zeitlin [Tue, 27 Jun 2006 14:07:45 +0000 (14:07 +0000)]
use wxBoxSizer in wxPickerBase instead of doing the layout manually + other picker controls fixes (patch
1513042 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39846
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 27 Jun 2006 14:04:27 +0000 (14:04 +0000)]
remove duplicate m_popupInterface (patch
1509424 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39845
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 27 Jun 2006 08:01:54 +0000 (08:01 +0000)]
Added wxPROPSHEET_TREEBOOK option
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39844
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 27 Jun 2006 07:55:15 +0000 (07:55 +0000)]
Remove use of GetVolumeInformation since it causes long delays on network drives.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39843
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 26 Jun 2006 14:39:56 +0000 (14:39 +0000)]
allow empty filename in ctor taking the extents
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39842
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 26 Jun 2006 14:37:34 +0000 (14:37 +0000)]
include wx/msw/metafile.h when wxUSE_WIN_METAFILES_ALWAYS==1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39841
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 26 Jun 2006 12:20:50 +0000 (12:20 +0000)]
force showing 0 in the spin control instead of leaving it empty as the native spin button seems to be content to do
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39839
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 26 Jun 2006 01:04:44 +0000 (01:04 +0000)]
picker controls improvements: fixes to valid paths recognition and event generation under GTK (patch
1510064 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39838
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 26 Jun 2006 00:47:47 +0000 (00:47 +0000)]
add SetSelection(-1) test (part of patch
1506943 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39837
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 26 Jun 2006 00:46:32 +0000 (00:46 +0000)]
deselect all items when SetSelection(-1) is called (patch
1506943 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39836
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 26 Jun 2006 00:39:32 +0000 (00:39 +0000)]
added SetModified() for people who find it easier to understand than MarkDirty/DiscardEdits (patch
1504449 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39835
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 26 Jun 2006 00:11:59 +0000 (00:11 +0000)]
remove the item from proportions arrays as well as from m_growableCols/Rows in wxFlexGridSizer::RemoveGrowableCol/Row(); also added an assert in case the item to remove is not growable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39834
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 26 Jun 2006 00:03:33 +0000 (00:03 +0000)]
define WXMAKINGDLL_QA when WXMAKINGDLL is defined (patch
1502015 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39833
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 26 Jun 2006 00:01:03 +0000 (00:01 +0000)]
explicitely include <shellapi.h>, apparently needed when wxUSE_GUI=0 and PCH are not used (patch
1501701 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39832
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 25 Jun 2006 23:53:53 +0000 (23:53 +0000)]
avoid infinite loop in AlwaysYield() if we somehow got WM_PAINT in the queue (patch
1501682 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39831
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 25 Jun 2006 23:47:50 +0000 (23:47 +0000)]
fix gcc warnings about in printf format (partly modified patch
1500717 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39830
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 25 Jun 2006 23:43:11 +0000 (23:43 +0000)]
added an extra pixel to the margin in CalcSizeFromPage() (patch
1498847 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39829
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Ollivier [Sun, 25 Jun 2006 18:54:10 +0000 (18:54 +0000)]
Setting up unix dobuilds script to run gtk2 builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39827
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Ollivier [Sun, 25 Jun 2006 18:48:00 +0000 (18:48 +0000)]
Removing all occurrences of the distrib scripts in the manifests.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39826
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 25 Jun 2006 18:43:23 +0000 (18:43 +0000)]
added a possibility to test how a custom bitmap appears in the toolbar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39825
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sat, 24 Jun 2006 11:18:28 +0000 (11:18 +0000)]
Make IsOfClass out-of-line to defend against gcc 3.4.[56] bug:
http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?5:msp:75436:ofgfinakfempiciaejof
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39824
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 24 Jun 2006 09:10:02 +0000 (09:10 +0000)]
added back 2 extra pixels for the best size under XP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39823
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 22 Jun 2006 18:33:26 +0000 (18:33 +0000)]
added VK_SNAPSHOT <-> WXK_SNAPSHOT mapping
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39822
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 22 Jun 2006 18:31:43 +0000 (18:31 +0000)]
recognize WXK_NUMPAD_XXX keys in wxCharCodeWXToMSW(): it's better to map them to VK_XXX then to some random junk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39821
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 22 Jun 2006 18:27:02 +0000 (18:27 +0000)]
reorganized VK to WXK translation code to use a table instead of huge switch statement in which it was too easy to get lost
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39820
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 22 Jun 2006 17:22:13 +0000 (17:22 +0000)]
more tweaks to bitmap button borders:
- we don't seem to need the extra +2 after Jamie's fix for the min size
- we shouldn't use margins at all for buttons without border, this looks bad
- refactored the code slightly to avoid some duplication
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39819
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 22 Jun 2006 14:20:44 +0000 (14:20 +0000)]
Added missing makefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39818
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 22 Jun 2006 01:12:06 +0000 (01:12 +0000)]
strip HTML tags when searching for keywords
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39817
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 22 Jun 2006 00:20:57 +0000 (00:20 +0000)]
corrected redundant link to wxLogTextCtrl itself in its see also section
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39816
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 21 Jun 2006 21:46:31 +0000 (21:46 +0000)]
removed unexplainable deletion of .bkl files in debian-dist target which broke make install
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39815
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 21 Jun 2006 18:06:44 +0000 (18:06 +0000)]
added WX_UNICODE and WX_OPENGL options which can be used to build packages without Unicode/OpenGL; as a side benefit all configure arguments are now centralized in one place instead of being repeated many times
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39814
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 21 Jun 2006 14:38:50 +0000 (14:38 +0000)]
Fix for dir dialog in dir picker appearing without title and border under universal builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39813
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 21 Jun 2006 14:22:05 +0000 (14:22 +0000)]
Include wx/gdiobj.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39812
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 21 Jun 2006 10:46:00 +0000 (10:46 +0000)]
[
1509599 ] 'Split pickers page in widgets sample' with more icons and rebaking.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39811
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 21 Jun 2006 07:36:58 +0000 (07:36 +0000)]
Include wx/containr.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39810
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 20 Jun 2006 17:02:26 +0000 (17:02 +0000)]
Removed outdated initialization.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39809
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 20 Jun 2006 16:36:55 +0000 (16:36 +0000)]
Patch for [
1489711 ] analogclock hour hand sticks on 12:00 noon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39808
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 20 Jun 2006 14:46:55 +0000 (14:46 +0000)]
Rebuild after new files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39807
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 20 Jun 2006 14:45:56 +0000 (14:45 +0000)]
Fix for wxMGL built with common part of setup0.h.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39806
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 20 Jun 2006 12:59:39 +0000 (12:59 +0000)]
Rebuild after new files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39805
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 20 Jun 2006 12:57:30 +0000 (12:57 +0000)]
Fix for wxOS2 built with common prt of setup0.h.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39804
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 20 Jun 2006 12:26:09 +0000 (12:26 +0000)]
[
1487463 ] XRC handler for wxOwnerDrawnComboBox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39803
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 20 Jun 2006 10:24:07 +0000 (10:24 +0000)]
Include wx/hashmap.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39802
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Ollivier [Tue, 20 Jun 2006 00:36:19 +0000 (00:36 +0000)]
Updating manifests and attempting to use manifests to generate all ports.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39801
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jamie Gadd [Mon, 19 Jun 2006 23:50:18 +0000 (23:50 +0000)]
Add required padding to DoGetBestSize() for small bitmaps when using themes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39799
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 19 Jun 2006 21:14:19 +0000 (21:14 +0000)]
[
1508778 ] Fix for wxOwnerDrawnComboBox list selection rendering.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39798
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 19 Jun 2006 20:18:46 +0000 (20:18 +0000)]
Include wx/gdicmn.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39797
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Mon, 19 Jun 2006 18:30:13 +0000 (18:30 +0000)]
remove redundant GdkBitmap representation from wxBitmap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39796
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Mon, 19 Jun 2006 16:14:21 +0000 (16:14 +0000)]
remove obsolete color cube and image to bitmap code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39793
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 19 Jun 2006 09:20:16 +0000 (09:20 +0000)]
[
1507795 ] Small doc patch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39792
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 19 Jun 2006 09:03:40 +0000 (09:03 +0000)]
Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39791
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 19 Jun 2006 09:02:10 +0000 (09:02 +0000)]
[
1507736 ] wxOwnerDrawnComboBox improved list item width checking.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39790
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 19 Jun 2006 08:24:39 +0000 (08:24 +0000)]
more tweaks to the margins: don't need them to be so big in vertical direction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39789
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 19 Jun 2006 07:12:50 +0000 (07:12 +0000)]
Include wx/menuitem.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39787
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Mon, 19 Jun 2006 03:19:44 +0000 (03:19 +0000)]
initialize GdkColor so code which incorrectly accesses it will work as well as it did before
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39783
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 18 Jun 2006 21:40:22 +0000 (21:40 +0000)]
fixed incorrect reference to wxhelpeventorigin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39782
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 18 Jun 2006 21:33:38 +0000 (21:33 +0000)]
allow claling Unassociate() on previously not initialized wxMimeTypesManager
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39780
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sun, 18 Jun 2006 19:31:07 +0000 (19:31 +0000)]
Fixed sizer height and queried text length according to patch #
1507207
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39777
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sun, 18 Jun 2006 19:25:41 +0000 (19:25 +0000)]
Partly reverted changes to Get(Current)Selection.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39776
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sun, 18 Jun 2006 11:45:30 +0000 (11:45 +0000)]
Avoid problems with events that might be sent during creation of controls.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39774
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 18 Jun 2006 11:16:43 +0000 (11:16 +0000)]
Wouldn't compile on Intel/universal binary with those tests, and
do we really need several lines of ifdefing just to include a header
maybe for microsecond gains?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39773
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 18 Jun 2006 11:07:19 +0000 (11:07 +0000)]
Give app a default wxWidgets icon other than random one e.g. CD-ROM
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39772
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Sun, 18 Jun 2006 06:54:05 +0000 (06:54 +0000)]
revert unintended changes in previous commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39771
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Sun, 18 Jun 2006 06:42:24 +0000 (06:42 +0000)]
build fix for older gtk2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39770
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Sun, 18 Jun 2006 03:37:24 +0000 (03:37 +0000)]
build fix for older gtk2, second attempt
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39769
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Sat, 17 Jun 2006 21:09:53 +0000 (21:09 +0000)]
build fix for older gtk2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39768
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 17 Jun 2006 20:50:01 +0000 (20:50 +0000)]
Make the picker headers accessible to all
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39767
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Sat, 17 Jun 2006 19:09:28 +0000 (19:09 +0000)]
use AllocExclusive in wxImage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39766
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 16 Jun 2006 12:48:54 +0000 (12:48 +0000)]
don't loop needlessly in OnHelp() if the event comes from the bookctrl itself
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39765
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 16 Jun 2006 10:42:07 +0000 (10:42 +0000)]
Final fix from '[
1473731 ] wxColourBase and wxString <-> wxColour implementation'.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39764
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 16 Jun 2006 09:31:12 +0000 (09:31 +0000)]
Header correction.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39763
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 16 Jun 2006 09:11:09 +0000 (09:11 +0000)]
[
1504474 ] Small hyperlink doc fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39762
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Fri, 16 Jun 2006 07:20:31 +0000 (07:20 +0000)]
Committing in .
Update OpenVMS makefiles to support wxAUI
Modified Files:
wxWidgets/descrip.mms
Added Files:
wxWidgets/samples/aui/descrip.mms
wxWidgets/src/aui/descrip.mms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39761
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 16 Jun 2006 07:14:51 +0000 (07:14 +0000)]
Include wx/region.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39760
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 15 Jun 2006 23:21:28 +0000 (23:21 +0000)]
Final fix for Bug #
1472688 'wxString::Trim() is broken'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39758
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Ollivier [Thu, 15 Jun 2006 23:06:45 +0000 (23:06 +0000)]
Fix typos in picker control header names in files.bkl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39757
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Thu, 15 Jun 2006 22:18:52 +0000 (22:18 +0000)]
Bourne compatible wx-config changelog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39756
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 15 Jun 2006 21:10:58 +0000 (21:10 +0000)]
[
1506733 ] wxOwnerDrawnComboBox::SetPopupControl argument type check.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39751
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Thu, 15 Jun 2006 20:33:38 +0000 (20:33 +0000)]
Make wxMouseState's alt and meta match those in events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39750
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Thu, 15 Jun 2006 19:29:08 +0000 (19:29 +0000)]
1. more accurate conversion from 8-bit wx color to 16-bit GDK color
2. eliminate possiblity of wxColour RGB values changing depending on colormap
3. don't allow non-const pointer access to internal GdkColor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39748
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Thu, 15 Jun 2006 18:51:35 +0000 (18:51 +0000)]
Implement wxGetMouseState
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39747
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 15 Jun 2006 18:14:22 +0000 (18:14 +0000)]
Build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39746
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 15 Jun 2006 17:58:49 +0000 (17:58 +0000)]
Include wx/math.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39745
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 15 Jun 2006 16:01:17 +0000 (16:01 +0000)]
bitmap button size was too small when uxtheme functions were used to get the margins
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39744
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Thu, 15 Jun 2006 14:16:10 +0000 (14:16 +0000)]
Use bitfields to make wxMouseState smaller
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39743
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Thu, 15 Jun 2006 14:06:24 +0000 (14:06 +0000)]
forwardported a 2.6 branch fix for misplaced define
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39742
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Thu, 15 Jun 2006 13:57:45 +0000 (13:57 +0000)]
Implement wxGetMouseState
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39741
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Thu, 15 Jun 2006 12:40:34 +0000 (12:40 +0000)]
added alternative definitions for wxASSERT_MSG and wxCHECK2_MSG to fix CodeWarrior warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39740
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Thu, 15 Jun 2006 11:10:33 +0000 (11:10 +0000)]
Missing header
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39739
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Thu, 15 Jun 2006 10:41:37 +0000 (10:41 +0000)]
Fix lib link order in combo sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39738
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Thu, 15 Jun 2006 10:20:32 +0000 (10:20 +0000)]
Compile fix after wxFileDialog::SetStyle removal
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39737
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Thu, 15 Jun 2006 09:13:29 +0000 (09:13 +0000)]
Missing exports
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39736
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Thu, 15 Jun 2006 08:39:58 +0000 (08:39 +0000)]
Cygwin compile fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39735
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 14 Jun 2006 19:51:14 +0000 (19:51 +0000)]
Include wx/font.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39734
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 14 Jun 2006 19:32:32 +0000 (19:32 +0000)]
[
1495131 ] wxODComboBox const methods to work prior to SetPopupControl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39733
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 14 Jun 2006 19:16:33 +0000 (19:16 +0000)]
Prevent exception if there is an attribute named just '_'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39732
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 14 Jun 2006 19:15:29 +0000 (19:15 +0000)]
[
1495657 ] Documentation for wxComboCtrl and wxOwnerDrawnComboBox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39731
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 14 Jun 2006 18:38:47 +0000 (18:38 +0000)]
[
1492053 ] Add wxVListBox style callbacks to wxOwnerDrawnComboBox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39730
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 14 Jun 2006 18:37:48 +0000 (18:37 +0000)]
more fixes to OnHelp() to avoid infinite recursion when handling help events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39729
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 14 Jun 2006 18:36:56 +0000 (18:36 +0000)]
Revert last change, it causes problems with not being able to use
AutoCompletion in situations like "test=foo."
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39728
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775